Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-06-02 Thread Christopher Lamb
Hi Jarko Still on the train, now with the Jolla Wifi Hotspot active, and I can build without problems. This indicates that I get the problem when no network is connected. In this case I am deploying to the Emulator, so no network should be required GrĂ¼sse Chris On 02.06.14 10:23, Ja

Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-06-02 Thread Christopher Lamb
Hi Jarko Have got on the train, started deploying, and get the problem. Below is output from the SDK and QtCreator. I am starting to wonder if the problem is related to networking in some way. This morning I successfully deployed at home - connected to the home wireless network. Now I am o

Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-06-02 Thread Christopher Lamb
Hi Jarko and Juha Right now QtCreator is deploying as RPM without a problem - whereas last week it was consistently giving the error. I am sure it will rear its ugly head soon, so I will report back then following your advice. In the meantime, some more background info. I am on OSX 10.8.5 on

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
ScrollDecoator component is just combiner: Item { property Flickable flickable VerticalScrollDecorator { flickable: parent.flickable } HorizontalScrollDecorator { flickable: parent.flickable } } And you can't access individual properties here. 03.06.2014 11:31, Krisztian Olah ?:

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Krisztian Olah
Thanks Andrey, now it makes complete sense. Just one more question: Then ScrollDecorator is NOT derived from Vertical- and HorizontalScrollDecorator but composes/contains them, right? On 3 June 2014 05:11, Andrey Kozhevnikov wrote: > ScrollDecorator component cannot be colored. Only Vertical a

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
ScrollDecorator component cannot be colored. Only Vertical and Horizontal separately. Vertical/HorizontalScrollDecorator inherits Rectangle, so you should understand now how to use it ;) 03.06.2014 11:07, Krisztian Olah ?: Ouch, that did hurt. I only checked ScrollDecocartor in QtCreator no

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Krisztian Olah
Ouch, that did hurt. I only checked ScrollDecocartor in QtCreator not the horizontal or vertical one. Mind you it is not documented at https://sailfishos.org/sailfish-silica/sailfish-silica-all.html for either of them. Sorry for the silly question. :$ On 3 June 2014 04:46, Andrey Kozhevnikov w

Re: [SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Andrey Kozhevnikov
ORLY? SilicaListView / SilicaFlickable { ... VerticalScrollDecorator { color: "red" } } 03.06.2014 10:41, Krisztian Olah ?: Hi list, Is it possible to change the colour of the ScrollDecorator component? I couldn't find anything regarding this in the Silica reference nor anywher

[SailfishDevel] ScrollDecorators' Colour

2014-06-02 Thread Krisztian Olah
Hi list, Is it possible to change the colour of the ScrollDecorator component? I couldn't find anything regarding this in the Silica reference nor anywhere else. I remembered that the browser has been opened so I checked in the source, but it seems to have been reimplemented in QML. ScrollDeco

Re: [SailfishDevel] Next meeting on SailfishOS, open source, collaboration: 03-June @ 10:00 UTC

2014-06-02 Thread Andrea Bernabei
Thanks for volunteering! :) just an info: your email ended up in my gmail spam folder :/ 2014-06-02 21:44 GMT+02:00 Sebastian Meyer : > Hi! > > Thanks to everyone who've responded on > http://piratepad.net/SailfishOSSMeetings > > Here's the invitation/reminder for tomorrow's meeting: > > Date:

[SailfishDevel] Next meeting on SailfishOS, open source, collaboration: 03-June @ 10:00 UTC

2014-06-02 Thread Sebastian Meyer
Hi! Thanks to everyone who've responded on http://piratepad.net/SailfishOSSMeetings Here's the invitation/reminder for tomorrow's meeting: Date: 03 June 2014 Time: 10:00 UTC, for your local time: http://bit.ly/1pbJprh (note different time from past couple of meetings) Duration 90 minutes Chair:

Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-06-02 Thread Juha Kallioinen
On 28.04.2014 09:01, christopher.l...@thurweb.ch wrote: Hi Thanks. I found a well hidden {1} timeout setting in the preferences / devices and increased this from the default 2 secs to 10 secs. This does seem to help, but as always with sporadic problems only time will tell if this is a fix,

Re: [SailfishDevel] sporadic bouts of "Could not connect to MerSDK Virtual Machine. Timeout waiting for reply from server."

2014-06-02 Thread Jarko Vihriala
when that happens, have you tried to SSH into the MerSDK from command line. We have seen issues where the SSH key exchange takes long time for some reason , currently that's under investigation. If you want to help in that, - you could do a SSH session inside MerSDK and run journalctl -fa in term