Re: [SailfishDevel] Fwd: Re: QGeoSatelliteInfoSource in Sailfish

2014-01-20 Thread dcaliste
Hello À Sun Jan 19 2014 22:32:47 GMT+0100 (CET), christopher.l...@thurweb.ch a écrit 1) The Compass Azimuth shows the direction the top of the device is pointing to (so it will change as your rotate the device). 2) The PositionSource shows a direction based on the direction the device is

Re: [SailfishDevel] Status menu?

2014-01-20 Thread Marcin M.
And how to quickly turn it off then? The same problem appears. What I'm missing on Harmattan and Sailfish is something like Autodisconnect for Maemo :) -- Marcin 2014/1/17 martin.gri...@lintegra.de Hi, just do something that requires an internet connection and Sailfish will popup a

Re: [SailfishDevel] QStandardPaths not working when app is run from Launcher

2014-01-20 Thread Vesa-Matti Hartikainen
Hi, I think QStandardPaths use applicationName and organizationName when constructing paths. So solution would be something like app-setApplicationName(harbour-yourapp); app-setOrganizationName(harbour-yourapp); And then QStandardPaths will start giving paths that follow harbour

Re: [SailfishDevel] GPS initially shows old location

2014-01-20 Thread christopher . lamb
Hi Aaron Thanks, I will give that a whorl and report back. I guess something like if the timestamp is older than say 10 minutes they should not be trusted (either not shown, or marked in some way). Chris Zitat von Aaron McCarthy aaron.mccar...@jolla.com: Hi, On Fri, 17 Jan 2014 17:09:37

Re: [SailfishDevel] How to attach a page to initial page?

2014-01-20 Thread Tobi D .
Thank you Andrey! That's exactly what I was looking for. Best regards, Tobi Date: Mon, 20 Jan 2014 13:38:45 +0600 From: coderusin...@gmail.com To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] How to attach a page to initial page? onStatusChanged: { if (status ===

[SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Hannes Rantzsch
Hi, I'm trying to get the content of a website. Since SilicaWebView doesn't seem to provide this, I want to write a C++ class that does. QWebView from QtWebKit should be able to do this (this example is actually perfect:

Re: [SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Aaron McCarthy
Hi, On Mon, 20 Jan 2014 23:27:02 Hannes Rantzsch wrote: I'm trying to get the content of a website. Since SilicaWebView doesn't seem to provide this, I want to write a C++ class that does. QWebView from QtWebKit should be able to do this (this example is actually perfect:

[SailfishDevel] Project Kits lost on Target Refresh

2014-01-20 Thread christopher . lamb
Hi All If I do a QtCreator / SailfishOS/ Targets / Manage Targets / Target / Manage / Sync, with project(s) open in QtCreator, then I lose the kits of the open project(s), and have to re-add these. Chris ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtWebKit QWebView

2014-01-20 Thread Hannes Rantzsch
Hi Aaron, thank you for your answer. I tried QWebFrame, but it says incomplete type. Apparently QWebFrame is only forward declared in QWebElement (which is available, but on it's own of no use I guess). Or am I simply missing some #include? Any ideas? Thanks, Hannes On 01/21/2014 02:37 AM,