Re: [Development] QML AnimatedImage Memory usage - QTBUG-64272

2018-08-09 Thread Khuram Ali via Development
Thank you very much Shawn! I will certainly try it out. my problem is that application needs to run on a striped Linux OS with a lot of memory, where it is the only app running so it is not really matter if it is taking too much memory. But it will also run on some old Windows systems where the

Re: [Development] Closing issues automatically with new keyword

2018-08-09 Thread Thiago Macieira
On Wednesday, 8 August 2018 23:39:16 PDT Alex Blasche wrote: > That is the current approach and it does not work or scale. Between > branching time and release time is a fairly long time. By then the x.y > branch contains already x.y.(z+1) fixes (assuming the latest release branch > is x.y.z). It i

Re: [Development] QML AnimatedImage Memory usage - QTBUG-64272

2018-08-09 Thread Shawn Rutledge
> On 3 Aug 2018, at 17:22, Khuram Ali via Development > wrote: > > Hi, > > I am suffering from the already reported bug > https://bugreports.qt.io/browse/QTBUG-64272. I am adding a gif and the memory > usage sky rocket to more than a GB. I have seen the bug is still open. is > there any su

Re: [Development] New Qml Tableview

2018-08-09 Thread Frederik Gladhorn
Hi James, On torsdag 9. august 2018 10.24.26 CEST James Maxwell wrote: > I read that you target a new QML TableView for Qt5.12. In one of my > projects I will need to do a lot with TreeViews. Will the new TableView > also serve as a TreeView (This would be helpful information so I can decide > whe

[Development] New Qml Tableview

2018-08-09 Thread James Maxwell
I read that you target a new QML TableView for Qt5.12. In one of my projects I will need to do a lot with TreeViews. Will the new TableView also serve as a TreeView (This would be helpful information so I can decide whether I wait for the new TreeView)? _