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
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
> 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
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
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
> -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
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
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