Re: [SailfishDevel] Does Jolla C ship with AlienDalvik ?

2016-09-07 Thread Franck Routier (perso)
. The Jolla C ships with AlienDalvik otherwise known as Android app compatibility. Cheers, James On 9/7/2016 2:33 PM, Franck Routier (perso) wrote: Hi, well, it's all in the title: Does Jolla C ship with AlienDalvik ? (I was under the impression that I read otherwise somewhere, but I really

[SailfishDevel] Does Jolla C ship with AlienDalvik ?

2016-09-07 Thread Franck Routier (perso)
Hi, well, it's all in the title: Does Jolla C ship with AlienDalvik ? (I was under the impression that I read otherwise somewhere, but I really don't know...) Franck ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] Introducing Myself to the community

2016-08-10 Thread Franck Routier (perso)
Yes, nice to have you sailing with us. Welcome ! Franck Le 10/08/2016 à 11:08, James Noori a écrit : Hi and welcome aboard Raju! It is fantastic to have talented people like you and all of our community members on board sailing with us through the world of open source! Hope to see more

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2015-09-13 Thread Franck Routier (perso)
Hi, what's the status of haptic feedback with QML in SailfishOS now ? I'm just trying to port an app from Ubuntu Phone, where code looks like : Haptics.play({duration: 10, attackIntensity: 0.9}) No import or whatever, Haptics is just available as a singleton for developpers to use... What's

Re: [SailfishDevel] SailfishOS as an OS/platform in Qt

2014-12-05 Thread Franck Routier (perso)
There is probably an interesting paper here https://fruct.org/publications/fruct11/files/Par.pdf (but I did not take the time to dig into yet...) Franck Le 04/12/2014 17:38, Alejandro Exojo a écrit : Hi. I've asked this a couple of times on IRC, but I haven't found a fully satisfying answer.

[SailfishDevel] How to get feedback from Harbour users ?

2014-12-05 Thread Franck Routier (perso)
Hi, I just realized a comment was made on my app by a user 3 months ago. I just missed it. I don't have so many users :-) so I have to be reactive ! So here is my question: is there an option to get comments made on my apps forwarded to an email address (or at least an alert telling me

Re: [SailfishDevel] GPLv3 warning

2014-12-03 Thread Franck Routier (perso)
Hi, Le 03/12/2014 07:18, Kimmo Lindholm a écrit : Just for that your yaml says: License: GPLv3 Yes, that's intended. Why a warning ? What's the problem ? ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] No RPM built ?

2014-12-03 Thread Franck Routier (perso)
Le 02/12/2014 22:48, Peter Pykäläinen a écrit : Deploy by building fails for me too. Always has. If you are able to deploy to phone then you have the RPM on your disk too. // Peter Pykäläinen I think it used to work here (but I've not been working on the project for months, so my memory

[SailfishDevel] GPLv3 warning

2014-12-02 Thread Franck Routier (perso)
Hi, when I build my app, I get a warning saying: Warning GPLv3 related license might be unacceptable. What does that mean, and what is this message relative to ? Franck ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

[SailfishDevel] No RPM built ?

2014-12-02 Thread Franck Routier (perso)
Hi, I am trying to package my app as a RPM, but I don't get any RPM. The target I choose is MerSDK-SailfishOS-armv7hl / Release / Deploy By Building an RPM Package. The console output is : 19:28:58: Running steps for project harbour-mkpokerplanning... 19:28:58: Start SDK: Starting MerSDK

Re: [SailfishDevel] No RPM built ?

2014-12-02 Thread Franck Routier (perso)
Hi, Le 02/12/2014 21:00, Kimmo Lindholm a écrit : Hi, https://gitorious.org/mkpokerplanning/mkpokerplanning/ ? Yes, this is my project ! :-) Try to close project, delete .pro.user, delete build- dir, reopen project, Reconfigure it. then hit deploy. Ok, I did this, and redefined my

[SailfishDevel] Refreshing pages

2014-12-01 Thread Franck Routier (perso)
Hi, I have aproblem with a page that has a property I can't update. I'm using this page in a PullDownMenu, as this: Page { id: cardPage property string backname property CardBacksLibrary backsLibrary SilicaFlickable { Loader { id: pageLoader }

Re: [SailfishDevel] Refreshing pages

2014-12-01 Thread Franck Routier (perso)
option :() - Mail original - De: Franck Routier (perso) a...@mecadu.org À: devel@lists.sailfishos.org Envoyé: Lundi 1 Décembre 2014 16:27:10 Objet: [SailfishDevel] Refreshing pages Hi, I have aproblem with a page that has a property I can't update. I'm using this page in a PullDownMenu

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 4 (1.0.4.20)

2014-03-18 Thread Franck Routier (perso)
Le 18/03/2014 17:44, Louis Tim Larsen a écrit : 17-03-2014 19:52, Bernd Wachter wrote: Hi all, we're finally releasing update4 today. The changelog can be found (and commented on) here: https://together.jolla.com/question/33507/release-notes-software-version-10420-ohijarvi/ It great to

Re: [SailfishDevel] How to monitor inputs from a earphone remote control

2014-02-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 27/02/2014 17:39, Jonni Rainisto a écrit : Currently you cannot as there is no support for earphone buttons done yet. Thanks for your quick answer. So I understand there is no support in the sdk. But is there also no low level support ? With X,

[SailfishDevel] How to monitor inputs from a earphone remote control

2014-02-27 Thread Franck Routier (perso)
Hi, I have earphones plugged in, with a three buttons remote control. How can I monitor how the remote control translate on the linux (wayland ??) level ? How can I get these commands in my QML application ? Thanks, Franck ___ SailfishOS.org Devel

[SailfishDevel] ComboBox with many MenuItems

2014-01-22 Thread Franck Routier (perso)
Hi, I have a ComboBox with MenuItem. OnClicked, each MenuItem updates a value in a component of my page. So far, so good. But when adding more item, the menu list is displayed on a second page. I can choose an item, but the inClicked function does not act as it does with less items (and the

Re: [SailfishDevel] ComboBox with many MenuItems

2014-01-22 Thread Franck Routier (perso)
Le 22/01/2014 09:21, Andrey Kozhevnikov a écrit : from onCurrentItem changed check currentIndex and do action. It's the only way to get paged combobox to work. Thanks. This worked and I will do that waiting for a proper fix in Sailfish. BR, Franck

[SailfishDevel] Harbour: howto to delete a draft application ?

2014-01-15 Thread Franck Routier (perso)
Hi, when first playing with harbour, I created an Untitled application, before creating the right one. This untitled app is here in the list of my apps, with a draft status, and I can find no way to delete it. How can I do ? BR, Franck ___

[SailfishDevel] Jolla harbour website

2014-01-14 Thread Franck Routier (perso)
Hi, I suppose this is a known bug, but the stats on harbour are always at 0 (nr of downloads, likes, comments, ...), be on the dashboard, or on a specific app page. This is on the todo list, is't it ? BR, Franck ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QAccelerometer availability ?

2014-01-13 Thread Franck Routier (perso)
Le 13/01/2014 18:45, Lorn Potter a écrit : You could have also used QSensorGestures :) I have not really had time to test and make sure they all work correctly on sailfish, so your milage may vary. Good to know, thanks. I'll probally try it and compare with my current implementation.

Re: [SailfishDevel] QAccelerometer availability ?

2014-01-12 Thread Franck Routier (perso)
Franck Routier (perso) a...@mecadu.org: Hi, I'm still stuck with this. Back to the basics... In my qml, I have added: import QtSensors 5.0 and used Accelerometer. Fine. But On deployment, I get an error: module QtSensors is not installed I think I have to edit something in my .pro file

[SailfishDevel] QAccelerometer availability ?

2014-01-11 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would like to use QAccelerometer in my app, but it does not seem to be available... Given that I am still in the early stage of learning Qt/qml/C++ (!), I might just be wrong :-) So: is QAccelerometer available in Sailfish SDK ? If not, is it

Re: [SailfishDevel] Out of curiosity: why are you developing for SailfishOS?

2014-01-10 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I second that, as I'm in the exact same situtation, and have the same motivations. I also now own a Jolla, and like the hack my technical stuffs :-) Franck Le 10/01/2014 11:55, Markus Svensson a écrit : I do it because I like learning new stuff. My

[SailfishDevel] Harbour QA process...

2014-01-09 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, currently, the Harbour QA process is quite frustrating, as problems are reported one after the other, with a delay of several days inbetween... reminds me of the old time cobol compilators! It would be cool if the efforts made by the developper

[SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, still in the process of finishing my first application... Now I have translation files (.ts and .qm), that are located in a 'languages' directory. I have added them to the .pro file, and I have modified the yaml RPM definition, but I must be

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Franck Routier (perso)
a écrit : show pro file On 03.01.2014 22:22, Franck Routier (perso) wrote: Hi, still in the process of finishing my first application... Now I have translation files (.ts and .qm), that are located in a 'languages' directory. I have added them to the .pro file, and I have modified

[SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from tools/external/Linguist in the Sailfish SDK QtCreator, but it does not seem to do anything... Also, 'find . -name lupdate' in the sdk finds

[SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would like to translate my QML application, now that it runs fine. I have used qsTr() for literal strings. Then I have tried to run 'lupdate' from tools/external/Linguist in the Sailfish SDK QtCreator, but it does not seem to do anything...

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-02 Thread Franck Routier (perso)
Le 02/01/2014 18:37, Andrey Kozhevnikov a écrit : its inside build machine. qmake will run lupdate/lrelease from internal path. Ok, I understand. So I have to start the MerSDK virtual machine for lupdate to work. Then, shouldn't it generate some .ts file in my project ? (its the first time I

Re: [SailfishDevel] How to handle app settings?

2013-12-29 Thread Franck Routier (perso)
and take it from there. The QSettings (with QML wrapper) has served me well, and I could focus my time on other parts of the app instead :) //bob On 29 dec 2013, at 10:08, Franck Routier (perso) a...@mecadu.org wrote: Le 28/12/2013 19:06, Artem Marchenko a écrit : If you want something

Re: [SailfishDevel] How to handle app settings?

2013-12-29 Thread Franck Routier (perso)
Le 29/12/2013 21:53, Bob Jelica a écrit : That’s just a warning, I have it as well, but never had problems nor time to investigate further. Ok, thanks a lot. Franck ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Dynamically initialisation of a ListModel

2013-12-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, answering my own question: the call init() must be in the Component.onCompleted of the ListModel component itself, not in the GridView. Thansk, Franck Le 28/12/2013 15:03, Franck Routier (perso) a écrit : Hi, I want to dynamically create

[SailfishDevel] How to handle app settings?

2013-12-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I didn't find any reference to the way application settings are to be handled in SailfishOS. Does this apply http://developer.nokia.com/Community/Wiki/How-to_create_a_persistent_settings_database_in_Qt_Quick_%28QML%29 ? Or this

[SailfishDevel] State is persistent when I come back to a page, how to avoid this ?

2013-12-18 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, [Disclaimer: I'm still discovering Qt...] I have a page called CardPage that displays a Card component. Card has two states : show or hide. It will change state when clicked. When first shown, the CardPage sets its Card state to hide. The user

Re: [SailfishDevel] State is persistent when I come back to a page, how to avoid this ?

2013-12-18 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 18/12/2013 12:26, Martin Grimme a écrit : Hi, 2013/12/18, Franck Routier (perso) a...@mecadu.org: As to understanding why the card state persists, do you have any pointer to readings that would enlighten me ?? It's a page stack, so

Re: [SailfishDevel] 2nd wave delivery: via Jolla store or DNA shop?

2013-11-28 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First wave preorder (on 20/05/13), and still no instruction to finalize my order :-( Le 28/11/2013 16:48, Artem Marchenko a écrit : Go my 2nd wave invitation and there are two options: - buy directly from Jolla with postal delivery - buy from DNA

Re: [SailfishDevel] connect gridview on delegates click signal

2013-11-22 Thread Franck Routier (perso)
Hi, This worked. I also had to stop using variant as a type (I also did read the doc, which helps :-) ), and instead used basic types to directly passed the needed values. Thanks a lot. Franck Le 22/11/2013 03:18, Bea Lam a écrit : Hi Franck, To get a reference to a particular instance of

Re: [SailfishDevel] connect gridview on delegates click signal

2013-11-21 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for your tips, and sorry for the lte reply. Le 18/10/2013 12:50, Matt Austin a écrit : I think you should be able to get what you're after with the following - assuming you have a reference to your 'detail page' (lets call it

[SailfishDevel] connect gridview on delegates click signal

2013-10-18 Thread Franck Routier (perso)
Hi, Firstly, I am really just trying to learn Qt, and I am not sure it is specific enough to be asked here, if not just tell me... Anyway, I am using SailfishGridView (but it must be the same with standard GridView), with a ListModel, and a delegate component, in Qt Quick. What I want to

[SailfishDevel] Documentation bug in SailfishSDK

2013-10-04 Thread Franck Routier (perso)
Hi, I think I have spotted a documentation bug in the SDK. The example given in in Sailfish Silica Reference Documentation for the SilicaGridView uses the wrong data type in ListModel. import QtQuick 2.0 import Sailfish.Silica 1.0 SilicaGridView { width: 480; height: 800 model:

[SailfishDevel] How do I include ressources (.png) in my project ?

2013-10-04 Thread Franck Routier (perso)
Hi, I am trying to create a simple application that displays a png file using QtQuick / Silica. I am using IconButton, but I can't get the png file to be deployed on the Sailfish virtual machine. I have added the file in the other files directory of the project, but I must be missing a