Re: [Development] QCOMPARE & mixed types

2017-04-21 Thread Lars Knoll
On 21 Apr 2017, at 12:53, Konstantin Tokarev > wrote: 21.04.2017, 13:45, "Milian Wolff" >: On Freitag, 21. April 2017 12:10:07 CEST Marc Mutz wrote: Hi, Jedrzej asked me to raise the issue

[Development] Heads up - 5.9 soft string freeze

2017-04-21 Thread Jani Heikkinen
Hi all, Qt 5.9 beta is out & work towards final release continues. One step on the way is String Freeze which should happen really soon to be able to minimize time needed between beta and RC. So let's start keeping the translatable strings as it is & fix remaining important issues. And let's

[Development] [Announce] Qt Creator 4.2.2 released

2017-04-21 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 4.2.2. http://blog.qt.io/blog/2017/04/21/qt-creator-4-2-2-released/ -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius,

Re: [Development] QCOMPARE & mixed types

2017-04-21 Thread Konstantin Tokarev
21.04.2017, 13:45, "Milian Wolff" : > On Freitag, 21. April 2017 12:10:07 CEST Marc Mutz wrote: >>  Hi, >> >>  Jedrzej asked me to raise the issue here. >> >>  Rationale for both allowing, as well as for why I think the rationale for >>  the existing ban is wrong, is

Re: [Development] QCOMPARE & mixed types

2017-04-21 Thread Milian Wolff
On Freitag, 21. April 2017 12:10:07 CEST Marc Mutz wrote: > Hi, > > Jedrzej asked me to raise the issue here. > > Rationale for both allowing, as well as for why I think the rationale for > the existing ban is wrong, is included in the commit message: > >

[Development] QCOMPARE & mixed types

2017-04-21 Thread Marc Mutz
Hi, Jedrzej asked me to raise the issue here. Rationale for both allowing, as well as for why I think the rationale for the existing ban is wrong, is included in the commit message: https://codereview.qt-project.org/192269 Thanks, Marc -- Marc Mutz | Senior Software

Re: [Development] Adding std::weak_ptr to QModelIndex

2017-04-21 Thread Marc Mutz
On Friday 21 April 2017 09:32:44 Filippo Cucchetto wrote: > 2017-04-21 9:13 GMT+02:00 Marc Mutz : > > On Friday 21 April 2017 08:42:37 Filippo Cucchetto wrote: > > > Is there any plan to enhance the QModelIndex interface by adding > > > support > > > > to > > > > >

[Development] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-21 Thread Jan Krause
a transition of a state machine has normally the properties trigger/signal, guard, action... a SignalTransition (http://doc.qt.io/qt-5/qml-qtqml-statemachine-signaltransition.html) of the declarative state machine framework has signal + guard ... where is the action property? there is a

Re: [Development] Qt 5.9 Header diff (API review)

2017-04-21 Thread Edward Welbourne
Lars Knoll (21 April 2017 10:10) > Let us know once the updated diffs are available. No point doing the review > on the old diffs. Done :-) Eddy. ___ Development mailing list Development@qt-project.org

Re: [Development] Qt 5.9 Header diff (API review)

2017-04-21 Thread Lars Knoll
> On 21 Apr 2017, at 10:08, Edward Welbourne wrote: > > Lars Knoll (20 April 2017 12:19) >> Some of the diffs don’t look like they are 100% up to date. Eddy? > > Indeed, I've just been updating them on request. > I do plan on a bulk update today. Thanks! Let us know

Re: [Development] Qt 5.9 Header diff (API review)

2017-04-21 Thread Edward Welbourne
Lars Knoll (20 April 2017 12:19) > Some of the diffs don’t look like they are 100% up to date. Eddy? Indeed, I've just been updating them on request. I do plan on a bulk update today. Eddy. ___ Development mailing list

Re: [Development] Adding std::weak_ptr to QModelIndex

2017-04-21 Thread Filippo Cucchetto
2017-04-21 9:13 GMT+02:00 Marc Mutz : > On Friday 21 April 2017 08:42:37 Filippo Cucchetto wrote: > > Is there any plan to enhance the QModelIndex interface by adding support > to > > std::weak_ptr > I know that is not necessary since we can directly store T* from > >

Re: [Development] Adding std::weak_ptr to QModelIndex

2017-04-21 Thread Marc Mutz
On Friday 21 April 2017 08:42:37 Filippo Cucchetto wrote: > Is there any plan to enhance the QModelIndex interface by adding support to > std::weak_ptr I know that is not necessary since we can directly store T* from > shared_ptr but being able to store a weak_ptr seems a little bit safer.

[Development] Qt 5.9 beta2 available

2017-04-21 Thread Jani Heikkinen
Hi all, Qt 5.9 beta2 is now available. Instructions how to get the release are here: https://wiki.qt.io/How_to_get_snapshot_via_online_installer. Diff to first beta can be found as an attachment. Please test the release and report your effort via https://wiki.qt.io/Qt59_release_testing. I