Re: [Development] unified data model API in QtCore => thin wrapper proposal

2018-10-05 Thread Thiago Macieira
On Friday, 5 October 2018 08:35:10 PDT Thiago Macieira wrote: > Cons: > Suppresses move construction as in > QCborValue v = array[n]; > this still compiles, but passes through the copy constructor, not the move > one. We cana add an extra move constructor for const QCborValue && if > necessary

Re: [Development] Dropping remaining support of qtquick1

2018-10-05 Thread Edward Welbourne
NIkolai Marchenko (5 October 2018 18:30) wrote: > I would like to remind people that there has already been a deprecation > thread " > [Development] Deprecation of Qt Quick Controls 1" by > Frederik Gladhorn this Februrary. > A couple issues were raised there that were rather relevant and I would

Re: [Development] Dropping remaining support of qtquick1

2018-10-05 Thread NIkolai Marchenko
I would like to remind people that there has already been a deprecation thread "[Development] Deprecation of Qt Quick Controls 1" byFrederik Gladhorn this Februrary. A couple issues were raised there that were rather relevant and I would like to know if they were ever addressed. On Fri, Oct 5, 201

Re: [Development] unified data model API in QtCore => thin wrapper proposal

2018-10-05 Thread Edward Welbourne
Thiago Macieira (5 October 2018 17:35) asked me: > Eddy: what happens in the new API if you write: > const QCborArray array = { QCborArray{ 1 } }; > QCborValue v = array[0]; > v[0] = 2; > > Does that modify array? No. It should only modify what v[0] reports, or a v.toArray()[0] reports, aft

Re: [Development] unified data model API in QtCore => thin wrapper proposal

2018-10-05 Thread Thiago Macieira
On Friday, 5 October 2018 04:25:05 PDT Edward Welbourne wrote: > dev (5.13): > QCborValue{Ref,}::operator[] added where missing > https://codereview.qt-project.org/240042 > > The first's const-ing and the second's padding are needed in 5.12 to let > the last be backwards-compatible, when it lands.

Re: [Development] Dropping remaining support of qtquick1

2018-10-05 Thread Thiago Macieira
On Friday, 5 October 2018 02:24:39 PDT Kai Koehne wrote: > The last remaining support for Qt Quick 1 are in the build system > (qml1_module.prf, qml1_plugin.prf), QLibraryInfo::ImportsPath, qmake > ($$QT_INSTALL_IMPORTS), and finally in QObject and QWidget (handling of > QAbstractDeclarativeData::d

Re: [Development] Building Qt documentation with developer-build

2018-10-05 Thread Mitch Curtis
> -Original Message- > From: Nils Jeisecke > Sent: Friday, 5 October 2018 2:17 PM > To: Jaroslaw Kobus > Cc: Mitch Curtis ; development@qt-project.org > Subject: Re: [Development] Building Qt documentation with developer-build > > Hi! > > Am 05.10.2018 um 05:46 hat Jaroslaw Kobus geschr

Re: [Development] Building Qt documentation with developer-build

2018-10-05 Thread Nils Jeisecke via Development
Hi! Am 05.10.2018 um 05:46 hat Jaroslaw Kobus geschrieben: > You may also want to check the > https://bugreports.qt.io/browse/QTBUG-65762 - if you think the issue > is still not solved, you may reopen / report new bug report. After rebuilding Qt it works now. On macOS is is sufficient to install

Re: [Development] unified data model API in QtCore => thin wrapper proposal

2018-10-05 Thread Edward Welbourne
On Sunday, 9 September 2018 04:16:24 PDT Tor Arne Vestbø wrote: >> This is exactly the kind of stuff I brought up at the contributors >> summit. We should strive to at least be on par with QJson, but I’m >> hoping we can also have a nice API for writing (something QJson >> doesn’t easily facilitat

[Development] Dropping remaining support of qtquick1

2018-10-05 Thread Kai Koehne
Hi, Can we drop the last remaining traces of qtquick1 from qtbase? Remember that qtquick1 is not part of Qt anymore since Qt 5.6. Anyhow, some people might still compiled it compiled with later versions on their own ... Right now it doesn't compile for me with 5.12, but I haven't investigated w

[Development] Qt 5.12 beta1 released

2018-10-05 Thread Jani Heikkinen
Hi! We have released Qt 5.12 beta1 today, see http://blog.qt.io/blog/2018/10/05/qt-5-12-lts-beta-released/ You can find Qt 5.12 beta1 under 'Preview' node from Online installer. Please take a tour & start testing Qt 5.12 now. As earlier we will release new beta releases regularly until we are