Re: [Development] Problems with win8 nodes in ci

2013-03-10 Thread Fält Simo
Hi, Yep. All the ci nodes are done again. Investigating. Simo From: Qi Liang Sent: 9. maaliskuuta 2013 12:17 To: Fält Simo; development@qt-project.org Subject: RE: Problems with win8 nodes in ci Looks like still no success since Thu Mar 7 14:17:21 CET 2013 http://lists.qt-project.org/pipermail/c

[Development] Situation with QMacCocoaViewContainer / QMacNactiveWidget in Qt 5

2013-03-10 Thread Jake Thomas Petroules
Are QMacCocoaViewContainer and QMacNativeWidget going to be implemented in some Qt 5.x? I understand we currently have some implementation in QtMacExtras, however the header files are still there in Qt 5 Widgets, and documented (but you obviously can't link since they are not implemented) - htt

Re: [Development] Signals/slots for class templates (Was: Evolving Qt's multithreading API)

2013-03-10 Thread Peter Kümmel
On 10.03.2013 16:54, Sze Howe Koh wrote: > > Olivier started implementing this: > https://codereview.qt-project.org/#change,49864 Last year I gave it also a try, http://lists.qt-project.org/pipermail/development/2012-June/004580.html http://lists.qt-project.org/pipermail/development/201

Re: [Development] Signals/slots for class templates (Was: Evolving Qt's multithreading API)

2013-03-10 Thread Thiago Macieira
On domingo, 10 de março de 2013 23.54.42, Sze Howe Koh wrote: > What's holding us back? What does "installing the moc file" mean? You install the output from moc. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Descrip

[Development] Signals/slots for class templates (Was: Evolving Qt's multithreading API)

2013-03-10 Thread Sze Howe Koh
On 5 March 2013 05:37, Corentin Jabot wrote: >>> It's such a shame that template classes can't be meta-objects... >>> otherwise we could emit the return value directly. That would truly be >>> event-driven C++! >> Yeah, that is a very unfortunate artifact of the way Qt implements >> signals and sl

Re: [Development] Faster locale aware string list sorting

2013-03-10 Thread Zeno Endemann
Hm, after checking with valgrind it seems my benchmark is spending most of the time in the QCollator constructor and not actually collating strings, so simply using the QCollator API once it is public might indeed solve the problem (why is constructing so slow though?). At least I would recommend n

Re: [Development] Faster locale aware string list sorting

2013-03-10 Thread Zeno Endemann
Come to think of it, hasn't Qt always used ICU under Linux? But yes, I've tested Qt 5.0.1. Still it would be great if someone could confirm my findings, so I've uploaded the benchmark: https://bugreports.qt-project.org/browse/QTBUG-30126 Regards, Zeno Thiago Macieira wrote on 10.03.2013 05:32: >