Re: [SailfishDevel] Event view notifications app name

2015-09-26 Thread Matthew Vogt
Hi Mattias, Your app's notifications are grouped according to the 'appName' property they supply at submission (if not provided, it will default to the name from your .desktop file, or the process name if necessary). If you have the new SDK, the notification docs should be available in creator,

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
I don't think so, my insomniac.pro is identical. 2015-09-26 16:23 GMT+03:00 Andrey Kozhevnikov : > missed whole installs from > https://github.com/tanghus/kitchen-timer-qml/blob/master/src/insomniac/insomniac.pro > ? > > -- Исходное сообщение -- > От: "Jollailija Developer" > Кому: "Sai

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
missed whole installs from https://github.com/tanghus/kitchen-timer-qml/blob/master/src/insomniac/insomniac.pro ? -- Исходное сообщение -- От: "Jollailija Developer" Кому: "Sailfish OS Developers" Отправлено: 26.09.2015 18:22:22 Тема: Re: [SailfishDevel] How to use Insomniac? Like, s

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
Like, seriously, just gimme a break. Ques what? I think I missed something: [W] unknown:32 - file:///opt/sdk/harbour-simplestopwatch/usr/share/harbour-simplestopwatch/qml/harbour-simplestopwatch.qml:32:1: module "harbour.simplestopwatch.insomniac" is not installed import harbour.simplestopwatch.i

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Jollailija Developer
Phew, I think I did it! It now builds without errors and deploys nicely into the emulator. I'll build it for the phone and test it out (but before that write the QML code using it, duh), but so far so good. Thanks for your help! This is why I love (developing for) Sailfish so much, there are always

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
check https://github.com/tanghus/kitchen-timer-qml/blob/master/harbour-kitchentimer.pro and https://github.com/tanghus/kitchen-timer-qml/blob/master/src/src.pro carefully -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 26.09.2015 17:50:21

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread jollailija
How do I do that? Please remember I am a total newbie. I updated my github repository, please see builderror.txt and issues.png for more info if needed. Andrey Kozhevnikov kirjoitti la syyskuuta 26 15:26:47 2015 GMT+0300: > you should have subfolders in your project to be able to build multiple

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Andrey Kozhevnikov
you should have subfolders in your project to be able to build multiple binaries -- Исходное сообщение -- От: jollail...@gmail.com Кому: devel@lists.sailfishos.org Отправлено: 26.09.2015 17:24:56 Тема: Re: [SailfishDevel] How to use Insomniac? In harbour-simplestopwatch.pro remove

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread jollailija
> > In harbour-simplestopwatch.pro remove or comment out the line "CONFIG += > sailfishapp". > > > From the top of my head I can't see any other errors, other than that you > don't need to also add folderlistmodel, display.h/cpp and qmlsettings.h/cpp > unless you need need them. The Insomnia

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Thomas Tanghus
On Friday 25 September 2015 14:21:36 jollail...@gmail.com wrote: > I tried to import Insomniac to my Simple Stopwatch by copying the files from > https://github.com/tanghus/kitchen-timer-qml/tree/master/insomniac to > simplestopwatch/src/insomniac, replacing kitchentimer in the files with > simples