[SailfishDevel] daemon

2013-08-03 Thread Sanjeev (EIPI)
Hello, Is there a SailfishOS equivalent of Debian style Daemon: e.g. start-stop-daemon --start In Sailfish emulator, this causes error: "-bash: start-stop-daemon: command not found" Thank you. Sanjeev -- EIPI Mobile Tablets! Blog: http://mobiletablets.blogspot.com Twitter: @eipi2 _

Re: [SailfishDevel] Notification During Voice Call

2013-08-03 Thread FIlip Kłębczyk
W dniu 03.08.2013 21:36, Josh Alner | Killer Mobile Software pisze: In meego(Harmattan) we had used APIs from #include or #include to get notified during calls (voice calls). I'm not seeing any equivalent in SailfishOS. My guess is that on Sailfish you can get notified about incoming calls b

Re: [SailfishDevel] Hello everyone! Question about simply running a project

2013-08-03 Thread Unai IRIGOYEN
Hi, I have the same issue. I have chosen different paths in install process but still have the problem. When I change src1 shared folder in virtualbox, I can see contents of /home/src1 updated in the build virtual machine but my project can't build. Also, in mer settings of QtCreator src line is

[SailfishDevel] Notification During Voice Call

2013-08-03 Thread Josh Alner | Killer Mobile Software
In meego(Harmattan) we had used APIs from #include or #include to get notified during calls (voice calls). I'm not seeing any equivalent in SailfishOS. Cheers! -- Josh Alner Killer Mobile Software LLC www.killermobile.com Twitter: twitter.com/killermobile ___

Re: [SailfishDevel] SDK improvement for next release

2013-08-03 Thread Jordan Onuma
Thanks, Tone. I hadn't considered the use case. While on topic of suggestions for improvement, I would suggest QtC's functionality to have its help window pane and its dialogue boxes to be accessed/scrolled through concurrently. This would make it easier for users in general to follow instructions

[SailfishDevel] SDK improvement for next release

2013-08-03 Thread Tone Kastlunger
Hey, a quick improvement suggestion for the SDK in the next release :): - the possibility to skip the mer + emulator vm installation Use case for this is for example a user (=me) running ubuntu in a vm; of course installing a vm inside a vm is possible but maybe not the optimal solution. With a se

[SailfishDevel] QTLocation not part of QT5, what to do?

2013-08-03 Thread Mario Bob Jelica
Hi all, Seeing how the QTLocation is being (heavily) refactored right now, and not part of QT5 at this time, what are all of us who are doing location-aware apps to do? I haven't seen any timeframe for when QTLocation will be a part of QT5 proper, add to that time needed for it to reach Sailfish

[SailfishDevel] Name of the "new" alpha

2013-08-03 Thread christopher . lamb
Hi all I wish the guys at Sailfish / Jolla had given the "new" alpha its own name to distinguish it from the "old" / "first" alpha. It would make it so much easier when talking about both, in this mailing list, or on my blog. It would also make it clear to new visitors that theres is prog

Re: [SailfishDevel] Installation of import packages on Qt5 Alpha Emulator: Solved (I think)

2013-08-03 Thread christopher . lamb
HI all I think I have managed to solve this problem. First, just to simplify things I created a new project TestLib of type "Libraries / QT Quick 2 Extension Plugin". I gave this the url "org.flyingsheep.testlib" As this is a throwaway demo I made no change to the code. Next I created a t

Re: [SailfishDevel] Installation of import packages on Qt5 Alpha Emulator

2013-08-03 Thread Superpelican
Yes, that was indeed what I had read, I was just going to send the link to the mailinglist ;) Well I don't think I can help with a C++ plugin. I myself now just use a C++ class which is in the same project as the QML UI to interface with C++. That turned out to be easier, Superpelican On 08/0

Re: [SailfishDevel] Hello everyone! Question about simply running a project

2013-08-03 Thread christopher . lamb
Hi Rephael Where did you chose to save your project? Is it in a subdirectory of 'C:\Users\Rafael'or somewhere else? I haven't done much with the Alpha SDK (old and new) on Windows other than install it, but I seem to remember from previous posts to this mailing list that on Windows the p

Re: [SailfishDevel] Installation of import packages on Qt5 Alpha Emulator

2013-08-03 Thread Superpelican
Hello, I read on a wiki/docs page on qt-project.org yesterday that it isn't possible anymore to import a single .qml, where this was possible in Qt 4.8. Instead you now have to import the directory where the .qml is located in. I don't know on which page I read, but I can look it up when I'm be