Re: [SailfishDevel] Correct way of referring to Sailfish

2013-11-25 Thread Jukka Eklund
Refer to official sites (jolla.com & sailfishos.org), so Sailfish OS. -Jukka On Tue, Nov 26, 2013 at 2:34 AM, Lorn Potter wrote: > > On 26/11/2013, at 10:26 AM, Matt Austin wrote: > > > Hi, > > > > Just a small pedantic question - when referring to Sailfish, should I be > using: > > 1) "Sailf

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread Martin Kampas
Hi, you might be able to modify this behavior through overriding QDeclarativeGeoMapItemBase::updateMapItemPaintNode() https://qt.gitorious.org/qt/qtlocation/commit/523ebec5dca356e7ddf24792 d9f6d2994a57599a BR, Martin On Tuesday, November 26, 2013 08:21:52 AM tw_bolek wrote: > Hi Aaron, > > >

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread Aaron McCarthy
Hi, On Tue, 26 Nov 2013 08:21:52 tw_bolek wrote: > > You are not doing anything wrong. As you discovered items are only visible > > when the map zoom level is greater than 3. Between zoom levels 2 and 3 the > > opacity is ramped down linearly and is 0 below a zoom level of 2. See > > https://bugre

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread tw_bolek
Hi Aaron, > You are not doing anything wrong. As you discovered items are only visible > when the map zoom level is greater than 3. Between zoom levels 2 and 3 the > opacity is ramped down linearly and is 0 below a zoom level of 2. See > https://bugreports.qt-project.org/browse/QTBUG-25393 for

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-25 Thread Thomas Perl
Hi, 2013/11/26 Luciano Montanaro : > On Nov 26, 2013 2:07 AM, "Robin Burchell" wrote: > [...] > My application too depends on it to scrape data from a web page. I need the > QWebElement interface, otherwise I will need to parse the html on my own. > [...] > Well, access to the DOM model... Depen

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-25 Thread Luciano Montanaro
On Nov 26, 2013 2:07 AM, "Robin Burchell" wrote: > > Hi, > > The reason for not whitelisting QtWebKit is a bit different here: that we don’t want to promise an API that we cannot promise to continue to support. While QtWebKit may continue to limp along for a few years yet, it has been removed from

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-25 Thread Robin Burchell
Hi, The reason for not whitelisting QtWebKit is a bit different here: that we don’t want to promise an API that we cannot promise to continue to support. While QtWebKit may continue to limp along for a few years yet, it has been removed from upstream webkit, and has no real active maintainers t

[SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-25 Thread Artem Marchenko
Hi all One of the rejection messages I've got in harbour is the following: - In ./usr/share/wikipedia/pages/MainWikipediaPage.qml the 'QtWebKit 3.0' is not allowed - Is WebKit really not allowed? Just double checking as I thought that it's API/ABI is to be very stable at the times when it

Re: [SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread Aaron McCarthy
On Mon, 25 Nov 2013 17:36:24 tw_bolek wrote: > In my application I use a map (QtLocation 5.0, Map, OSM or Nokia plugin) and > I need to show certain overlay objects on it. The map itself works fine > (both with OSM and Nokia plugin), the problem is that objects over it are > shown only if zoomLeve

Re: [SailfishDevel] Correct way of referring to Sailfish

2013-11-25 Thread Lorn Potter
On 26/11/2013, at 10:26 AM, Matt Austin wrote: > Hi, > > Just a small pedantic question - when referring to Sailfish, should I be > using: > 1) "Sailfish" > 2) "Sailfish OS" > 3) "SailfishOS" > > > Is there any versioning scheme I should also use when I want to say that my > app works on "S

[SailfishDevel] Correct way of referring to Sailfish

2013-11-25 Thread Matt Austin
Hi, Just a small pedantic question - when referring to Sailfish, should I be using: 1) "Sailfish" 2) "Sailfish OS" 3) "SailfishOS" Is there any versioning scheme I should also use when I want to say that my app works on "Sailfish"? Thanks, -- Matt m...@mattaustin.me.uk http://mattaustin.me.u

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-25 Thread Tigre-Bleu
Repeater is a nice & clean solution. I'll go with that. Thanks - Mail original - De: "Martin Kampas" À: devel@lists.sailfishos.org, "Tigre-Bleu" Cc: "christopher lamb" , "Andrey Kozhevnikov" Envoyé: Lundi 25 Novembre 2013 09:25:19 Objet: Re: [SailfishDevel] Dynamically popula

Re: [SailfishDevel] .ico : Unsupported image format

2013-11-25 Thread Tigre-Bleu
Hi Jonni, Actually yes, adding qt5-plugin-imageformat-ico to the yaml and reinstalling my package solves the problem. Thanks! - Mail original - De: "Jonni Rainisto" À: "Sailfish OS Developers" Envoyé: Lundi 25 Novembre 2013 08:11:32 Objet: Re: [SailfishDevel] .ico : Unsupported image

Re: [SailfishDevel] Let the screen stay awake

2013-11-25 Thread Martin Kolman
25.11.2013 15:44, Gabriel Boehme: Hi sailors, in my Harmattan app version I was using the ScreenSaver QML element that was part of Qt Mobility's SystemInfo to prevent the screen from sleeping. But as far as I know Qt Mobility is now, with Qt5, forked in different packages and the relating Qt5 pa

[SailfishDevel] No map overlay objects shown if zoomLevel < 3

2013-11-25 Thread tw_bolek
Hi guys, In my application I use a map (QtLocation 5.0, Map, OSM or Nokia plugin) and I need to show certain overlay objects on it. The map itself works fine (both with OSM and Nokia plugin), the problem is that objects over it are shown only if zoomLevel is 3 or more. No matter if I use an I

[SailfishDevel] Let the screen stay awake

2013-11-25 Thread Gabriel Boehme
Hi sailors, in my Harmattan app version I was using the ScreenSaver QML element that was part of Qt Mobility's SystemInfo to prevent the screen from sleeping. But as far as I know Qt Mobility is now, with Qt5, forked in different packages and the relating Qt5 package is not allowed in Harbour appl

Re: [SailfishDevel] Fwd: Massive issues while installing SailfishOS IDE

2013-11-25 Thread Juha Kallioinen
On 23.11.2013 18:12, Gabriel Böhme wrote: Hi, I have the same problem with the SailfishOS IDE in Windows 7 and guess special chars and/or spaces causes the issues. The main folder is C:/SailfishOS and also my projects are in C:/SailfishOS/projects, but the "SailfishAlpha2" folder in AppData i

Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-25 Thread Martin Kampas
Hi, simply assign id to one of the static items, e.g. firstStatic, and then use firstStatic.parent instead of menu._contentColumn as parent for the dynamic items -- this way you do not rely on implementation details: menu: ContextMenu { id: menu MenuItem { id: firstStatic; text: "Static