Re: [SailfishDevel] New documentation on sailfishos.org

2015-06-03 Thread Riccardo Ferrazzo
You can add some documentation on how to ship an executable that links to 
shared libraries that are not part of the system. Also you can write something 
about how to create a “daemon” that runs in background.

> Il giorno 03/giu/2015, alle ore 12:15, Jussi Pakkanen 
>  ha scritto:
> 
> Hello all
> 
> We have been looking into ways to improve the developer experience on 
> Sailfish OS. This has lead into developing a bunch of new documentation. The 
> first one of these deals with combining Qml with C++ and has just been put on 
> the web site:
> 
> https://sailfishos.org/develop/sdk-overview/combining-c-with-qml/
> 
> We have a few others in the pipeline on how to do development without Qt 
> Creator for those of you who prefer other tools and how to do SDL apps.
> 
> If there are other areas you would like tutorials on, do let us know.
> 
> Thanks
> 
> -- 
> Jussi Pakkanen
> SDK Lead developer
> Jolla
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Pause application on system events

2014-08-08 Thread Riccardo Ferrazzo
Hi, 
I'm writing a Metronome application just to get started with Sailfish.
I want the application to not to pause when the screens turns black or when it 
is minimized but to pause on incoming calls or alarms ringing.

At the moment i'm using this:

onApplicationActiveChanged: {
if(!applicationActive)
metronome._running = false;
}

But i want to be less restrictive. can someone give me any hint on how to 
acheive it?
Thanks.

-- 
Riccardo Ferrazzo
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org