Re: [SailfishDevel] my letter on switching sides [non-technical]

2014-06-11 Thread Steph Gosling
Good luck with the future dude, and thankyou for the hard work. Cheers, Steph On Wed, 11 Jun 2014 18:25:50 + Jarko Vihriala wrote: > > Hello there! > > This is my announcement to Sailfish developer community that I'm switching > sides. That's right, after next week I will be present in

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread Michael Neufing
Hi Juukks, try to use a Column inside another Column with different spacing.   Mit freundlichen Grüßen, Michael Neufing Andrey Kozhevnikov schrieb am 21:15 Mittwoch, 11.Juni 2014: you can't use any vertical anchors inside column and your Labels lack of "width" property also ;) 12.

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread fasza2mobile
Insert an empty Item: Item { height: requiredHeight width: 1// must be non zero } On Wed Jun 11 2014 20:14:14 GMT+0100 (BST), Jukka Heikkilä wrote: > Hi, > > I have tried to search a solution to this problem, but didn't found any > reason why this now work. I have a next code inside SilicaF

Re: [SailfishDevel] Lack of padding

2014-06-11 Thread Andrey Kozhevnikov
you can't use any vertical anchors inside column and your Labels lack of "width" property also ;) 12.06.2014 01:14, Jukka Heikkilä ?: Hi, I have tried to search a solution to this problem, but didn't found any reason why this now work. I have a next code inside SilicaFlickable: Column {

[SailfishDevel] Lack of padding

2014-06-11 Thread Jukka Heikkilä
Hi, I have tried to search a solution to this problem, but didn't found any reason why this now work. I have a next code inside SilicaFlickable: Column { id: column width: page.width spacing: Theme.paddingLarge PageHeader { title:

[SailfishDevel] my letter on switching sides [non-technical]

2014-06-11 Thread Jarko Vihriala
Hello there! This is my announcement to Sailfish developer community that I'm switching sides. That's right, after next week I will be present in the community only as private person with no direct connection to Jolla Oy. If you did not read between the lines - I have resigned from my post as

Re: [SailfishDevel] Jolla release plan for high-level features - update 8

2014-06-11 Thread Soumya Bijjal
On 11.06.2014 20:41, sfietkonstan...@free.fr wrote: In a slightly more technical level, can we expect Qt 5.2 to land, or is this migration still uncertain ? Hello, Yes, Qt5.2 is still in our plans. We plan to work on finalizing the migration after update8 and hopefully roll it out in the follo

Re: [SailfishDevel] Jolla release plan for high-level features - update 8

2014-06-11 Thread sfietkonstantin
In a slightly more technical level, can we expect Qt 5.2 to land, or is this migration still uncertain ? (Sorry for top post, web client etc.) - Mail original - De: "Soumya Bijjal" À: devel@lists.sailfishos.org Envoyé: Mercredi 11 Juin 2014 19:10:00 Objet: [SailfishDevel] Jolla release p

[SailfishDevel] Jolla release plan for high-level features - update 8

2014-06-11 Thread Soumya Bijjal
Hi all, We will release another update (update8) in July before we take a break. ETA for the following update is end of August/beginning of September. Here is a quick summary of what we have planned for update8: * Ability to set synchronization schedule for different accounts separately https:/

[SailfishDevel] [Minutes] SailfishOS community meeting 10.6 + planning for next one 17.6

2014-06-11 Thread Carol Chen
Hi, Thanks to everyone who attended yesterday's meeting. Minutes/logs: Minutes: http://merproject.org/meetings/mer-meeting/2014/mer-meeting.2014-06-10-15.00.html Minutes (text): http://merproject.org/meetings/mer-meeting/2014/mer-meeting.2014-06-10-15.00.txt Log: http://merproject.org/meetings/m

[SailfishDevel] issue with SDL2_mixer and mp3 files

2014-06-11 Thread Iosif Hamlatzis
Out of the blue (but after updating to 1.0.7.16) I am having problems loading .mp3 files with SDL2_mixer The code fails to load a shared library libsmpeg2-2.0.so.0 and reports there is no such shared object. Using the zypper command utility I couldn't find which library to install in the engine i

Re: [SailfishDevel] Detecting OS version

2014-06-11 Thread Luca Donaggio
Thank you Joona! On Tue, Jun 10, 2014 at 4:42 PM, Joona Petrell wrote: > Hi Luca, > > We haven't yet started versioning Silica APIs (though we probably should > soon), sorry, but you can check if quickScroll property on your flickable > has been defined (myFlickable.quickScroll === undefined)