Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Jonni Rainisto
Hi, For the love of ***, dont use libiphb every 5 seconds, that will kill batterylife for suspend (store QA will reject apps that eat battery). Its more meant to be triggered every 10, 15, 30 etc. minutes. So if you want to make 25 minute timer that works even while suspended, then you should

[SailfishDevel] Harbour: howto to delete a draft application ?

2014-01-15 Thread Franck Routier (perso)
Hi, when first playing with harbour, I created an Untitled application, before creating the right one. This untitled app is here in the list of my apps, with a draft status, and I can find no way to delete it. How can I do ? BR, Franck ___

Re: [SailfishDevel] Harbour: howto to delete a draft application ?

2014-01-15 Thread Reto Zingg
Hi, On 15.01.2014 11:16, Franck Routier (perso) wrote: Hi, when first playing with harbour, I created an Untitled application, before creating the right one. This untitled app is here in the list of my apps, with a draft status, and I can find no way to delete it. How can I do ? please

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Luca Donaggio
I'm in a similar situation: I've written a small app for my personal use that periodically download some stats from one of my company's web servers. I'm perfectly fine with it not doing anything while in deep-sleep, but I would like to do a forced update as soon as the device wakes up. How can I

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Mikko Leppänen
Hi, I don't know but perhaps you can use qtsensors(e.g. tapsensor) in order to track/register some special event indicating that the phone is live again. ​-Mikko​ 2014/1/15 Luca Donaggio donag...@gmail.com I'm in a similar situation: I've written a small app for my personal use that

Re: [SailfishDevel] Disabling navigation gestures

2014-01-15 Thread Alexander Ladygin
Hi there Just a thought: may be you could do it like it's done in Gallery app, where tapping one time brings down menu, where you could navigate back and forward. Best regards, Alexander. On Tue, Jan 14, 2014 at 1:45 PM, Antoine Reversat a.rever...@gmail.comwrote: Yeah that's what I was going

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote: Hi, For the love of ***, :D dont use libiphb every 5 seconds, that will kill batterylife for suspend (store QA will reject apps that eat battery). Its more meant to be triggered every 10, 15, 30 etc. minutes. So if you want to make

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Luca Donaggio
Thanks! On Wed, Jan 15, 2014 at 12:18 PM, Jonni Rainisto jonni.raini...@jolla.comwrote: Yes, You can for example listen to for activity suspend resume

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
On Wednesday 15 January 2014 12:48 Oleksii Serdiuk wrote: On 15/01/14 11:54, Thomas Tanghus wrote: On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote: dont use libiphb every 5 seconds, that will kill batterylife for suspend (store QA will reject apps that eat battery). Its more meant

Re: [SailfishDevel] MerSDK VM - src folder change (under Windows) not possible

2014-01-15 Thread Simon Bolek
OMG! I wonder how many of you thought what a moron not to read known issues - please do not answer this... ...i did remove, clean and install SDK again, and it does work. However before that, i also tried to change the settings under AppData, but it did not work for some reason. Apparently only

Re: [SailfishDevel] MerSDK VM - src folder change (under Windows) not possible

2014-01-15 Thread Juha Kallioinen
Hi, no worries about the known issues, I just wanted to advertise that we have such a page :-) Changing the extra src directory is currently only possible via a clean reinstall. Making it re-configurable after installation is on the TODO list. Best regards, Juha On 15.01.2014 18:43,

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Oleksii Serdiuk
On 15/01/14 13:16, Thomas Tanghus wrote: On Wednesday 15 January 2014 12:48 Oleksii Serdiuk wrote: On 15/01/14 11:54, Thomas Tanghus wrote: On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote: dont use libiphb every 5 seconds, that will kill batterylife for suspend (store QA will reject

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
On Wednesday 15 January 2014 18:33 Oleksii Serdiuk wrote: On 15/01/14 18:31, Oleksii Serdiuk wrote: On 15/01/14 13:16, Thomas Tanghus wrote: The reason for the 5-10 second wakeup is that I want to update cover until screen goes black, and I haven't found a way to detect that, and

[SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-15 Thread christopher . lamb
Hi all Is it possible to steer where a QML application stores its OfflineStorage Database? I have a family of applications that share a common OfflineStorage Database. This works well on Harmattan, and on the early Sailfish Alphas without me having had to do anything special at all. In

[SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Hello, I have a question concerning the harbour rules and the currently allowed stuff. My application (http://ocnews.buschmann23.de) consists of two executable files. One is the frontend, the other one is a daemon/engine. Both are communicating through D-Bus, the daemon/engine is also

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Andrey Kozhevnikov
D-Bus interfaces not allowed for harbour. And you can use everything you want if dont need to go to harbour :) On 16.01.2014 04:35, Matthias Fehring wrote: Hello, I have a question concerning the harbour rules and the currently allowed stuff. My application (http://ocnews.buschmann23.de)

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Thank you for the fast answer. The openrepos.net is the solution for me. :) Best greetings Matthias Am 15.01.2014 23:43, schrieb Andrey Kozhevnikov: D-Bus interfaces not allowed for harbour. And you can use everything you want if dont need to go to harbour :) On 16.01.2014 04:35, Matthias

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Gabriel Böhme
I think DBUS is not restricted at all as far as I know, Bernd wrote the following some days ago: /This comment was about one specific DBus API (PackageKit), which will be made unavailable to 3rd party applications soon to prevent unrequested sideloading of RPM packages. An API designed for use by

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Andrey Kozhevnikov
we're talking about dbus interfaces, not apis :) On 16.01.2014 04:47, Gabriel Böhme wrote: I think DBUS is not restricted at all as far as I know, Bernd wrote the following some days ago: /This comment was about one specific DBus API (PackageKit), which will be made unavailable to 3rd party

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Gabriel Böhme
Ohh,... should read more careful, or stop watching videos next to it.^^ ;) Am 15.01.2014 23:48, schrieb Andrey Kozhevnikov: we're talking about dbus interfaces, not apis :) On 16.01.2014 04:47, Gabriel Böhme wrote: I think DBUS is not restricted at all as far as I know, Bernd wrote the

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Yes, I read that already yesterday or the day before and thougt that own D-Bus interfaces are allowed. But then the result of the rpm validator is a bit irritating. :) But I will try to submit it to harbour and will see what happens. Am 15.01.2014 23:47, schrieb Gabriel Böhme: I think DBUS is

Re: [SailfishDevel] Two executables and D-Bus interfaces in a package

2014-01-15 Thread Matthias Fehring
Ok, one should not go away to make food... :D So my other post is not relevant anymore... Am 15.01.2014 23:50, schrieb Gabriel Böhme: Ohh,... should read more careful, or stop watching videos next to it.^^ ;) Am 15.01.2014 23:48, schrieb Andrey Kozhevnikov: we're talking about dbus

[SailfishDevel] Division by zero in Slider.qml

2014-01-15 Thread Hendrik Borghorst
Hello folks, I've noticed some strange behaviour in Silica Silder. If you set minimumValue=maximumValue , the handle gets invisible and cannot get activated again. if you've a look at (except from Slider.qml) you'll see: function _updateHighlightToValue() { highlight.x =

Re: [SailfishDevel] SailfishOS SDK January update available today.

2014-01-15 Thread Tone Kastlunger
Changelog? :) On Wed, Jan 15, 2014 at 5:24 PM, Jarko Vihriala jarko.vihri...@jolla.comwrote: Hello again, Today at 16:00 UTC we are publishing a little update on SailfishOS SDK. The update itself touches only the Build Engine. What you need to do is to boot up the Build Engine after