Re: [Development] [QML] Assigning ints to enumeration properties

2013-03-05 Thread Laszlo Papp
On Wed, Mar 6, 2013 at 12:17 AM, Alan Alpert <4163654...@gmail.com> wrote: > >> -Matches expectations from C++ users a little better > > > > > > What do you mean by this? I personally prefer that the enum is getting > > strongly typed with C++11.On the conrary, I have always used int enums in > >

[Development] qtchooser version 26 released

2013-03-05 Thread Thiago Macieira
Download at: http://macieira.org/qtchooser/ Changelog: Frederik Gladhorn (3): Make bash script work Make messages slightly nicer. Warn about recursive calls Shawn Rutledge (1): Expand leading tilde in tool path (for e.g. ~/dev/qt5) Thiago Macieira (10): Add

Re: [Development] [QML] Assigning ints to enumeration properties

2013-03-05 Thread Aleix Pol
On Tue, Mar 5, 2013 at 10:53 PM, Laszlo Papp wrote: > On Tue, Mar 5, 2013 at 9:34 PM, Alan Alpert <4163654...@gmail.com> wrote: > >> -Matches expectations from C++ users a little better >> > > What do you mean by this? I personally prefer that the enum is getting > strongly typed with C++11. On t

Re: [Development] [QML] Assigning ints to enumeration properties

2013-03-05 Thread Laszlo Papp
On Tue, Mar 5, 2013 at 9:34 PM, Alan Alpert <4163654...@gmail.com> wrote: > -Matches expectations from C++ users a little better > What do you mean by this? I personally prefer that the enum is getting strongly typed with C++11. On the conrary, I have always used int enums in QML applications. L

[Development] [QML] Assigning ints to enumeration properties

2013-03-05 Thread Alan Alpert
I'd like to make a slight change to enum property behavior in QML. Currently you get a compile error if you assign an int to an enum property, similar to the warning you'll get in C++ if you do the same. However in C++ you can easily work around this by casting it to the enum, or just ignoring the

[Development] CI Network Server Problems

2013-03-05 Thread Richard Moore
I was asked to look into the CI failures caused by the QSslSocket tests (QTBUG-29941), but unfortunately doing so has shown we have a wider problem. My old network test server was no longer working (probably due to the move from nokia to digia) so I tried so setup a new one and it turns out that th

Re: [Development] Evolving Qt's multithreading API

2013-03-05 Thread Thiago Macieira
On terça-feira, 5 de março de 2013 10.11.21, Olivier Goffart wrote: > > Yes. > > No. > > If you do that, there is even a qWarning telling you there will be a race: > http://code.woboq.org/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp.html# > _ZN18QFutureWatcherBase13connectNotifyERK11QMetaMethod

Re: [Development] Question about Qt5 and android official release plans

2013-03-05 Thread Tomasz Siekierda
On 5 March 2013 16:46, Oleg Shalnev wrote: > Does anyone know about of plans for official Qt5 release for android > platform. Qt 5.1 will sport a preview version, AFAIK. You can test it already by checking out newest sources from git. Same goes for iOS port. __

[Development] Question about Qt5 and android official release plans

2013-03-05 Thread Oleg Shalnev
Good day. Sorry for my question here. Does anyone know about of plans for official Qt5 release for android platform. Thanks a lot -- Oleg Shalnev (Kalpa Project) -- mailto: o...@kalpa.ru skype: oleg_shalnev jabber: oleg.shal...@gmail.com ___

[Development] Periodical digest from CI

2013-03-05 Thread Sarajärvi Tony
Hi! >From time to time I'll be informing you, the community, about what's happening >here at the CI. These posts will be informal and hopefully just give you some >kind of idea what we are working on. Suggestions on what we should change and >open discussion over the CI topic is encouraged. I

Re: [Development] Evolving Qt's multithreading API

2013-03-05 Thread Olivier Goffart
On Monday 04 March 2013 23:56:35 Thiago Macieira wrote: > On terça-feira, 5 de março de 2013 08.54.35, André Somers wrote: > > Op 5-3-2013 8:41, Thiago Macieira schreef: > > > On terça-feira, 5 de março de 2013 08.38.17, André Somers wrote: > > >> I'd appreciate a reply on the point that when using

Re: [Development] Access lazy Models from within QML

2013-03-05 Thread Dominik Holland
On 03/05/2013 09:35 AM, Robin Burchell wrote: > On Tue, Mar 5, 2013 at 8:28 AM, Dominik Holland > wrote: >> Yes this makes sense and it's similar to my solution... But why do you >> need to multiply it with 0.9 ? > To start fetching (hopefully) before the data is really needed. Models > may involv

Re: [Development] Access lazy Models from within QML

2013-03-05 Thread Robin Burchell
On Tue, Mar 5, 2013 at 8:28 AM, Dominik Holland wrote: > Yes this makes sense and it's similar to my solution... But why do you > need to multiply it with 0.9 ? To start fetching (hopefully) before the data is really needed. Models may involve asynchronous access (network etc) which might take a