Re: [Development] RFD: plugins vs QStringLiterals

2015-11-12 Thread Thiago Macieira
On Thursday 05 November 2015 11:44:33 Thiago Macieira wrote: > 3) Never unload any plugins, possibly also compiling our own libraries and > plugins with -z nodelete. Solves most of the problems, including the C++ > vtable case. Patch for QPluginLoader and QFactoryLoader:

Re: [Development] New Qt 5.6 Beta snapshot available

2015-11-12 Thread Heikkinen Jani
Hi, Splitted src packages are under work. Most probably we won’t have those for beta but for RC. Is that OK? Br, Jani From: Development [mailto:development-boun...@qt-project.org] On Behalf Of Helio Chissini de Castro Sent: 11. marraskuuta 2015 15:36 To: development@qt-project.org Subject:

Re: [Development] New Qt 5.6 Beta snapshot available

2015-11-12 Thread Heikkinen Jani
Hi, Thanks for feedback, some comments below Br, Jani >>-Original Message- >>From: Massimo Callegari [mailto:massimocalleg...@yahoo.it] >>Sent: 11. marraskuuta 2015 15:22 >>To: Heikkinen Jani ; development@qt- >>project.org >>Subject: Re: [Development]

Re: [Development] New Qt 5.6 Beta snapshot available

2015-11-12 Thread Massimo Callegari
>> 2- the configure script in the main folder gives an error on Linux. I >> believe it has >> something to do with dos2unix carriage return. I had to copy the one from >> 5.5.1 >> to build. >> > [Heikkinen Jani] As Thiago already replied, .7z package is with windows line > endings I am a bit

Re: [Development] RFD: plugins vs QStringLiterals

2015-11-12 Thread Knoll Lars
On 12/11/15 12:28, "Development on behalf of Paul Olav Tvete" wrote: >On Friday 6. November 2015 10.10.52 Thiago Macieira wrote: >> But before I go and modify QFactoryLoader... what is that class for? Can >> anyone

[Development] Qt Purchasing in Qt 5.7 Was: Qt Purchasing in Qt 5.6

2015-11-12 Thread Eskil A. Blomfeldt
On 04. aug. 2015 10:43, Eskil Abrahamsen Blomfeldt wrote: Hi, Qt Purchasing is a commercial add-on module developed by The Qt Company which implements a cross-platform API for in-app purchases on iOS and Android. In order to make it easier for third parties to contribute new backends for the

Re: [Development] RFD: plugins vs QStringLiterals

2015-11-12 Thread Paul Olav Tvete
On Friday 6. November 2015 10.10.52 Thiago Macieira wrote: > But before I go and modify QFactoryLoader... what is that class for? Can > anyone find out from the old history? It traces its existence back to "Long > live Qt 4.5". Added by Matthias in commit 89df363e4a795d67342d04e478af592618e16363

Re: [Development] New Qt 5.6.0 Beta snapshot available

2015-11-12 Thread Edward Sutton
I installed Qt 5.6 beta on OS X 10.10.5 with Xcode 7.1.1. ( I also have Qt 5.5.1 commercial installed. ) It works fine if I open, build, and run a Qt Example app using Qt Creator 3.5.82 (3.6.0-rc1). However when I open an existing Qt project or create a new Qt Widgets Application with Qt

Re: [Development] New Qt 5.6.0 Beta snapshot available

2015-11-12 Thread Gustavsen Richard
https://codereview.qt-project.org/#/c/140650/ -Richard Fra: Development på vegne av Edward Sutton Sendt: 12. november 2015 15:24 Til: Heikkinen Jani Kopi: development@qt-project.org Emne: Re:

Re: [Development] New Qt 5.6 Beta snapshot available

2015-11-12 Thread Thiago Macieira
On Thursday 12 November 2015 08:12:06 Heikkinen Jani wrote: > Splitted src packages are under work. Most probably we won’t have those for > beta but for RC. Is that OK? No. As agreed during the 5.0 release cycle, the official release is the split packages and big .tar.gz is a convenience. --

Re: [Development] RFD: plugins vs QStringLiterals

2015-11-12 Thread Thiago Macieira
On Thursday 12 November 2015 11:54:14 Knoll Lars wrote: > On 12/11/15 12:28, "Development on behalf of Paul Olav Tvete" wrote: > >On Friday 6. November 2015 10.10.52 Thiago Macieira wrote: > >> But before I go and modify QFactoryLoader... what is that class for? Can > >> anyone find out from the

Re: [Development] RFD: plugins vs QStringLiterals

2015-11-12 Thread Thiago Macieira
On Thursday 12 November 2015 09:58:15 Thiago Macieira wrote: > Ok, thanks. I'll disable plugin unloading in QFactoryLoader in 5.6. We can > look into merging it with QPluginLoader later. Actually, I've just seen the difference. ~QPluginLoader: if (d) d->release();

Re: [Development] New Qt 5.6 Beta snapshot available

2015-11-12 Thread Konstantin Tokarev
12.11.2015, 12:04, "Massimo Callegari" : >>>  2- the configure script in the main folder gives an error on Linux. I >>> believe it has >>>  something to do with dos2unix carriage return. I had to copy the one from >>> 5.5.1 >>>  to build. >>  [Heikkinen Jani] As