Re: [SailfishDevel] Sailfish SDK 3.1 has been released to all users

2020-05-07 Thread Caliste Damien
Hello, Le jeudi 07 mai 2020, Martin Kampas a écrit : > Today (May 7th) at 11:00 UTC the Sailfish SDK 3.1 has been released > to all users. Please, check out the in depth release notes from > https://together.jolla.com/question/226423/. I guess Harbour scripts will be upgraded soon. At the moment,

Re: [SailfishDevel] Sailfish SDK 2.2 has been released to all users

2019-11-06 Thread Caliste Damien
Hello, Le vendredi 01 novembre 2019, Martin Kampas a écrit : > Today (Nov 1) at 14:00 UTC we published an update to the Early Access > Build Targets. These match the Sailfish OS release 3.2.0.12 > (Torronsuo) now. Does anyone already succeed in upgrading the SDK ? When I run the maintenance tool

Re: [SailfishDevel] Secure storage for login data

2019-06-13 Thread Caliste Damien
Hello, Chris Adams was quicker than me to provide an example. Thanks Chris for this comprehensive and commented code. I may add some more words and comment another example: https://github.com/sailfishos/sailfish-secrets/plugins/gnupgplugin/pinentry/qassuanserver.cpp This is the implementation

Re: [SailfishDevel] mapplauncherd/booster and C++ QML plugin

2018-12-12 Thread Caliste Damien
Hello, Le mercredi 12 décembre 2018, Matthias Fehring a écrit : > But what works is when I use "generic" booster type, then the app > works. From my understanding, this is expected. The booster will preload a given set of libraries (qt5 for instance) but if your plugin requires a library outside

Re: [SailfishDevel] SQLite linking

2017-03-04 Thread Caliste Damien
Hello, Le samedi 04 mars 2017, rinigus a écrit : > one month + 10 days later - no response for PR nor SQLite linking from > Harbour / Jolla devs. Well, the topic of adding allowed libraries seems to be a sensitive one, without easy answering. You may propose this discussion for a coming

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2017-02-08 Thread Caliste Damien
Hello, Le lundi 06 février 2017, Chris Adams a écrit : > Thanks for bringing this to my attention! Shall we say March 13th at > 0900 UTC? It's fine with me with this new date (except if there's a meeting at work that may come later). Regards, Damien.

Re: [SailfishDevel] CalDAV/CardDAV Contributor Meeting

2017-02-03 Thread Caliste Damien
Hello everyone, Le mardi 31 janvier 2017, Chris Adams a écrit : > Just a quick reminder that the next CalDAV/CardDAV contributor > meeting will be held this coming Monday the 6th of February at 0900 > UTC in #mer-meeting on irc.freenode.org. I'm sorry, I can't attend because I have a full day

Re: [SailfishDevel] string to double in QML?

2016-05-21 Thread Caliste Damien
Hello, Le samedi 21 mai 2016, mariusz sapinski a écrit : >I'm trying to convert text from a text field: > to double (property double ekpu) You may want to use parseFloat(). http://www.w3schools.com/jsref/jsref_parseFloat.asp Damien. ___

Re: [SailfishDevel] Howto ship QML plugins for harbour

2014-01-11 Thread Caliste Damien
Hello, Le vendredi 10 janvier 2014, Aaron McCarthy a écrit : You will have to patch and rebuild the QML plugin. This is because it is verifying that the correct import uri is used. You will need to patch the source to accept the harbour.appname.QtPositioning uri. Ok, I see. It is also not

Re: [SailfishDevel] Howto ship QML plugins for harbour

2014-01-11 Thread Caliste Damien
Hello, Le vendredi 10 janvier 2014, Reto Zingg a écrit : lets take an other example ;-) https://github.com/nemomobile/nemo-qml-plugin-dbus which is not allowed as such in Harbour, so I had to add it: https://github.com/d0b3rm4n/harbour-simpletorch/tree/master/src/dbus I had to make

Re: [SailfishDevel] How to activate GPS on device

2014-01-01 Thread Caliste Damien
Hello, Le mercredi 01 janvier 2014, Bob Jelica a écrit : In QML you should use PositionSource element. Check it’s ”start()” and ”stop()” methods. I feel a bit stupid, I tried my app first without anything, and I got no GPS. Then I run the map app, accept the licence and then run my app, which

[SailfishDevel] How to activate GPS on device

2013-12-31 Thread Caliste Damien
Hello, Now that I received my device, I can test Mæp for real. That's great. It's an app that uses the GPS. If Jolla's map app is running the GPS is activated and my application can use it also (I use QtPositioning in C++, the QGeoPositioningInfoSource class), it works well. But if the map

Re: [SailfishDevel] Accent with maliit keyboard (QML mockup)

2013-12-03 Thread Caliste Damien
Hello, Le lundi 02 décembre 2013, dcali...@free.fr a écrit : which would give after pressing it (like the shift key): à|w|é shift|æ|è| Fn|ç|ù Are my explanations clearer ? What piece of code should I give a look at to add a key that acts like the shift key by changing the layout of the

Re: [SailfishDevel] How to get GPS Location in QML

2013-10-30 Thread Caliste Damien
Hello, Le mardi 29 octobre 2013, tw_bolek a écrit : the .pro file does not change anything.There is no trace of QtPositioning in sailfishos/mersdk/targets/.../usr/lib/qt5, neither for arm nor for x86 (emulator). I think that Christopher Lamb answered this. I'm using Qt Positioning in