Re: [Development] The behaviour of Image / image provider are different from 5.5.1 to 5.6 in iOS

2016-04-12 Thread Ben Lau
On 12 April 2016 at 21:02, Sorvig Morten wrote: > > > On 11 Apr 2016, at 12:38, Ben Lau wrote: > > > > Hi, > > > > I am writing an image provider that read all the images to memory at > startup. And I found that the behaviour is different from 5.5.1 to 5.6 in > iOS. Seems that it is undocumented

[Development] QDrag and mouse events to QML MouseArea

2016-04-12 Thread Alberto Mardegan
Hi all! I wanted to try fixing this bug: https://bugreports.qt.io/browse/QTBUG-49876 (in QML, the dragged item disappears during the drag and drop operation, if the dragType is Drag.Automatic -- external drag) First of all, after some investigation I wonder whether this is actually a bug, or i

Re: [Development] The behaviour of Image / image provider are different from 5.5.1 to 5.6 in iOS

2016-04-12 Thread Sorvig Morten
> On 11 Apr 2016, at 12:38, Ben Lau wrote: > > Hi, > > I am writing an image provider that read all the images to memory at startup. > And I found that the behaviour is different from 5.5.1 to 5.6 in iOS. Seems > that it is undocumented. I wonder is it an expected behaviour or a bug? Hi, thi

Re: [Development] Possible infinite loop in QString::toLocal8bit?

2016-04-12 Thread Welbourne Edward
Frédéric Marchal wrote: > I was looking at how QString::toLocal8bit works and, on Windows, it > looks like it may enter an infinite loop. > > If I got it right, QString::toLocal8Bit_helper calls > QTextCodec::fromUnicode which, on Windows, calls > QWindowsLocalCodec::convertFromUnicode in qwindows

Re: [Development] Qt 5.7.0 beta snapshot available - gtk 3 and packaging on RHEL 6

2016-04-12 Thread Heikkinen Jani
On Monday 11 April 2016 16:50:18 Frederik Gladhorn wrote: > Hello all, [snip] > For Qt 5.7, the options seem to be: > 1.) ignore the problem and ship Qt packages in the installer without gtk > theme 2.) revert the patch to have the gtk2 theme for one release longer > and only have gtk3 with Qt 5.8

Re: [Development] CI for Qt WebKit

2016-04-12 Thread Turunen Tuukka
> -Original Message- > From: Development [mailto:development- > bounces+tuukka.turunen=theqtcompany@qt-project.org] On Behalf Of > Konstantin Tokarev > Sent: tiistaina 12. huhtikuuta 2016 12.50 > To: Knoll Lars ; Qt development mailing list > > Subject: Re: [Development] CI for Qt We

[Development] Possible infinite loop in QString::toLocal8bit?

2016-04-12 Thread Frédéric Marchal
Hi, I was looking at how QString::toLocal8bit works and, on Windows, it looks like it may enter an infinite loop. If I got it right, QString::toLocal8Bit_helper calls QTextCodec::fromUnicode which, on Windows, calls QWindowsLocalCodec::convertFromUnicode in qwindowscodec.cpp. In that function

Re: [Development] CI for Qt WebKit

2016-04-12 Thread Konstantin Tokarev
11.04.2016, 23:34, "Knoll Lars" : > Hi, > > we’re planning on doing a slight adjustments to how Qt WebKit and other > unsupported modules are CI tested for 5.7 and onwards. Basically, they will > not be tested as part of qt5.git integrations anymore and thus won’t block > releases. Will CI co