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, or if the problem is just dormant for a while.


What I don't understand is, given the error says Could not connect to
MerSDK Virtual Machine why should a timeout for connecting to a 
Jolla device play any role?


Is the error misleading? is the problem actually in connecting FROM 
the MerSDK to the Jolla?


Hi, I can't seem to reproduce these timeout problems when I'm testing 
this. I've tried on Linux and Windows and a bit less on a Mac. I wish I 
could, so I could debug this because I can't fix it if I can't reproduce it.


The error you get might be a bit misleading. The deploy operation does 
currently go through the MerSDK machine:


Qt Creator - ssh mersdk - rsync to device (from mersdk) - ssh to 
device to install package (from mersdk)

Qt Creator - ssh to device to run the app

So Qt Creator does not really know what happens inside MerSDK as it 
requests the deploy operation and if a timeout happens at some point, it 
will just look like a timeout connecting to MerSDK.


Can you describe in detail what happens when you get the timeout? Does 
it timeout after 2 seconds or 10 seconds or a minute or two?




Chris

{1} when the preferences pane opens, at least on my OSX host the 
timeout setting is offscreen in an embedded pane with scroll bars in 
the middle of the preferences pane. Only if you scroll down in the 
embedded pane are further settings including the timeout revealed. 
Truly a wonderful bit of UI design 8-)


Yes, I noted that comment earlier and tried for a few minutes to 
rearrange the view. Failed. It's in the todo when all the fires are 
out - list.


Best regards,
 Juha

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


[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: Sebastian Meyer, netzvieh, Community Member
Location: #mer-meeting on Freenode IRC

Those without an IRC client can access it here:
http://webchat.freenode.net?channels=mer-meeting

Current proposed topics:
* Intro (5 min)
* Harbour and SailfishOS apps compatibility, Basil Semuonov (30 min)
* Update on ambiences and icon themes, stephg (10 min)
* Software sources and packages management build into system, coderus
(10 min)
* Updates on Action points of last meetings, unnamed? (5 min)
* Community guidelines, communication channels and Jollas communication
(30 min)

Please familiarize yourself with the topics before the meeting, as well
as the common Meetbot commands https://wiki.debian.org/MeetBot (it's
used for meeting management and logging)

Thanks and see you at the meeting!

Best Regards
netzvieh
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


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 sebast...@netzvieh.de:

 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: Sebastian Meyer, netzvieh, Community Member
 Location: #mer-meeting on Freenode IRC

 Those without an IRC client can access it here:
 http://webchat.freenode.net?channels=mer-meeting

 Current proposed topics:
 * Intro (5 min)
 * Harbour and SailfishOS apps compatibility, Basil Semuonov (30 min)
 * Update on ambiences and icon themes, stephg (10 min)
 * Software sources and packages management build into system, coderus
 (10 min)
 * Updates on Action points of last meetings, unnamed? (5 min)
 * Community guidelines, communication channels and Jollas communication
 (30 min)

 Please familiarize yourself with the topics before the meeting, as well
 as the common Meetbot commands https://wiki.debian.org/MeetBot (it's
 used for meeting management and logging)

 Thanks and see you at the meeting!

 Best Regards
 netzvieh
 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[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.
  ScrollDecorator doesn't seem to have a color property, so if it is left
out is it due to some technical reason?

Thanks in advance for any insight
Kris


PS.: It would be nice if all theme dependent colours in the Silica
Reference were available to be pryed uppon under Theme. I found
highlightDimmerColor and highlightBackgroundColor in Sailfish browser's
source; I saw highlightBackgroundColor somewhere before, but I can't recall
in what document, in any case neither of them are in Theme's documentation.
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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.
  ScrollDecorator doesn't seem to have a color property, so if it is 
left out is it due to some technical reason?


Thanks in advance for any insight
Kris


PS.: It would be nice if all theme dependent colours in the Silica 
Reference were available to be pryed uppon under Theme. I found 
highlightDimmerColor and highlightBackgroundColor in Sailfish 
browser's source; I saw highlightBackgroundColor somewhere before, but 
I can't recall in what document, in any case neither of them are in 
Theme's documentation.



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 coderusin...@gmail.com wrote:

  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
 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.
   ScrollDecorator doesn't seem to have a color property, so if it is left
 out is it due to some technical reason?

  Thanks in advance for any insight
 Kris


  PS.: It would be nice if all theme dependent colours in the Silica
 Reference were available to be pryed uppon under Theme. I found
 highlightDimmerColor and highlightBackgroundColor in Sailfish browser's
 source; I saw highlightBackgroundColor somewhere before, but I can't recall
 in what document, in any case neither of them are in Theme's documentation.


 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 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 coderusin...@gmail.com 
mailto:coderusin...@gmail.com wrote:


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 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.
  ScrollDecorator doesn't seem to have a color property, so if it
is left out is it due to some technical reason?

Thanks in advance for any insight
Kris


PS.: It would be nice if all theme dependent colours in the
Silica Reference were available to be pryed uppon under Theme.
I found highlightDimmerColor and highlightBackgroundColor in
Sailfish browser's source; I saw highlightBackgroundColor
somewhere before, but I can't recall in what document, in any
case neither of them are in Theme's documentation.


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail todevel-unsubscr...@lists.sailfishos.org  
mailto:devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 coderusin...@gmail.com wrote:

  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 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 coderusin...@gmail.com wrote:

  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
 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.
   ScrollDecorator doesn't seem to have a color property, so if it is left
 out is it due to some technical reason?

  Thanks in advance for any insight
 Kris


  PS.: It would be nice if all theme dependent colours in the Silica
 Reference were available to be pryed uppon under Theme. I found
 highlightDimmerColor and highlightBackgroundColor in Sailfish browser's
 source; I saw highlightBackgroundColor somewhere before, but I can't recall
 in what document, in any case neither of them are in Theme's documentation.


  ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org




 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org



 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 ?:
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 coderusin...@gmail.com 
mailto:coderusin...@gmail.com wrote:


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 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 coderusin...@gmail.com
mailto:coderusin...@gmail.com wrote:

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 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.
  ScrollDecorator doesn't seem to have a color property, so
if it is left out is it due to some technical reason?

Thanks in advance for any insight
Kris


PS.: It would be nice if all theme dependent colours in the
Silica Reference were available to be pryed uppon under
Theme. I found highlightDimmerColor and
highlightBackgroundColor in Sailfish browser's source; I
saw highlightBackgroundColor somewhere before, but I can't
recall in what document, in any case neither of them are in
Theme's documentation.


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail todevel-unsubscr...@lists.sailfishos.org  
mailto:devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail todevel-unsubscr...@lists.sailfishos.org  
mailto:devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to
devel-unsubscr...@lists.sailfishos.org
mailto:devel-unsubscr...@lists.sailfishos.org




___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org