Re: [Development] Move assignment without move constructors

2016-05-23 Thread Thiago Macieira
Em segunda-feira, 23 de maio de 2016, às 20:40:36 PDT, Giuseppe D'Angelo escreveu: > Any takers for the task? I've already added it for QDateTime: https://codereview.qt-project.org/159085 It's part of the short date time work. -- Thiago Macieira - thiago.macieira (AT) intel.com Softw

Re: [Development] Move assignment without move constructors

2016-05-23 Thread Giuseppe D'Angelo
Il 23/05/2016 19:50, Konstantin Tokarev ha scritto: 23.05.2016, 19:25, "Giuseppe D'Angelo" : Il 23/05/2016 18:11, Konstantin Tokarev ha scritto: Hello, I've stumbled upon QPixmap having operator=(QPixmap&&) but missing QPixmap(QPixmap&&), however it seems like there are a lot of Qt clas

Re: [Development] Move assignment without move constructors

2016-05-23 Thread Allan Sandfeld Jensen
On Monday 23 May 2016, Konstantin Tokarev wrote: > 23.05.2016, 19:25, "Giuseppe D'Angelo" : > > Il 23/05/2016 18:11, Konstantin Tokarev ha scritto: > >> Hello, > > > >> I've stumbled upon QPixmap having operator=(QPixmap&&) but missing QPixmap(QPixmap&&), however it seems like there are a lot o

Re: [Development] Move assignment without move constructors

2016-05-23 Thread Konstantin Tokarev
23.05.2016, 19:25, "Giuseppe D'Angelo" : > Il 23/05/2016 18:11, Konstantin Tokarev ha scritto: >>  Hello, >> >>  I've stumbled upon QPixmap having operator=(QPixmap&&) but missing >> QPixmap(QPixmap&&), however it seems like there are a lot of Qt classes in >> the same situation, for example: >

Re: [Development] Move assignment without move constructors

2016-05-23 Thread Thiago Macieira
On segunda-feira, 23 de maio de 2016 18:25:14 PDT Giuseppe D'Angelo wrote: > > Is there any good reason for these classes to not have move constructor, > > or is it just an unfortunate omission? > Because the implementation of a move constructor for those classes > requires the private class to be

Re: [Development] Move assignment without move constructors

2016-05-23 Thread Giuseppe D'Angelo
Il 23/05/2016 18:11, Konstantin Tokarev ha scritto: Hello, I've stumbled upon QPixmap having operator=(QPixmap&&) but missing QPixmap(QPixmap&&), however it seems like there are a lot of Qt classes in the same situation, for example: [snip] Is there any good reason for these classes to no

[Development] Move assignment without move constructors

2016-05-23 Thread Konstantin Tokarev
Hello, I've stumbled upon QPixmap having operator=(QPixmap&&) but missing QPixmap(QPixmap&&), however it seems like there are a lot of Qt classes in the same situation, for example: QDir QFileInfo QProcessEnvironment QStorageInfo QUrlQuery QMimeType QCollatorSortKey QCommandLineOption QContiguo

Re: [Development] Help needed: Qt 3D Android build issue

2016-05-23 Thread Sean Harmer
Bump, is anybody able to help here please? Thanks, Sean On Friday 20 May 2016 10:13:51 Sean Harmer wrote: > Hi, > > Trying to submit a simple patch to Qt 3D we are hitting a weird compilation > error on Android CI configurations. The change is: > > https://codereview.qt-project.org/#/c/157592/

Re: [Development] [Releasing] HEADS UP: Qt 5.7.0 branching ongoing

2016-05-23 Thread Oswald Buddenhagen
On Sat, May 21, 2016 at 01:41:55PM +0200, Ralf Nolden wrote: > I don't want to raise more workload, however, I would like to have > > https://codereview.qt-project.org/#/c/159318/ > > merged into 5.6.1 and 5.7.0 if at all possible. > nope. we don't cherry-pick except in exceptional cases. > With

Re: [Development] Nominating Frank Meerkoetter for Approver status

2016-05-23 Thread Michael Brüning
On 05/20/2016 02:49 PM, Simon Hausmann wrote: Hi, I would like to nominate Frank for approver status. He has done a fair bit of surgery in the QML engine and also seems to be active on qtopcua/serialbus. I appreciate his input on my patches and I trust him to responsibly review. +1 fr

Re: [Development] High CPU with QToolBar win32

2016-05-23 Thread Milian Wolff
On Friday, May 20, 2016 12:20:47 PM CEST Tres Finocchiaro wrote: > Hi, > > Are there any known issues with QToolBar Qt5 win32? > > We've (LMMS) a downstream bug and I'm trying to isolate the cause. > > https://github.com/LMMS/lmms/issues/2767 > > >- It only happens with Qt5 >- It only

Re: [Development] Nominating Frank Meerkoetter for Approver status

2016-05-23 Thread Milian Wolff
On Friday, May 20, 2016 12:49:52 PM CEST Simon Hausmann wrote: > Hi, > > > I would like to nominate Frank for approver status. He has done a fair bit > of surgery in the QML engine and also seems to be active on > qtopcua/serialbus. > > > I appreciate his input on my patches and I trust him to

[Development] widget rendering issues on OS X

2016-05-23 Thread René J . V . Bertin
Hello, FYI: I'm cross-posting a link to a KDE bug report I just filed, about rendering issues with certain kinds of widgets on OS X. These occur only with the "macintosh" widget style, also when I use that style in combination with the XCB qpa plugin. That does suggest the issue might be somew