Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-01-31 Thread christopher . lamb
Hi Marcel I can confirm that I am getting QGeoSatelliteInfoSource info too. SatsInUse is changing, before levelling out at 4, which is plausible as I am sitting inside. But SatsInView jumps straight to 17 and stays at 17. This figure seems less plausible to me. It maybe down to a bug in my

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 3 (1.0.3.8)

2014-01-31 Thread Steph Gosling
Hey On Fri, 31 Jan 2014 18:44:49 +0200 Bernd Wachter wrote: > we're releasing update3 today. Thanks to all of you for this, keep up the good work, and loving the different System Update pictures :) -- Steph Gosling ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] QGeoSatelliteInfoSource in Sailfish

2014-01-31 Thread Marcel
Hi, just a small note if everyone else is waiting for this: QGeoSatelliteInfoSource is working since Sailfish 1.0.3.8 The only problem here is what the system (GPS/GLONASS) is not set, it is QGeoSatelliteInfo::Undefined. But this shouldn't be a real problem to nearly all apps. Greetings, Marc

[SailfishDevel] Fwd: Re: ListView with SectionDelegate (Strange Behaviour)

2014-01-31 Thread christopher . lamb
Hi Norbert Thanks. I can confirm that this bug seems to be fixed. That is good. (I was trying to port a Qt5.2 Declarative ListView to Sailfish when the update arrived, so I can happily abandon that effort.) However the app in which I originally discovered this bug was reading the phone's

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
Yes I know this now, but really, Harbour FAQ should have mentioned it. A notification should have been sent out to app developers in advance that the following commit might cause problems: https://github.com/sailfish-sdk/libsailfishapp/commit/3febb7a2204cf13f01ab9e9ff86a84afc9b137d7 Anoth

[SailfishDevel] USB developer mode icon moved on 1.0.3.8

2014-01-31 Thread christopher . lamb
Hi all After 1.0.3.8 I could no longer connect via USB in developer mode. I was in the middle of writing one of those "one-step-forwards-two-steps-back" emails, when I had another go, and realised that the icons shown on the jolla screen when plugging in the USB have moved. Previously th

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-31 Thread Andrey Kozhevnikov
you might need to use specific field for section name and write uppercase first letter to it. On 01.02.2014 02:32, Norbert Wenzel wrote: Sorry for tofu, I'm not able to manage the Google webmail reply interface correctly, and I don't have my Thunderbird with me atm. I just wanted to say that

Re: [SailfishDevel] ListView with SectionDelegate (Strange Behaviour)

2014-01-31 Thread Norbert Wenzel
Sorry for tofu, I'm not able to manage the Google webmail reply interface correctly, and I don't have my Thunderbird with me atm. I just wanted to say that since updating to the new Sailfish version (1.0.3.8) the problem seems to be gone. I can't confirm that for the your test, but the page I made

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andrey Kozhevnikov
probably you right, but system update cant check if you used empty storage parameters in your app. this situation should learn you write applications better from the first lines of code :) On 01.02.2014 02:24, Andreas Storbjörk wrote: I wasn't the only one who missed it in that case.. so it c

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
I wasn't the only one who missed it in that case.. so it can't have been very obvious. And the system update should have take care of it anyhow. On 31.1.2014 22:20, Andrey Kozhevnikov wrote: i think it somewhere in local storage documentation you didnt read. On 01.02.2014 02:18, Andreas Stor

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andrey Kozhevnikov
i think it somewhere in local storage documentation you didnt read. On 01.02.2014 02:18, Andreas Storbjörk wrote: There should have been a mention about this somewhere in the documentation from the beginning. Like when you create a new empty project, this is your .cpp: int main(int argc, cha

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andreas Storbjörk
There should have been a mention about this somewhere in the documentation from the beginning. Like when you create a new empty project, this is your .cpp: int main(int argc, char *argv[]) { // SailfishApp::main() will display "qml/template.qml", if you need more // control over init

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andrey Kozhevnikov
i mean: if you used appName and orgName before your app not affected. On 01.02.2014 01:44, Stefan Brand wrote: Well, I just used the default sailfish app template from the SDK... In an IRC-Log I saw thp mention that setting organizationName and organizationDomain to "" will revert back to the

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Stefan Brand
Well, I just used the default sailfish app template from the SDK... In an IRC-Log I saw thp mention that setting organizationName and organizationDomain to "" will revert back to the old path. So i changed my main() in the cpp to this: int main(int argc, char *argv[]) { QCoreApplication::se

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Andrey Kozhevnikov
yes, default path was changed. you might need to set your own applicationName, organizationName. good written apps wasnt affected by update ;) https://github.com/sailfish-sdk/libsailfishapp/commit/3febb7a2204cf13f01ab9e9ff86a84afc9b137d7 On 01.02.2014 00:31, Stefan Brand wrote: Hi there, I ju

[SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-01-31 Thread Stefan Brand
Hi there, I just installed the latest update 1.0.3.8 to my Jolla. Afterwards I opened SailOTP (the app I wrote) and was greeted with an empty screen. All off my OTP-Tokens where gone. A little investigation shows that the LocalStorage DB was moved somehow. Before the update it was in /home/

[SailfishDevel] [Update] Changelog for SailfishOS update 3 (1.0.3.8)

2014-01-31 Thread Bernd Wachter
Hi all, we're releasing update3 today. The changelog can be found (and commented on) here: https://together.jolla.com/question/21786/release-notes-software-version-1038-naamankajarvi/ Changelog and instructions are appended below, for discussions please go to together. We managed to remove lin