Re: [Development] Qt::WA_PaintOnScreen Changes

2014-09-06 Thread David Narvaez
On Sat, Aug 23, 2014 at 12:40 PM, David Narvaez wrote: > I was ready to create my bug report with sample code etc, and came across > > https://bugreports.qt-project.org/browse/QTBUG-26358 > > which seems to be related because I was able to confirm paintEvent is > not called with this flag set. Cou

Re: [Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

2014-09-06 Thread Jeremy Lainé
On 09/06/2014 01:19 PM, Валерий Котов wrote: > > There is one more thing. Should we care about cross-origin resource > sharing protocol? If I got it right, XMLHttpeRequset should perform > "OPTIONS" preflight request before real cors request. Please see links > below for more details: > http://www.

Re: [Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

2014-09-06 Thread Валерий Котов
2014-09-04 12:44 GMT+03:00 Richard Moore : > On 4 September 2014 10:29, Allan Sandfeld Jensen wrote: > >> On Thursday 04 September 2014, Richard Moore wrote: >> > On 3 September 2014 20:25, Thiago Macieira >> > >> > wrote: >> > > > > How is it represented in HTML5? >> > > > > Just do it the same

[Development] Suggested method to distribute QML library

2014-09-06 Thread Ben Lau
hi all, I am developing a library with set of QML components . It will be shared on Github. I would expect people use it via `git submodule` instead of coping those QML files to their source tree and install to QML module path. As now the default project created by QT Creator uses resource file t