Re: [SailfishDevel] App rejected, missing libc.so.6

2013-11-13 Thread Martin Windolph
Hi, thanks for testing! So I don't have to worry about libc anymore and I'll define my next tasks as- correct icon path- load Views dynamically to increase startup time- think about reducing the fields in the game area to make them larger on small devices Thanks!Martin From:

Re: [SailfishDevel] Jolla Harbour. Application names conflicts

2013-11-13 Thread Thomas Perl
Hi, On 2013-11-12 20:40, Semuonov Basil wrote: Case 1 - Titles are the same: Dev1 submits application called Trains Europe about history of europe trains with binary trains_1.0.0_armv7hl.rpm Dev2 submits application called Trains Europe about online timetable for train transport called

[SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Gabriel Boehme
Hi sailors, in the very first (Qt4 version) of the SDK I ported an easy application, that is using a list model. To connect the list model and also my main logic stuff I used the setContextProperty() method. In the first Qt5 SDK version I had to work a bit around that (created a view from

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Jonni Rainisto
Hi, Yes your setContextProperty() to rootContext is the right approach. Usually I do something like this: QScopedPointerQGuiApplication app(Sailfish::createApplication(argc, argv)); QScopedPointerQQuickView view(Sailfish::createView()); MyClass data;

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Gabriel Boehme
Wow, thanks to you and also Andrey! This is nearly the way I took back in the first Jolla Qt5 SDK, is it also the recommended way to do that? Will it have a (bad) influence on the start up times? Thanks so much! :) Hi, Yes your setContextProperty() to rootContext is the right approach.

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-13 Thread Andrey Kozhevnikov
This is almost same what SailfishApp::main() does for you and it keeping booster working, just lets you to use application and view instances directly. Have fun with Sailfish ;) On 13.11.2013 21:23, Gabriel Boehme wrote: Wow, thanks to you and also Andrey! This is nearly the way I took back

[SailfishDevel] Status of Sailfish SMS?

2013-11-13 Thread Seppo Tiainen
Hi, Does anybody know about a possible module and its status in Sailfish/Qt-5 that corresponds to Harmattan Qt Mobility Messaging so that it would be possible to send and receive SMSs (which is essential in my app) through Qt/QML on the Jolla phone? Thanks, Seppo

[SailfishDevel] user and app data howto?

2013-11-13 Thread Wim de Vries
Hi, I have my app ready. Until now I just did a scp -r -P 2223 ./checklistsdata nemo@localhost:/home/nemo to copy the app data. But I need a robust solution before submitting to the harbour... Are there rules concerning user and app data? The user may change/delete data from within the app,

Re: [SailfishDevel] Account management

2013-11-13 Thread Tigre-Bleu
Hi Jonni, nemo-qml-plugin-accounts-qt5 looks like what I'm looking for, but I have a hard time trying to figure out how it's working because I can't find a lot of documentation/examples. If I understand correctly and correlates to what I've read about accounts-ui for harmattan, it is only

[SailfishDevel] Deploy: dependies problem

2013-11-13 Thread Mikael Hermansson
submitten my app on the sailstore got this from QA: Reason for rejection: Cannot install this application on the phone Description of the problem: During installation appear error: error: Failed dependencies: Qt5Multimedia is needed by uradio-0.8-1.armv7hl libsailfishapp.so.1 is needed by

Re: [SailfishDevel] Status of Sailfish SMS?

2013-11-13 Thread Seppo Tiainen
Yes, that's the way to go. In Harmattan QML, there were: Qt.openUrlExternally(tel:012345x) for calls, and Qt.openUrlExternally(sms:01234567444 + ?body= + bodytext) for SMSs. The latter did not work for me so I had to use Harmattan c++ Qt Messaging: QMessage sms;

Re: [SailfishDevel] Status of Sailfish SMS?

2013-11-13 Thread Robin Burchell
Hi, On Wed, Nov 13, 2013 at 11:08 PM, Seppo Tiainen seppo.tiai...@gmail.com wrote: Yes, that's the way to go. In Harmattan QML, there were: Qt.openUrlExternally(tel:012345x) for calls, and Qt.openUrlExternally(sms:01234567444 + ?body= + bodytext) for SMSs. tel: is already supported.

Re: [SailfishDevel] Status of Sailfish SMS?

2013-11-13 Thread Seppo Tiainen
Thank you! That clarified things. Seppo 2013/11/14 Robin Burchell robin+me...@viroteck.net Hi, On Wed, Nov 13, 2013 at 11:08 PM, Seppo Tiainen seppo.tiai...@gmail.com wrote: Yes, that's the way to go. In Harmattan QML, there were: Qt.openUrlExternally(tel:012345x) for calls, and

Re: [SailfishDevel] Account management

2013-11-13 Thread Robin Burchell
Hi, On Wed, Nov 13, 2013 at 9:26 PM, Tigre-Bleu de...@tigre-bleu.net wrote: Hi Jonni, nemo-qml-plugin-accounts-qt5 looks like what I'm looking for, but I have a hard time trying to figure out how it's working because I can't find a lot of documentation/examples. You most likely don't want

Re: [SailfishDevel] Account management

2013-11-13 Thread Tigre-Bleu
Ok, thanks for the info. I will then just wait for the Sailfish accounts control implementation details and implement everything in the app for the moment. Antoine - Mail original - De: Robin Burchell robin+me...@viroteck.net À: Sailfish OS Developers devel@lists.sailfishos.org

[SailfishDevel] Please, try my Flash API tester on device

2013-11-13 Thread Artem Marchenko
Hi All Could somebody with the real device, please, try my test app - http://bit.ly/flatest There's RPM with the simplest possible app for controling flashlight using two methods: Torch and CameraFlash. To my understanding Torch can't work in Jolla as it's shared with CameraFlash, but I still

Re: [SailfishDevel] Account management

2013-11-13 Thread Tone Kastlunger
Hi sorry to drop in on this, but on a similar track, Jonni can you also confirm transfer-ui plugins not to be yet ready as well? Best, tortoisedoc On Thu, Nov 14, 2013 at 12:50 AM, Tigre-Bleu de...@tigre-bleu.net wrote: Ok, thanks for the info. I will then just wait for the Sailfish

Re: [SailfishDevel] Please, try my Flash API tester on device

2013-11-13 Thread Jukka Eklund
Hi, sorry to report Flash doesn't come on either way. -Jukka On Thu, Nov 14, 2013 at 1:12 AM, Artem Marchenko artem.marche...@gmail.comwrote: Hi All Could somebody with the real device, please, try my test app - http://bit.ly/flatest There's RPM with the simplest possible app for