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

2013-03-19 Thread Olivier Goffart
On Monday 18 March 2013 07:49:07 Thiago Macieira wrote: We are talking about it. As the one who says -2, you are the one who is supposed to state your objections. Can you tell us more about the long-term plan? At first, it is an experiment to see what we can do. It can be used in

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

2013-03-19 Thread Thiago Macieira
On terça-feira, 19 de março de 2013 15.02.35, Olivier Goffart wrote: On Monday 18 March 2013 07:49:07 Thiago Macieira wrote: We are talking about it. As the one who says -2, you are the one who is supposed to state your objections. I did. I said I wanted to discuss this more before it went

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

2013-03-18 Thread Knoll Lars
On 3/17/13 5:21 PM, Olivier Goffart oliv...@woboq.com wrote: On Sunday 17 March 2013 08:13:21 Thiago Macieira wrote: On domingo, 17 de março de 2013 11.13.01, Olivier Goffart wrote: On Sunday 10 March 2013 10:09:24 Thiago Macieira wrote: On domingo, 10 de março de 2013 23.54.42, Sze Howe

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

2013-03-18 Thread Olivier Goffart
On Monday 18 March 2013 11:35:27 Knoll Lars wrote: We're about to start the 5.1 process About to... but not yet started. So no restrictions applies yet. (ie. branch into stable) etc, and the feature is not blocking anything critical for the release. So I'd say give it some time and let's

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

2013-03-18 Thread Thiago Macieira
On segunda-feira, 18 de março de 2013 15.16.34, Olivier Goffart wrote: On Monday 18 March 2013 11:35:27 Knoll Lars wrote: We're about to start the 5.1 process About to... but not yet started. So no restrictions applies yet. Correct. Since you are done, you could integrate. But here's the

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

2013-03-17 Thread Olivier Goffart
On Sunday 10 March 2013 18:27:30 Peter Kümmel wrote: 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

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

2013-03-17 Thread Thiago Macieira
On domingo, 17 de março de 2013 11.13.01, Olivier Goffart wrote: On Sunday 10 March 2013 10:09:24 Thiago Macieira wrote: 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. Yes.

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

2013-03-17 Thread Olivier Goffart
On Sunday 17 March 2013 08:13:21 Thiago Macieira wrote: On domingo, 17 de março de 2013 11.13.01, Olivier Goffart wrote: On Sunday 10 March 2013 10:09:24 Thiago Macieira wrote: On domingo, 10 de março de 2013 23.54.42, Sze Howe Koh wrote: What's holding us back? What does installing the

[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 corentin.ja...@gmail.com 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

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

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