Re: [SailfishDevel] heartbeat timer that doenst freeze when phone is hibernated

2017-09-29 Thread joao morgado via Devel
ome stuff while the phone screen is off. On jueves, 28 de septiembre de 2017 6:58:59 (CEST) joao morgado via Devel wrote: > Hi all > I have timer app in harbour that is using a qml Timer to fire the alarm. > Problem is when the phone is hibernated/deepsleep the timer freezes. > Reading th

[SailfishDevel] heartbeat timer that doenst freeze when phone is hibernated

2017-09-27 Thread joao morgado via Devel
Hi all I have timer app in harbour that is using a qml Timer to fire the alarm. Problem is when the phone is hibernated/deepsleep the timer freezes. Reading the sailfish api docs it seams the way to go is to use a heartbeat timer from timed component from here 

Re: [SailfishDevel] ListModel doesnt accept point types in sailfish

2018-05-14 Thread joao morgado via Devel
l to QT_TR_NOOP), boolean values (true, false), numbers, or enumeration values (such as AlignText.AlignHCenter)." ...so I rather wonder, why it works on Android. ;) br, Michael. Am 14.05.2018 um 00:45 schrieb joao morgado via Devel: > Hi there > > I tried to save a point type in a listmod

[SailfishDevel] ListModel doesnt accept point types in sailfish

2018-05-13 Thread joao morgado via Devel
Hi there I tried to save a point type in a listmodel but when reading the value from the list I get a error saying something like "undefined". This error happens in my intex aqua fish.It does work on desktop and android. My code is something like this: ListModel {id: obstaclesList

[SailfishDevel] ConfigurationValue default path

2018-05-17 Thread joao morgado via Devel
Hi  Where does ConfigurationValue saves the data ? I didnt find nothing in "/home/nemo/.config" related to my app.In desktop and android  I sucessfully used the equivalent qml Settings to save my stuff, but in sailfish nothing is being saved using ConfigurationValue. CheersJoão

Re: [SailfishDevel] ConfigurationValue default path

2018-05-21 Thread joao morgado via Devel
and export it to qml. Or do you guys have any other aproach/sugestion ? ThanksJoãoEm segunda-feira, 21 de maio de 2018 08:07:46 GMT+1, Pekka Vuorela <pekka.vuor...@jolla.com> escreveu: On Mon, 2018-05-21 at 04:45 +, joao morgado via Devel wrote: > Hi Martin > > Thanks

Re: [SailfishDevel] ConfigurationValue default path

2018-05-20 Thread joao morgado via Devel
a, 18 de maio de 2018 06:04:27 GMT+1, Martin Kampas <martin.kam...@jolla.com> escreveu: #yiv4199055280 P {margin-top:0;margin-bottom:0;}Hi João, The storage backend is dconf https://wiki.gnome.org/Projects/dconf BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of jo

[SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-04 Thread joao morgado via Devel
Hi I'm porting a C++/QML OpenGL app from android to Sailfish. I'm trying to isolate an error I got,  so I started adding class's one by one (not yet instanciating any object). One class that causes the error has the following includes: #include #include #include #include #include #include  

[SailfishDevel] Error deploying app to a salfish device

2020-04-02 Thread joao morgado via Devel
Hi there Every time the IP adress of my Intex Aqua Fish changes I have to update it in the QtCreator device hostname.I can sucessfully test the connection with the device from QtCreator device menu.But when deploying a app I get the following error: Checking for unpackaged file(s):

Re: [SailfishDevel] Error deploying app to a salfish device

2020-04-03 Thread joao morgado via Devel
in the meanwhile). So there is probably another bug with usb connection. Have a great weekend and be happy João Em sexta-feira, 3 de abril de 2020 08:59:46 GMT+1, David Llewellyn-Jones escreveu: On 03/04/2020 03:23, joao morgado via Devel wrote: > Note that the error message shows