Re: [SailfishDevel] Upcoming behavioural change with how graphics resources are handled.

2014-09-29 Thread Kimmo Lindholm
Yes, I did choose this way by the nature of my paint application. Potentially recording all strokes etc. could consume also some amount of memory, and maybe make the usage-experience tacky. On charts etc, I also would redraw, and the data "is there". I have another app where I need to implement t

Re: [SailfishDevel] Compared with Ubuntu touch,are there any advantages to jolla?

2014-09-29 Thread Andrea Scarpino
On Wed, Sep 24, 2014 at 9:07 AM, itviewer wrote: > Compared with Ubuntu touch,are there any advantages to jolla? Hi, please take a look to: http://www.jollausers.com/2013/07/why-sailfish-is-better-as-a-modern-os-here-is-a-comparison/ -- Andrea ___ Sai

Re: [SailfishDevel] Upcoming behavioural change with how graphics resources are handled.

2014-09-29 Thread Gunnar Sletta
On 29 Sep 2014, at 16:43, Mohammed Hassan wrote: > On Sat, 27 Sep 2014 16:28:42 + > Kimmo Lindholm wrote: > >> Hi, >> >> Just wanted to give a follow-up on this topic; >> >> You are affected if you are drawing on Canvas (and don't want to >> repaint it completely when returning to applic

Re: [SailfishDevel] Upcoming behavioural change with how graphics resources are handled.

2014-09-29 Thread Mohammed Hassan
On Sat, 27 Sep 2014 16:28:42 + Kimmo Lindholm wrote: > Hi, > > Just wanted to give a follow-up on this topic; > > You are affected if you are drawing on Canvas (and don't want to > repaint it completely when returning to application) Symptom is that > canvas gets cleared when going away fro

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-29 Thread Krisztian Olah
Just use a delegate like in the given example: https://sailfishos.org/sailfish-silica/qml-sailfishsilica-slideshowview.html If still baffled, you should read http://qt-project.org/doc/qt-4.8/qdeclarativemodels.html#listmodel On Mon Sep 29 2014 05:53:56 GMT+0100 (BST), Peter Pykäläinen wrote: > B

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-29 Thread Peter Pykäläinen
Thanks, I'll check those out. // Peter Pykäläinen On 29 September 2014 11:13, Lukas Vogel wrote: > Hi, > > In cutespotify there I use in full player view the album cover kind as in > a Slideshow: > > https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qml/FullControls.qml#L136 > > impo

Re: [SailfishDevel] Dynamic VisualItemModel in SlideshowView

2014-09-29 Thread Lukas Vogel
Hi, In cutespotify there I use in full player view the album cover kind as in a Slideshow: https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qml/FullControls.qml#L136 important properties are: snapMode: http://qt-project.org/doc/qt-5/qml-qtquick-listview.html#snapMode-prop and maybe als