Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-23 Thread r0kk3rz
Hi Guys, I just faced a similar issue and figured out that in the VBox network settings for the VM that the 'Cable Connected' checkbox for each adapter was unticked after a clean install. Checking those boxes fixed the issue Regards, Lewis Rockliffe On Thu, Jul 21, 2016 at 8:24 AM, Marcin Miel

Re: [SailfishDevel] Available now: Sailfish Community Device Program and Jolla C

2016-06-14 Thread r0kk3rz
it says CEST, not UTC. Which is UTC+2 according to google On Tue, Jun 14, 2016 at 1:55 PM, Chris Walker < cdw_noki...@the-walker-household.co.uk> wrote: > On Tue, 14 Jun 2016 12:27:53 + > Claudio Campeggi wrote: > > > It seems that today's Jolla C batch went on sale at 10:00 UTC instead > >

Re: [SailfishDevel] Available today 1pm EET: Sailfish Community Program & Jolla C second batch

2016-06-14 Thread r0kk3rz
James, is it possible to also send this message to Harbour developers? This was a criticism of the last batch announcement, and it makes sense that you might want harbour developers to join the program too. On Tue, Jun 14, 2016 at 7:17 AM, Jolla Community wrote: > *Dear all on the Sailfish Deve

Re: [SailfishDevel] Button

2016-03-11 Thread r0kk3rz
You have "enabled: false" on the facebook button. But no logic to active that button for any reason. On Fri, Mar 11, 2016 at 11:19 AM, Rudi Timmermans wrote: > Hi, > > I like to have a button that changed from text and link when the have > clicked on the button, i have manage to get the button c

Re: [SailfishDevel] Push Service for Sailfish OS

2016-02-07 Thread r0kk3rz
I wouldn't bet on Jolla hosting such a thing, this was raised by a community member some time ago and afaik Jolla didn't show any interest. For MQTT tbr made a patched apache paho mqtt client which a number of sailfish os users have been using quite successfully for some time now: https://github.c

Re: [SailfishDevel] monitor systemd unit from qml

2016-01-27 Thread r0kk3rz
For what purpose? systemd takes care of monitoring services for you. You can however define various actions which you can hook into on service start/stop/fail .etc http://www.freedesktop.org/software/systemd/man/systemd.service.html On Wed, Jan 27, 2016 at 4:03 PM, Michael Fuchs wrote: > Hi, >

Re: [SailfishDevel] Lockscreen media controls

2015-11-16 Thread r0kk3rz
https://github.com/nemomobile/qtmpris This has some useful QML methods you can integrate On Sun, Nov 15, 2015 at 5:32 PM, Andrey Kozhevnikov wrote: > MPRIS2 dbus service. > > -- Исходное сообщение -- > От: jollail...@gmail.com > Кому: devel@lists.sailfishos.org > Отправлено: 15.11.2015

Re: [SailfishDevel] Lipstick and xdg-open

2015-10-23 Thread r0kk3rz
estion about what the app does with the arguments... > > Best, > tortoisedoc > > > On Fri, Oct 23, 2015 at 12:09 AM, r0kk3rz wrote: > >> Hi Developers, >> >> How does Lipstick handle xdg-open in cases when the app is already >> running? >> >> When

[SailfishDevel] Lipstick and xdg-open

2015-10-22 Thread r0kk3rz
Hi Developers, How does Lipstick handle xdg-open in cases when the app is already running? When the app isn't running, I can currently open a file through xdg-open, which opens the app and passes in the file url as a command line parameter. I expected that upon subsequent xdg-open calls, it woul

Re: [SailfishDevel] Minimized Apps

2014-09-09 Thread r0kk3rz
I think it had > something to do with garbage collection, but anyway - setting a decent > parent solved the problem for me. > > -Jarmo > > > > On 09/08/2014 11:49 PM, r0kk3rz wrote: > > Screen On/Off makes no difference, bug is present whenever app is > minimized. &

Re: [SailfishDevel] Minimized Apps

2014-09-08 Thread r0kk3rz
Screen On/Off makes no difference, bug is present whenever app is minimized. Should I be watching an app state signal and performing some action when the app is brought back into focus? On Mon, Sep 8, 2014 at 9:15 PM, Martin Kolman wrote: > 8.9.2014 21:44, r0kk3rz: > > I'm

Re: [SailfishDevel] Minimized Apps

2014-09-08 Thread r0kk3rz
available here: https://github.com/r0kk3rz/SirenSong-Media-Player but again I'm not expecting anyone to fix it for me, just help me understand the environment better. On Mon, Sep 8, 2014 at 8:23 PM, Michael Neufing wrote: > Hello, > > I think, without further information on what yo

[SailfishDevel] Minimized Apps

2014-09-08 Thread r0kk3rz
Hi, Can someone explain what happens when an App gets minimized to the home screen on Sailfish? I have a bug that only occurs when the App is in minimized state, and without really knowing what changes to look for it makes debugging hard. Regards, ___

[SailfishDevel] QtMultimedia QMediaPlaylist Meta Data

2014-09-03 Thread r0kk3rz
Hi, I'm writing a music player utilizing QtMultimedia, and most of what I want is already there. However there seems to be no easy way to retrieve song metadata information from a QMediaPlaylist. I can get the file URL out of the QMediaContent object, so what would be the best way to read the met