Commit Graph

12 Commits

Author SHA1 Message Date
Aaron Seigo
91352e1a2d make slots that were invoked into virtuals 2011-05-26 18:56:35 +02:00
Marco Martin
cee5caa79b more documentation
svn path=/trunk/KDE/kdelibs/; revision=1163229
2010-08-13 15:08:50 +00:00
Marco Martin
6162c8af99 add the last missing piece: KPluginInfo::List listToolBoxInfo
svn path=/trunk/KDE/kdelibs/; revision=1157557
2010-07-31 15:24:19 +00:00
Marco Martin
72a06cdd14 The Desktop ToolBox and the Panel ToolBox becomes plugins, shipped with
Plasma-Desktop (so shells have to implement their own plugins or pick
one already installed)

Unfortunately, 3 virtuals were needed in AbstractToolBox
void restore(const KConfigGroup &group);
void save(const KConfigGroup &group);
void reposition();

since this is not possible for obvious BC reasons, they are "faked" with
slots, not really nice butthe most painless way.

There shouldn't be significant regressions, but wise to keep an eye on
it in the immediate future

CCMAIL:plasma-devel@kde.org


svn path=/trunk/KDE/kdelibs/; revision=1157537
2010-07-31 13:02:07 +00:00
Marco Martin
457cfcb89a support load by plugin from AbstractToolBox
what stinks is the both support direct creation -and- plugin loading,
but has to be BC
could be the case to add it to PluginLoader? don't see big use cases
CCMAIL:plasma-devel@kde.org


svn path=/trunk/KDE/kdelibs/; revision=1157180
2010-07-30 12:12:31 +00:00
Aaron J. Seigo
b31f9ca8c0 UserToolBox, more consistent with other such enums
svn path=/trunk/KDE/kdelibs/; revision=1069847
2010-01-04 10:21:32 +00:00
Aaron J. Seigo
9a1a29125c new enum for tagging actions that will end up in a toolbox with
svn path=/trunk/KDE/kdelibs/; revision=1069704
2010-01-04 06:34:55 +00:00
Mike Arthur
bdd761cd4c Various OSX 10.6 fixes.
svn path=/trunk/KDE/kdelibs/; revision=1057486
2009-12-02 15:26:12 +00:00
Giulio Camuffo
173c5e4b2a typo
svn path=/trunk/KDE/kdelibs/; revision=1056179
2009-11-29 15:25:00 +00:00
Marco Martin
631d0cfb7f visibilityChanged() signal
svn path=/trunk/KDE/kdelibs/; revision=1039833
2009-10-24 18:14:07 +00:00
Marco Martin
6ae5d1bc1c qproperty showing
svn path=/trunk/KDE/kdelibs/; revision=1039731
2009-10-24 13:22:43 +00:00
Marco Martin
6b0a4590d2 Export a really simple AbstractToolBox
add a setToolBox function

svn path=/trunk/KDE/kdelibs/; revision=1038024
2009-10-20 14:14:53 +00:00