Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-22 Thread Ulf Klaperski
On 10/15/2014 07:49 PM, Andrey Kozhevnikov wrote: > Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. > I'm aware that I can easily activate it for Sailfish. But it means that any app that does it will more or less be permanently blocked from Harbour - especially because the Undo

Re: [SailfishDevel] SearchField Mystery

2014-10-22 Thread Krisztian Olah
Hi Francois, I tried with your approach, but it didn't solve the problem in my case. However I did find the culprit, it was Listview's remove animation it moved the header along the y axis for some reason. :S Thanks Kris On 22 October 2014 09:45, François K. wrote: > Hi Krisztian, > > I faced t

[SailfishDevel] [Update] Update9 as opt-in release (1.1.0.38)

2014-10-22 Thread Soumya Bijjal
Hi all, We left for our summer break with the thought of migrating SailfishOS to Qt5.2 and bringing it to your devices during September. While we did manage to successfully upgrade to Qt5.2, it took quite long to stabilize the software stack. Now, after 13 internal release candidates, we beli

Re: [SailfishDevel] SearchField Mystery

2014-10-22 Thread François K .
Hi Krisztian, I faced the same issues last week, and solved it this way : http://pastebin.com/8JRd3ATp (borrowed from the SearchField example provided by Jolla). I tried several things, it's the only one that seems to give the expected result. But I don't know why :/ Cheers, -- François ___