Re: [Development] [Releasing] HEADS UP: Qt 5.4.1 release coming

2015-01-16 Thread Oswald Buddenhagen
5.4 has been downmerged to 5.4.1 now. staging in the latter is now restricted to the release team. On Thu, Jan 08, 2015 at 12:55:54PM +, Heikkinen Jani wrote: > Hi! > > And Happy New Year to you all! > > '5.4.1' branch is now available, please start using it for the changes > targeted to Qt

Re: [Development] Adding new third party component three.js to Qt?

2015-01-16 Thread Lisandro Damián Nicanor Pérez Meyer
On Friday 16 January 2015 15:35:02 Olivier Goffart wrote: [snip] > More in qtbase: Thanks a lot! > - src/tools/moc/(pp)keywords.cpp generated by the generator in > src/tools/moc/util (circular dependency again) If you mean that those cpp are needed in order to build the tools that will lat

Re: [Development] Adding new third party component three.js to Qt?

2015-01-16 Thread Olivier Goffart
On Thursday 15 January 2015 20:31:58 Thiago Macieira wrote: > Do you remove and regenerate: > - the Unicode tables in qunicodedata.cpp? > - the CLDR data in qlocale_data_p.h and qtimezoneprivate_data_p.h? How > about the locale list in qlocale.h? > - the indexed string tables in qdbuserror.cpp,

Re: [Development] QSsl: finer-grained protocol selection

2015-01-16 Thread Mikkel Krautz
On Sun, Dec 28, 2014 at 2:26 PM, Thiago Macieira wrote: > On Sunday 28 December 2014 13:11:13 Richard Moore wrote: >> At the moment there are still a lot of SSL accelerators out there with >> these problems. We can probably stop worrying in around a year once all the >> browsers have got around to

[Development] NOTE: Gerrit server update

2015-01-16 Thread Haataja Ismo
Hi, Gerrit server will change to new location during week 4. URL remains unchanged (https://codereview.qt-project.org/). Also some fixes will be deployed: https://bugreports.qt.io/browse/QTQAINFRA-874 https://bugreports.qt.io/browse/QTQAINFRA-892 https://bugreports.qt.io/browse/QTQAINFRA-905 http

Re: [Development] Adding new third party component three.js to Qt?

2015-01-16 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 15 January 2015 20:31:58 Thiago Macieira wrote: > On Friday 16 January 2015 00:54:31 Lisandro Damián Nicanor Pérez Meyer wrote: > > > We do that for other sources that seldomly change, like the outputs from > > > qlalr. We also ship generated docs and the generated include/ headers. >

Re: [Development] Adding new third party component three.js to Qt?

2015-01-16 Thread Oswald Buddenhagen
On Thu, Jan 15, 2015 at 05:48:16PM -0800, Thiago Macieira wrote: > But what if we ship source and the generated minified files? > as you are bringing up the example of includes below ... "shipping" as in "in the tar balls" is fine by me. but don't commit the minified (== generated) file to the rep