Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread eike.ziller
On 20 Jan 2012, at 12:57, ext Mathias Hasselmann wrote: Hi, Qt nicely supports extending applications and libraries via plugins, still in my opinion one major building block is missing: Some reusable object which iterates the shared object files in relevant plugin folders and returns all

Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread eike.ziller
On 23 Jan 2012, at 10:58, ext eike.zil...@nokia.com wrote: On 20 Jan 2012, at 12:57, ext Mathias Hasselmann wrote: Hi, Qt nicely supports extending applications and libraries via plugins, still in my opinion one major building block is missing: Some reusable object which iterates the

Re: [Development] Let's discuss QPluginManager

2012-01-23 Thread Pau Garcia i Quiles
On Fri, Jan 20, 2012 at 7:38 PM, Artur Souza (MoRpHeUz) artur.so...@openbossa.org wrote: Another feature related to plugins that KDE implemented and I find it very useful and elegant is KPluginFactory:

[Development] Object destruction in QML 2

2012-01-23 Thread Thiago Lacerda
Hi I've done a patch for https://bugreports.qt.nokia.com/browse/QTBUG-23451 and I've faced an interesting problem. The bug says that the changed signal is not raised when an Item property is pointing to a dynamic object and this object gets destructed (changing the value of the Item property to

Re: [Development] QLocale work

2012-01-23 Thread lars.knoll
On 1/23/12 10:42 PM, ext Thiago Macieira thiago.macie...@intel.com wrote: On Monday, 23 de January de 2012 21.21.13, John Layt wrote: On Wednesday 18 Jan 2012 00:47:31 you wrote: * If we can port the QLocalePrivate number routines to call ICU instead of their current implementations, the

Re: [Development] New QUrl implementation

2012-01-23 Thread lars.knoll
On 1/23/12 6:47 PM, ext David Faure fa...@kde.org wrote: On Wednesday 28 December 2011 16:43:10 David Faure wrote: On Tuesday 27 December 2011 12:24:23 Thiago Macieira wrote: On Tuesday, 27 de December de 2011 13.42.10, David Faure wrote: On Friday 23 December 2011 17:22:38 Thiago Macieira