Re: [Development] My contribution : Extension to Qt

2014-06-05 Thread Sorvig Morten
On 05 Jun 2014, at 00:25, Thiago Macieira thiago.macie...@intel.com wrote: Em qua 04 jun 2014, às 10:32:17, Olivier Goffart escreveu: In general, i think it would be beneficial to have some public API in QObject to create dynamic signals or slots. This has been asked from the QML-on-Go

Re: [Development] My contribution : Extension to Qt

2014-06-05 Thread Alejandro Exojo
El Wednesday 04 June 2014, Olivier Goffart escribió: Where is it? Do you have any URL? He replied to my privately (by mistake I suppose) saying it was on github, so after a search: https://github.com/u19809/DynamicQObject -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ |

Re: [Development] My contribution : Extension to Qt

2014-06-04 Thread Olivier Goffart
On Tuesday 03 June 2014 21:03:57 wim delvaux wrote: Check out the project in DynamicQObject Hi, Where is it? Do you have any URL? Keep in mind that all the internals of QMetaObject are internal and subject to change. (But we will keep compatibility with older moc generated code.) In

Re: [Development] My contribution : Extension to Qt

2014-06-04 Thread Dominik Holland
On 06/04/2014 10:32 AM, Olivier Goffart wrote: On Tuesday 03 June 2014 21:03:57 wim delvaux wrote: Check out the project in DynamicQObject Hi, Where is it? Do you have any URL? Keep in mind that all the internals of QMetaObject are internal and subject to change. (But we will keep

Re: [Development] My contribution : Extension to Qt

2014-06-04 Thread Thiago Macieira
Em qua 04 jun 2014, às 10:32:17, Olivier Goffart escreveu: In general, i think it would be beneficial to have some public API in QObject to create dynamic signals or slots. This has been asked from the QML-on-Go discussions. We just told them to use the private QMetaObjectBuilder class. --

Re: [Development] My contribution : Extension to Qt

2014-06-03 Thread Alejandro Exojo
El Monday 02 June 2014, wim delvaux escribió: I tried using gerrit but this is very tedious (setting up GIT, getting access to Qt code, downloading lost of 'git' code which is not needed, etc) I find this unnecessary as my extension compiles just like a simple Qt Project (...) I would like

Re: [Development] My contribution : Extension to Qt

2014-06-03 Thread wim delvaux
Check out the project in DynamicQObject On Tue, Jun 3, 2014 at 8:38 PM, Alejandro Exojo s...@badopi.org wrote: El Monday 02 June 2014, wim delvaux escribió: I tried using gerrit but this is very tedious (setting up GIT, getting access to Qt code, downloading lost of 'git' code which is not

[Development] My contribution : Extension to Qt

2014-06-02 Thread wim delvaux
Hi all, I have created a extension to Qt that allows for the creation of QObject children without the use of Q_OBJECT and moc for Qt 5.x. The extension does not require any changes to the Qt library. It allows for the creation of QObject instances at runtime and thus on-the-fly which is useful