Re: [Development] QML instantiation performance

2014-12-04 Thread Juha Vuolle
Hi Gunnar, > But what about the "QQml_removeValueTypeProvider: was asked to remove > provider 0x2b4c2ac but it was not found" > messages? Don't you get that with 5.4? Did you change something in your patch > for 5.4? I get this on the 5.3.1 (not on 5.1.1) on my linux, right at the end of test:

Re: [Development] QML instantiation performance

2014-12-04 Thread Chris Adams
Hi Gunnar, No, I don't see that on my linux machine. That warning suggests that either the value type provider has not been added to the list at initialization time (hence, the warning is printed when we attempt to remove it from the list at deinitialization time), OR the list somehow gets corrup

[Development] Cannot use QWindowsVistaStyle::drawPrimitive(PE_PanelItemViewItem ...)

2014-12-04 Thread lexxmark
Hi everyone, I don't know is it bug or not. I'm developing my custom widget and want to have *style-aware fook&feel*. I'm trying to draw my item areas using drawPrimitive(PE_PanelItemViewItem ...). It works fine under Linux (Ubuntu) but failed under Windows [8.1]. After some investigation I dis

Re: [Development] CI configuration changes

2014-12-04 Thread Morten Johan Sørvig
> On 03 Dec 2014, at 18:33, Thiago Macieira wrote: > > I will not be sorry to see it go, but if it goes I promise you we'll break > 10.7 support within one week (the forkfd work failed on 10.7 for unknown > reasons and I will submit it with clear conscience as soon as the 10.7 it out > of CI)

Re: [Development] QML instantiation performance

2014-12-04 Thread Gunnar Roth
Hi Chris,  i can give you a callstack, but that will take some time. But what about the "QQml_removeValueTypeProvider: was asked to remove provider 0x2b4c2ac but it was not found" messages? Don't you get that with 5.4? Did you change something in your patch for 5.4?     Gesendet: Donnerstag, 0

Re: [Development] CI configuration changes

2014-12-04 Thread Sarajärvi Tony
> -Original Message- > From: development-bounces+tony.sarajarvi=theqtcompany.com@qt- > project.org [mailto:development- > bounces+tony.sarajarvi=theqtcompany@qt-project.org] On Behalf Of > Thiago Macieira > Sent: 3. joulukuuta 2014 19:33 > To: development@qt-project.org > Subject: Re: [

Re: [Development] MouseMoveEvent sluggishness on Qt5 vs Qt4

2014-12-04 Thread Renaud
I have noticed that the mouseMoveEvents are no more compressed. So in Qt4, if you perform long (update) task in response to mouseMoveEvent. The Qt event loop stopped sending events until your job is finished. All events you received in the meantime were dropped. Then, you may received another mouse