Re: [SailfishDevel] App rejected...

2014-04-28 Thread peter . pykalainen
Thank you. Will have a look at that. martin.gri...@gmail.com kirjoitti Tue Apr 29 2014 07:12:45 GMT+0300 (EEST): > Hi, > > Am Mon Apr 28 2014 23:11:58 GMT+0200 (CEST) schrieb Peter Pykäläinen: > > Thank you for you response. > > > > Unfortunately no, since I need to show info on the cover. > > >

Re: [SailfishDevel] App rejected...

2014-04-28 Thread martin . grimme
Hi, Am Mon Apr 28 2014 23:11:58 GMT+0200 (CEST) schrieb Peter Pykäläinen: > Thank you for you response. > > Unfortunately no, since I need to show info on the cover. > I think, for just showing info on the cover, giving the CPU sleep deprivation is overkill. You can make the timer's running pr

Re: [SailfishDevel] Adding other sensors

2014-04-28 Thread Lorn Potter
On 28 Apr 2014, at 11:10 am, Neel wrote: > Hi, > > What do you people think about adding sensors like temperature, humidity, > pressure etc.? I heard that iOS is doing so already with the next version of > the mobile devices. > > I joined the group just a couple of days back so don't know if

Re: [SailfishDevel] QML DeviceInfo

2014-04-28 Thread Peter Pykäläinen
Thank you so much. I will give this a try. // Peter Pykäläinen 29.4.2014 6.43 kirjoitti "Lorn Potter" : > > On 29 Apr 2014, at 5:09 am, Peter Pykäläinen > wrote: > > > Hi, > > > > any idea on how to use QML DeviceInfo on Sailfish? > > I have been searching for a solution to get the event when de

Re: [SailfishDevel] QML DeviceInfo

2014-04-28 Thread Lorn Potter
On 29 Apr 2014, at 5:09 am, Peter Pykäläinen wrote: > Hi, > > any idea on how to use QML DeviceInfo on Sailfish? > I have been searching for a solution to get the event when device screen is > locked (onLockStatusChanged), but apparently the imports are not working / > not allowed. DeviceInfo

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Lorn Potter
On 29 Apr 2014, at 7:08 am, Peter Pykäläinen wrote: > Just got my app rejected due to: > > "sorry for rejecting your update, but it causes too high power consumption. > It seems that app doesn't go to idle state when device does. How to measure > power consumption by yourself you can find her

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
That's why my project file includes libiphb statically when compiling instead of linking to it dynamically. (And also why you have to fetch libiphb in order to build it.) > Last time I tried linking to libiphb wasn't allowed, so I made a qml plugin > including it instead: > > https://github.com

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Thomas Tanghus
Last time I tried linking to libiphb wasn't allowed, so I made a qml plugin including it instead: https://github.com/tanghus/kitchen-timer-qml/tree/master/src/insomniac Not sure if the harbour rules have changed since that. On Monday 28 April 2014 23:41:47 Arvid Fahlström Myrman wrote: > > I ha

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
I haven't tried actually submitting an app using nemo-keepalive to Harbour, but I did pass the RPM validator built into the SDK. As long as the plugin isn't linking to any disallowed libraries and is placed in /usr/share/harbour- projectname/harbour/projectname it shouldn't be breaking any Harbou

Re: [SailfishDevel] App rejected...

2014-04-28 Thread peter . pykalainen
Thanks Arvid, Will an app using that still pass harbour QA? I just can't believe howcome basic stuff like checking wheter the screen is locked is not available. Arvid Fahlström Myrman kirjoitti Tue Apr 29 2014 00:41:47 GMT+0300 (EEST): > > > I have been strugeling to find a way to get Qt5Syst

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Arvid Fahlström Myrman
> I have been strugeling to find a way to get Qt5SystemInfo to expose me when > the device is locked so I could stop the timer and then start it again when > the device is unlocked. nemo-keepalive (https://github.com/nemomobile/nemo-keepalive) exposes a DisplayBlanking.status property with which

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
Thank you for you response. Unfortunately no, since I need to show info on the cover. // Peter Pykäläinen On 29 April 2014 00:10, Andrey Kozhevnikov wrote: > well, just stopping timer when app minimized is not enough? > > 29.04.2014 03:08, Peter Pykäläinen пишет: > > Just got my app rejec

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Andrey Kozhevnikov
well, just stopping timer when app minimized is not enough? 29.04.2014 03:08, Peter Pykäläinen ?: Just got my app rejected due to: /"//sorry for rejecting your update, but it causes too high power consumption. It seems that app doesn't go to idle state when device does. How to measure pow

[SailfishDevel] App rejected...

2014-04-28 Thread Peter Pykäläinen
Just got my app rejected due to: *"* *sorry for rejecting your update, but it causes too high power consumption. It seems that app doesn't go to idle state when device does. How to measure power consumption by yourself you can find here: https://together.jolla.com/question/13243/my-app-got-reject

[SailfishDevel] QML DeviceInfo

2014-04-28 Thread Peter Pykäläinen
Hi, any idea on how to use QML DeviceInfo on Sailfish? I have been searching for a solution to get the event when device screen is locked (onLockStatusChanged), but apparently the imports are not working / not allowed. // Peter Pykäläinen ___ SailfishOS

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Andrey Kozhevnikov
if cover not displayed its problem with your cover page. show its code to us or try to guess yourself where is error. 28.04.2014 20:44, Gabriel Böhme ?: Hmm, will try it with QScopedPointers again, but I did this some days ago and the result was still the same. But will try it today again

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Gabriel Böhme
Hmm, will try it with QScopedPointers again, but I did this some days ago and the result was still the same. But will try it today again and report back. Thanks, Gabriel. -- Von meinem Nokia N9 gesendet christopher.l...@thurweb.ch schrieb am 28.04.14 16:27: Hi all There was a thread o

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread christopher . lamb
Hi all There was a thread on this way back in December last year: https://lists.sailfishos.org/pipermail/devel/2013-December/001804.html HtH Chris Zitat von "Luca Donaggio" : I think you should use QScopedPointers in your main: QScopedPointer app(SailfishApp::application(argc, argv));

Re: [SailfishDevel] Proposal to skip 29th Apr meeting? Re: Next weekly meeting on 29-Apr: SailfishOS, open source, collaboration and way forward

2014-04-28 Thread Thomas B. Ruecker
I can see why this complicates matters for many people. Let's aim for next week? TBR On 28/04/14 12:21, David Greaves wrote: > +1 - I'm travelling and won't be able to attend > > On 28/04/14 10:03, Carol Chen wrote: >> +1 for Carsten's proposal >> >> Mon Apr 28 2014 11:55:34 GMT+0300 (EEST) Carst

Re: [SailfishDevel] Some problems since 1.038+ update.

2014-04-28 Thread Luca Donaggio
I think you should use QScopedPointers in your main: QScopedPointer app(SailfishApp::application(argc, argv)); QScopedPointer view(SailfishApp::createView()); Covers (and pages as well) can see all your ApplicationWindow (ie: their parent) properties. On Fri, Apr 25, 2014 at 10:14 AM, G

Re: [SailfishDevel] Proposal to skip 29th Apr meeting? Re: Next weekly meeting on 29-Apr: SailfishOS, open source, collaboration and way forward

2014-04-28 Thread David Greaves
+1 - I'm travelling and won't be able to attend On 28/04/14 10:03, Carol Chen wrote: +1 for Carsten's proposal Mon Apr 28 2014 11:55:34 GMT+0300 (EEST) Carsten Munk 寫了: On 22/04/14 19:19, Carol Chen wrote: Hi again! Now let's nail down some specifics for the next meeting. We need at least th

Re: [SailfishDevel] Proposal to skip 29th Apr meeting? Re: Next weekly meeting on 29-Apr: SailfishOS, open source, collaboration and way forward

2014-04-28 Thread Carol Chen
+1 for Carsten's proposal Mon Apr 28 2014 11:55:34 GMT+0300 (EEST) Carsten Munk 寫了: > On 22/04/14 19:19, Carol Chen wrote: > > Hi again! > > > > Now let's nail down some specifics for the next meeting. We need at > > least these items: > > > > 1. Time slot to accommodate different members in the

[SailfishDevel] Proposal to skip 29th Apr meeting? Re: Next weekly meeting on 29-Apr: SailfishOS, open source, collaboration and way forward

2014-04-28 Thread Carsten Munk
On 22/04/14 19:19, Carol Chen wrote: Hi again! Now let's nail down some specifics for the next meeting. We need at least these items: 1. Time slot to accommodate different members in the community 2. Topics to be discussed 3. Meeting Chair I've created a pirate pad: http://piratepad.net/Sailfi