Re: [SailfishDevel] Saving state/config

2013-11-14 Thread Jonni Rainisto
Hi, Normal usage of QSettings which saves under /home/nemo/.config/app would be just fine for C++. If you just want to save few config values in QML, then you might want to use GConf by importing nemo-qml-plugin-configuration module (https://github.com/nemomobile/nemo-qml-plugin-configuration)

[SailfishDevel] Saving state/config

2013-11-14 Thread Thomas Tanghus
I couldn't find any standard way of saving an apps config. Is there such a standard, or is it up to the developer to choose format and location? I'm making a *very* simple app, so only using QML/JS, and only have to save 3-4 values. As far as I could see the location should be /home/nemo/.confi

[SailfishDevel] RPM testing on a real device

2013-11-14 Thread Luciano Montanaro
Hi everybody, My "Quando Parte" Train timetable application was rejected from the harbour, I think beause the yaml file contained references to an obsolete library. If somebody with a real device could try it out and tell me if I fixed the problem, I would be grateful. I have uploaded it here:

Re: [SailfishDevel] Account management

2013-11-14 Thread Robin Burchell
Correct. I've started asking around to make sure we publish exact lists of what is and isn't off-limits for store usage ASAP, but for now, the working assumption should be that anything in Qt is OK, anything outside that is not. We'll of course want to expand that further, and will want help from

Re: [SailfishDevel] Bug: Slider's initial value is ignored if it is over 1

2013-11-14 Thread Martin Jones
Hi Artem, Thanks for the report. I’ve logged the bug. Best Regards, Martin. On 14 Nov 2013, at 9:45 am, Artem Marchenko mailto:artem.marche...@gmail.com>> wrote: Hi all Current SailfishOS web site tells to use mailing list as a bug tracker, so let's try :) Silica Slider ignores initial val

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-14 Thread Andrey Kozhevnikov
Then just wait for kernel and gst sources (isnt it available yet?) and make own LED controlling module :) On 14.11.2013 15:44, Jukka Eklund wrote: Flash LED, as said in http://jolla.com/. On Thu, Nov 14, 2013 at 11:40 AM, Andrey Kozhevnikov mailto:coderusin...@gmail.com>> wrote: Let me

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-14 Thread Jukka Eklund
Flash LED, as said in http://jolla.com/. On Thu, Nov 14, 2013 at 11:40 AM, Andrey Kozhevnikov wrote: > Let me know please - Jolla Phone have Flash LED or other technology? > > > On 14.11.2013 15:38, Artem Marchenko wrote: > > Thanks > > Thanks. I also found a couple of kind sailors on IRC yes

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-14 Thread Andrey Kozhevnikov
Let me know please - Jolla Phone have Flash LED or other technology? On 14.11.2013 15:38, Artem Marchenko wrote: Thanks Thanks. I also found a couple of kind sailors on IRC yesterday and by now got the confirmation (meaning tried in the code on their devices) that Torch functionality is not s

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-14 Thread Artem Marchenko
Thanks Thanks. I also found a couple of kind sailors on IRC yesterday and by now got the confirmation (meaning tried in the code on their devices) that Torch functionality is not supported in the current hardware-drivers-middlewhere, but just turning on flash by simulating a camera start should be

Re: [SailfishDevel] user and app data howto?

2013-11-14 Thread Wim de Vries
On 11/13/2013 11:27 PM, Robin Burchell wrote: Hi, On Wed, Nov 13, 2013 at 9:19 PM, Wim de Vries wrote: I have my app ready. Until now I just did a "scp -r -P 2223 ./checklistsdata nemo@localhost:/home/nemo" to copy the app data. But I need a robust solution before submitting to the harbour...