On Saturday 04 May 2013 18:04:13 Aaron J. Seigo wrote:
> If we keep the current solution thenwhy deprecate it? Simply keeping what is
> there would be the best thing from an app developer's POV.
Great, then let's do that.
> The *only* reason I'm touching this item is because the class is marked
On Saturday, May 4, 2013 17:06:21 David Faure wrote:
> On Monday 29 April 2013 22:19:58 Aaron J. Seigo wrote:
> > template T *create(QObject *parent = 0) const;
> > bool isVersionCompatible(quint32 minVersion, quint32 maxVersion);
>
> That's the API for the application, the plugin itself will only
Am Samstag, 4. Mai 2013, 17:06:21 schrieb David Faure:
> About KPluginFactory: registerPlugin is always used, it's the only way to
> declare your plugin class to the macro. The reason for that strange api
> though, was to be able to have multiple classes in one plugin, identified by
> a keyword (=
On Monday 29 April 2013 22:19:58 Aaron J. Seigo wrote:
> hi..
>
> currently libplasma uses the KDE plugin loading mechanisms *extensively*.
> they have also been marked as deprecated. the goal for frameworks, as i
> undestand it, is to move to a QPluginLoader.
>
> QPluginLoader has a major limita
On Tuesday, April 30, 2013 08:10:32 Kevin Ottens wrote:
> Why not reuse KPluginFactory either as is or slightly modified? What we're
most of KPluginFactory is mostly about the macros.
i'm not sure registerPlugin makes any sense anymore given the new interface
metadata features
in Qt5's QPluginL
On Monday 29 April 2013 22:19:58 Aaron J. Seigo wrote:
> i will introduce a new macro (so that it remains source compatible, at least
> for libplasma) that creates a QObject subclass which itself provides a
> factory method to create new instances of the class(es) in the library.
>
> i would also
hi..
currently libplasma uses the KDE plugin loading mechanisms *extensively*. they
have also been
marked as deprecated. the goal for frameworks, as i undestand it, is to move to
a QPluginLoader.
QPluginLoader has a major limitation, however: it only returns a single
instance of a class from