[Development] Reference cycles in QML

2013-08-15 Thread David McFarland
I found that having dependency cycles in QML components causes the typeloader to get stuck with all blobs in a loading state (i.e. no useful diagnostics). This can be caused by something like this: A.qml QtObject { property B foo } B.qml: QtObject { property A f

Re: [Development] Metadata for loading QML plugins (was: qmlbundle vs Qt Resource System)

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 16:35:06, Alan Alpert wrote: > So if I'm following you correctly, you're talking about an approach > where on startup all available plugins have their metadata loaded as a > database of URI->pluginpath pairs. Then an import statement could > query this database

Re: [Development] Proposal: Allow contributors to +1 sanity review.

2013-08-15 Thread André Pönitz
On Thu, Aug 15, 2013 at 11:44:31AM -0700, Thiago Macieira wrote: > On quinta-feira, 15 de agosto de 2013 18:32:09, Oswald Buddenhagen wrote: > > ironically, you failed to respond to exactly the part of the message > > that you quoted. yes, sometimes one forgets the sanity override. *what > > is the

Re: [Development] QTBUG-30440: restricting the SIMD files

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 17:01:49, Knoll Lars wrote: > On 8/15/13 5:07 PM, "Sune Vuorela" wrote: > >On 2013-08-15, Thiago Macieira wrote: > >> Uh... no, I don't think we can assume that. I'm afraid of Sune and > >> > >>other > >> > >> distro packagers! :-) > > > >*whistles innocently

Re: [Development] QTBUG-30440: restricting the SIMD files

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 20:20:04, Oswald Buddenhagen wrote: > On Thu, Aug 15, 2013 at 05:01:49PM +, Knoll Lars wrote: > > On 8/15/13 5:07 PM, "Sune Vuorela" wrote: > > >On 2013-08-15, Thiago Macieira wrote: > > >> Uh... no, I don't think we can assume that. I'm afraid of Sune an

Re: [Development] Proposal: Allow contributors to +1 sanity review.

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 18:32:09, Oswald Buddenhagen wrote: > ironically, you failed to respond to exactly the part of the message > that you quoted. yes, sometimes one forgets the sanity override. *what > is the actual, observable harm?* A full 24-hour cycle because the approver for

Re: [Development] Metadata for loading QML plugins (was: qmlbundle vs Qt Resource System)

2013-08-15 Thread Thiago Macieira
On quarta-feira, 14 de agosto de 2013 12:11:17, Alan Alpert wrote: > Basically what the engine needs is to find the types loaded into that > module URI/version. So either the plugins in that abstract cloud need > to be all loaded (in the QML engine sense, primarily calling > registerTypes) or the U

Re: [Development] On QML and keeping data alive.

2013-08-15 Thread Charley Bay
Rene wrote: > Hi Qt developers > > A little over a year ago I raised a question on this list about > QSharedPointers and QML, and got a lot of debate started, which turned out > to be very illuminating. ( > http://lists.qt-project.org/pipermail/development/2012-May/004049.html) > > > > , Clea

Re: [Development] [Feature Request] Websockets

2013-08-15 Thread Matt Broadstone
On Wed, Aug 14, 2013 at 11:54 AM, Kurt Pattyn wrote: > Hi, > > I opensourced a Qt based module that implements the web socket protocol. > The repository can be found here: > https://github.com/KurtPattyn/QWebSockets. > I have 2 questions: > 1. Is there any interest in adding this to Qt? > 2. If s

Re: [Development] 5.1 sound

2013-08-15 Thread Randolph D.
please fix this issue. that qt 5.1 cannot play a sound file from qrc https://bugreports.qt-project.org/browse/QTMOBILITY-904 thanks 2013/8/15 Laszlo Papp > Please report on https://bugreports.qt-project.org if you had found a > regression with proper information. > > > On Wed, Aug 14, 2013 at 8

Re: [Development] QTBUG-30440: restricting the SIMD files

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 12:57:04, Knoll Lars wrote: > >What's more, on x86, the default 32-bit build is just nonsense today. > >CPUs > >from the past 10 years from both Intel and AMD have had support for SSE2. > > THat's a somewhat separate problem, but I agree that it's time to fix

Re: [Development] Proposal: Allow contributors to +1 sanity review.

2013-08-15 Thread Thiago Macieira
On quinta-feira, 15 de agosto de 2013 11:05:17, Oswald Buddenhagen wrote: > > The cost of uninformed contributors mindlessly overriding the bot > > because they can is the same as uninformed contributors giving +1s on > > arbitrary reviews just because they can - and this hasn't bothered me > > tha

[Development] On QML and keeping data alive.

2013-08-15 Thread Rene Jensen
Hi Qt developers A little over a year ago I raised a question on this list about QSharedPointers and QML, and got a lot of debate started, which turned out to be very illuminating. ( http://lists.qt-project.org/pipermail/development/2012-May/004049.html) What I did not reveal was the motive behind

[Development] [Feature Request] Websockets

2013-08-15 Thread Kurt Pattyn
Yes, I know about the project. About a year ago, I started using that, but it was not fit for purpose. I needed to transmit large quantities of CT and mammography images, and it was too slow (the reason was that the implementation does not send the data frame per frame, but captures all the data

Re: [Development] Drag and Drop: Leave instead of Drop

2013-08-15 Thread Cyril Oblikov
14 авг. 2013 г. 21:59 пользователь "Sven Putze" < mailinglist.qt-crea...@hardcodes.de> написал: > > Hi, > > do you accept the event for the top level window? Then this would explain why you/the user can see the "accepting" cursor everywhere. > I would suggest to accept (and handle) the event per wi