Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Takao Fujiwara
On 07/23/15 06:21, Knoll Lars-san wrote: > On 22/07/15 17:00, > "development-bounces+lars.knoll=theqtcompany@qt-project.org on behalf of > Thiago Macieira" > thiago.macie...@intel.com> wrote: > > > >> On Wednesday 22 July 2015 19:17:12 Takao Fujiwara wrote: >>> OK, thanks for the discussion

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 21:15:18 Knoll Lars wrote: > >I don't see how that is a problem. If that were a problem, you wouldn't be > >able to ship additional, commercial-only modules or allow installation of > >MinGW. So clearly the installer is allowed to install non-Qt things too. > > > >What a

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Knoll Lars
On 22/07/15 17:00, "development-bounces+lars.knoll=theqtcompany@qt-project.org on behalf of Thiago Macieira" wrote: >On Wednesday 22 July 2015 19:17:12 Takao Fujiwara wrote: >> OK, thanks for the discussion and explanation. >> My main concern is the delay of committing the patches from I

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Knoll Lars
On 22/07/15 16:56, "development-bounces+lars.knoll=theqtcompany@qt-project.org on behalf of Thiago Macieira" wrote: >On Wednesday 22 July 2015 07:20:06 Knoll Lars wrote: >> We couldn’t easily ship it in Qt neither for both practical and legal >> reasons. The practical ones are the items

Re: [Development] QVersionNumber: someone to polish and finish the API

2015-07-22 Thread Keith Gardner
On Wed, Jul 8, 2015 at 12:10 PM Thiago Macieira wrote: > On Wednesday 08 July 2015 12:07:20 Keith Gardner wrote: > > > Please take the patches starting at > > > https://codereview.qt-project.org/95531. > > > Follow the chain of dependency. > > > > Would you like someone to pick up those changes a

Re: [Development] Qt 4.8.7 built with linux-clang-64

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 18:51:58 René J. V. Bertin wrote: > > What is the build key with Clang? Does it list "gcc-4" or not? > > I'm not sure I understand. The clang version I use does use headers from > gcc-4 if that's of any relevance to your question. The build key is a string that is assign

Re: [Development] Qt 4.8.7 built with linux-clang-64

2015-07-22 Thread René J . V . Bertin
Thiago Macieira wrote: > Anyway, linux-clang isn't supported in Qt 4.8. There's barely any testing done > with that. In Qt 5, both Olivier and I are maintaining it. Well, that's enough of a reason for me not to insist, thanks. Qt 4.8.7 no longer ships the clang mkspecs files in the unsupported di

Re: [Development] Qt Speech in Qt 5.6

2015-07-22 Thread Jeremy Whiting
I see the feature freeze is approaching quickly. Did the status of QtSpeech getting into QT 5.6 ever get sorted out? Is there still some work that needs to be done before this can happen? If so what needs to be done? BR, Jeremy On Thu, May 28, 2015 at 5:25 AM, Frederik Gladhorn wrote: > There i

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 17:10:38 Giuseppe D'Angelo wrote: > Il 22/07/2015 16:52, Thiago Macieira ha scritto: > > Allocators is a feature we've never supported and I don't see us > > supporting. > > > > I don't see a problem with the alignment. QArrayData is allocated with > > alignment of min(al

Re: [Development] Qt LTS & C++11 plans (CopperSpice)

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 16:47:21 Olivier Goffart wrote: > > template > > using QMap = QMapComparator>; > > This is still source incompatible (because of forward declarations) and > binary incompatible too. Oops! You're right. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Arc

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread Giuseppe D'Angelo
Il 22/07/2015 16:52, Thiago Macieira ha scritto: Allocators is a feature we've never supported and I don't see us supporting. I don't see a problem with the alignment. QArrayData is allocated with alignment of min(alignof(QArrayData), alignof(T)), then we find the proper alignment for T inside t

Re: [Development] Qt 4.8.7 built with linux-clang-64

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 10:23:20 René J.V. Bertin wrote: > Hi, > > I've spent some time the other day configuring an Ubuntu PPA I've been using > to build my "system" Qt 4.8.7 to use clang 3.5.1 instead of gcc-4.9. It was > rather straightforward to get things to build (I had to modify 1 Kubuntu

Re: [Development] qtbase 5.5 CI broken again ?

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 07:38:46 BogDan wrote: > Is anyone working on it? As far as I know, no. No one has a clue why the creation of a temporary directory is failing. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 19:17:12 Takao Fujiwara wrote: > OK, thanks for the discussion and explanation. > My main concern is the delay of committing the patches from IBus > contributors. If you would help to speed up the patch integration, it would > be great. I can contribute Qt IBus plugin at t

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 07:20:06 Knoll Lars wrote: > We couldn’t easily ship it in Qt neither for both practical and legal > reasons. The practical ones are the items Thiago mentioned. The legal > reasons are that we can’t make it part of Qt without being under the CLA, > due to both the KDE Free

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread Thiago Macieira
On Wednesday 22 July 2015 10:25:02 abba...@gmail.com wrote: > By the way, is it possible to add custom allocators to the vector? As we > have to store reference counter (at least) with the data, wouldn't there be > problems with aligning of the memory? Allocators is a feature we've never supported

Re: [Development] Qt LTS & C++11 plans (CopperSpice)

2015-07-22 Thread Olivier Goffart
On Tuesday 21. July 2015 16:03:56 Thiago Macieira wrote: > On Tuesday 21 July 2015 20:52:05 Giuseppe D'Angelo wrote: > > Il 21/07/2015 20:37, Thiago Macieira ha scritto: > > > As opposed to qMapLessThanKey? Do you mean two QMap with the same key > > > could > > > have different comparators? > > >

Re: [Development] Container benchmark was HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread Olivier Goffart
On Monday 20. July 2015 14:53:04 Knoll Lars wrote: > Yes, I think pretty much everybody agrees that QList does not work as > advertised. In the ideal case it’s performance is about as good as a > QVector, in most other cases (with a few exceptions) it’s a lot worse. So > Marc is completely right th

Re: [Development] Nominating Sérgio Martins for Approver status

2015-07-22 Thread Olivier Goffart
On Tuesday 21. July 2015 13:27:51 Giuseppe D'Angelo wrote: > Hi, > > I'd like to nominate Sérgio Martins for the Approver status in the Qt > project. > +1 ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Development] FileRe: Move ctors for q_declare_shared types

2015-07-22 Thread Marc Mutz
On Wednesday 22 July 2015 12:07:06 Daniel Teske wrote: > > Are we going to announce every API change on the ML now? > > No, that is obviously stupid. But, could you please stop trying to divert a > discussion by raising unrelated questions? > > If a change is related to a discussion on the mailin

Re: [Development] Qt Quick Controls 2 get a dev branch

2015-07-22 Thread Frederik Gladhorn
After consulting http://wiki.qt.io/Qt-5.6-release I realised it's also time to propose making Qt Quick Controls 2 a part of Qt 5.6. I would suggest having it in Qt 5.6 as tech preview so that we can get feedback and polish it one more round. If this is accepted by the community, we'll add it to

[Development] Qt Quick Controls 2 get a dev branch

2015-07-22 Thread Frederik Gladhorn
Hi, we'll create a dev branch in the qtquickcontrols2 repository, please target new patches to dev instead of master. Cheers, Frederik ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Knoll Lars
On 22/07/15 12:17, "Takao Fujiwara" wrote: >On 07/22/15 13:49, Thiago Macieira-san wrote: >> On Wednesday 22 July 2015 12:41:11 Takao Fujiwara wrote: >>> On 07/22/15 00:49, Thiago Macieira-san wrote: On Tuesday 21 July 2015 16:00:45 Takao Fujiwara wrote: >> We don't develop gtk. We do de

[Development] Continuous integration for dev (5.6)

2015-07-22 Thread Frederik Gladhorn
Hi all, due to some changes in qtbase and us not quite knowing how/wanting to fix our jenkins setup with some people being on vacation, we changed all module's dev branches over to the new continuous integration system we have been working on lately. Whenever you stage a build for any dev branc

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Takao Fujiwara
On 07/22/15 13:49, Thiago Macieira-san wrote: > On Wednesday 22 July 2015 12:41:11 Takao Fujiwara wrote: >> On 07/22/15 00:49, Thiago Macieira-san wrote: >>> On Tuesday 21 July 2015 16:00:45 Takao Fujiwara wrote: > We don't develop gtk. We do develop Qt4 and we know that supporting > comple

Re: [Development] FileRe: Move ctors for q_declare_shared types

2015-07-22 Thread Daniel Teske
> Are we going to announce every API change on the ML now? No, that is obviously stupid. But, could you please stop trying to divert a discussion by raising unrelated questions? If a change is related to a discussion on the mailing list, I expect that the change is posted to the discussion.

Re: [Development] QVector now has rvalue push_back

2015-07-22 Thread Marc Mutz
On Wednesday 22 July 2015 10:32:21 Gunnar Roth wrote: > so Am i wrong or not? By saying: " i don’t think there is any difference > between push_back(QPen(Qt::red,1.5f)) and emplace_back(Qt::red,1,5f))" > with this implemention. With that implementation, there's no difference iff emplace_back is al

Re: [Development] QVector now has rvalue push_back

2015-07-22 Thread Gunnar Roth
Hi, so Am i wrong or not? By saying: " i don’t think there is any difference between push_back(QPen(Qt::red,1.5f)) and emplace_back(Qt::red,1,5f))" with this implemention.     Gesendet: Mittwoch, 22. Juli 2015 um 10:34 Uhr Von: "Marc Mutz" An: development@qt-project.org Betreff: Re: [Develop

[Development] Qt 4.8.7 built with linux-clang-64

2015-07-22 Thread René J . V . Bertin
Hi, I've spent some time the other day configuring an Ubuntu PPA I've been using to build my "system" Qt 4.8.7 to use clang 3.5.1 instead of gcc-4.9. It was rather straightforward to get things to build (I had to modify 1 Kubuntu patch). The experiment wasn't very conclusive though: my KDE envir

Re: [Development] qtbase 5.5 CI broken again ?

2015-07-22 Thread BogDan
Is anyone working on it? Cheers, BogDan. On Tuesday, July 21, 2015 6:45 PM, Thiago Macieira wrote: On Tuesday 21 July 2015 11:56:58 BogDan wrote: > Hey, > > It's juts me or CI is broken again? I'm trying to push a two patches[0] for > a few days with no luck ... s/again/still/ It's the s

Re: [Development] QVector now has rvalue push_back

2015-07-22 Thread Marc Mutz
On Wednesday 22 July 2015 09:09:50 Julien Blanc wrote: > Le mardi 21 juillet 2015 à 19:00 +0200, Gunnar Roth a écrit : > > Hello, > > Out of curiosity i just looked at the Xcode 6.4 headers for the > > implementation of std::vector::emplace_back, > > and i don’t think there is any difference betwee

Re: [Development] HEADS UP: Don't use QList, use Q_DECLARE_TYPEINFO

2015-07-22 Thread abbapoh
By the way, is it possible to add custom allocators to the vector? As we have to store reference counter (at least) with the data, wouldn't there be problems with aligning of the memory? Иван Комиссаров > 21 июля 2015 г., в 21:44, Thiago Macieira > написал(а): > >> On Tuesday 21 July 2015 17

Re: [Development] Request to delete libibusplatforminputcontextplugin.so from qtbase

2015-07-22 Thread Knoll Lars
On 22/07/15 06:49, "Thiago Macieira" wrote: >On Wednesday 22 July 2015 12:41:11 Takao Fujiwara wrote: >> On 07/22/15 00:49, Thiago Macieira-san wrote: >> > On Tuesday 21 July 2015 16:00:45 Takao Fujiwara wrote: >> >>> We don't develop gtk. We do develop Qt4 and we know that supporting >> >>> comp

Re: [Development] QVector now has rvalue push_back

2015-07-22 Thread Julien Blanc
Le mardi 21 juillet 2015 à 19:00 +0200, Gunnar Roth a écrit : > Hello, > Out of curiosity i just looked at the Xcode 6.4 headers for the > implementation of std::vector::emplace_back, > and i don’t think there is any difference between > push_back(QPen(Qt::red,1.5f)) and emplace_back(Qt::red,1,5f))