Commit Graph

6043 Commits

Author SHA1 Message Date
Aaron J. Seigo
d6b2d44ae1 pass through mouse events if nobody is connected to us
svn path=/trunk/KDE/kdelibs/; revision=1161817
2010-08-10 21:44:55 +00:00
Aaron J. Seigo
fa1350c34c implement the setter
svn path=/trunk/KDE/kdelibs/; revision=1161802
2010-08-10 21:07:28 +00:00
Aaron J. Seigo
84233ee261 add missing API that is asked for often enough
svn path=/trunk/KDE/kdelibs/; revision=1161784
2010-08-10 19:59:34 +00:00
Script Kiddy
b1f9c62c1e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1161509
2010-08-10 09:02:07 +00:00
Ralf Habacker
185190573c keep slot naming in sync with others
svn path=/trunk/KDE/kdelibs/; revision=1161372
2010-08-10 06:19:08 +00:00
Aaron J. Seigo
c55f758d7c warn about it as well
svn path=/trunk/KDE/kdelibs/; revision=1161176
2010-08-09 21:03:46 +00:00
Aaron J. Seigo
c387406230 if unversioned, let it through based on trust
svn path=/trunk/KDE/kdelibs/; revision=1161161
2010-08-09 20:48:46 +00:00
Aaron J. Seigo
eb6c5443e9 keep going even if the .desktop file wasn't there; allows package removl to work even after botched installation
svn path=/trunk/KDE/kdelibs/; revision=1161151
2010-08-09 20:39:34 +00:00
Marco Martin
0fea8dc29f Plasma::Theme::windowTranslucencyEnabled() caches the selection owner, should be faster than KWindowsystem::compositingActive() that doesn't
svn path=/trunk/KDE/kdelibs/; revision=1161045
2010-08-09 14:51:34 +00:00
Script Kiddy
14f517623f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1160882
2010-08-09 07:35:22 +00:00
Marco Martin
2735f78f51 block events in AppletOverlayWidget::mousePressEvent
svn path=/trunk/KDE/kdelibs/; revision=1160687
2010-08-08 19:57:11 +00:00
Script Kiddy
9f4a2e8ee5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1160128
2010-08-07 07:08:18 +00:00
Script Kiddy
73cd23a356 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1159767
2010-08-06 07:10:36 +00:00
Aaron J. Seigo
b219dd6b99 prevent infinite recursion
svn path=/trunk/KDE/kdelibs/; revision=1159733
2010-08-06 03:42:46 +00:00
Aaron J. Seigo
94928254ae constify
svn path=/trunk/KDE/kdelibs/; revision=1159732
2010-08-06 03:42:26 +00:00
Aaron J. Seigo
9fff3dfc06 turn another protected slot into a private slot
Brian: please be sure not to introduce any methods into the public API of libplasma that are only used for internals. :)

CCMAIL:batenkaitos@gmail.com

svn path=/trunk/KDE/kdelibs/; revision=1159725
2010-08-06 02:28:50 +00:00
Aaron J. Seigo
11c5c88c68 make this a private slot
svn path=/trunk/KDE/kdelibs/; revision=1159724
2010-08-06 02:22:44 +00:00
Aaron J. Seigo
114c5373f3 missing properties
svn path=/trunk/KDE/kdelibs/; revision=1159723
2010-08-06 02:22:30 +00:00
Aaron J. Seigo
7e606b075a --compilerWarnings;
svn path=/trunk/KDE/kdelibs/; revision=1159722
2010-08-06 02:20:06 +00:00
Aaron J. Seigo
35e376b0b8 give datanegines their own package description; gets rid of various bits of cruft inherited unduly from PlasmoidPackage as well as adds a services/ dir for .operation files.
svn path=/trunk/KDE/kdelibs/; revision=1159709
2010-08-06 01:28:09 +00:00
Aaron J. Seigo
ae26e2a87c push/pop a context when loading
svn path=/trunk/KDE/kdelibs/; revision=1159708
2010-08-06 01:26:28 +00:00
Aaron J. Seigo
36c90e7137 prep DataEngine::Private for direct loading of packages, ala plasmoids
svn path=/trunk/KDE/kdelibs/; revision=1159707
2010-08-06 01:26:11 +00:00
Jacopo De Simoi
1cef7c2a8d Implement mask caching for a number of different sizes.
The number of cached masks is now capped in a rather brutal way, in practice it should work
well for most cases. 

svn path=/trunk/KDE/kdelibs/; revision=1159649
2010-08-05 21:15:18 +00:00
Script Kiddy
87548d03c1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1159345
2010-08-05 06:58:12 +00:00
Aaron J. Seigo
0b238885a4 allow it to be built separately
svn path=/trunk/KDE/kdelibs/; revision=1159221
2010-08-04 19:38:31 +00:00
Marco Martin
99b597719c reset the pinter after deleting the storage service
svn path=/trunk/KDE/kdelibs/; revision=1159099
2010-08-04 12:03:31 +00:00
Script Kiddy
f1daca5c58 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1159029
2010-08-04 06:51:25 +00:00
Aaron J. Seigo
d8078999a4 if someone jerked us around behind our back, then remove record of the cached version and try again
CCBUG:233051

svn path=/trunk/KDE/kdelibs/; revision=1158867
2010-08-04 01:00:26 +00:00
Aaron J. Seigo
c42a1e3d78 easier to scan
svn path=/trunk/KDE/kdelibs/; revision=1158866
2010-08-04 00:59:09 +00:00
Marco Martin
b968f22439 neither the scrollwidget nor its scrollingwidget child paints by themselves
svn path=/trunk/KDE/kdelibs/; revision=1158783
2010-08-03 18:43:07 +00:00
Script Kiddy
30bfeef1af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1158612
2010-08-03 08:29:56 +00:00
Script Kiddy
94a1a8d377 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/plasma/generic/containmentactions/test/; revision=1158610
2010-08-03 08:28:40 +00:00
Aaron J. Seigo
43397bc7ad declare the metatype for PluginLoader since it will be used with QVariant in the KPart
svn path=/trunk/KDE/kdelibs/; revision=1158547
2010-08-03 01:35:32 +00:00
Aaron J. Seigo
f007828382 allow one to supply the KPluginInfo directly to the applet
svn path=/trunk/KDE/kdelibs/; revision=1158540
2010-08-02 23:56:02 +00:00
Aaron J. Seigo
14c8caae4e more sensible to not get overly worried about no service
svn path=/trunk/KDE/kdelibs/; revision=1158535
2010-08-02 23:28:13 +00:00
Marco Martin
2d190922f6 call addOffscreenWidget(widget) before actually embedding the widget in setGraphicsWidget(widget)
svn path=/trunk/KDE/kdelibs/; revision=1158454
2010-08-02 19:29:45 +00:00
Marco Martin
24e9370b7d mention Corona::addOffScreenWidget in setGraphicsWidget apidoc
svn path=/trunk/KDE/kdelibs/; revision=1158403
2010-08-02 18:40:40 +00:00
Brian David Pritchett
dfac5c2765 Mistyped a signal/slot
svn path=/trunk/KDE/kdelibs/; revision=1158382
2010-08-02 17:38:16 +00:00
Brian David Pritchett
df52b374e9 Fixed an issue with an object being deleted too early.
svn path=/trunk/KDE/kdelibs/; revision=1158360
2010-08-02 16:00:47 +00:00
Script Kiddy
e8cabacbb4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1157842
2010-08-01 07:01:05 +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
Script Kiddy
bccac847d1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1157473
2010-07-31 07:28:58 +00:00
Aaron J. Seigo
f12dec10f6 follow the QGraphicsWidget API a bit closer; a little awkward because we're marrying it with the plugin loading API which isn't a 100% match
svn path=/trunk/KDE/kdelibs/; revision=1157321
2010-07-30 17:13:40 +00:00
Marco Martin
02faf90355 new property:
preferredToolBoxPlugin(Containment::Type)
used to decide what toolbox plugin dynamically load, only corona
implementations can decide this.

api review anyone? ;)

CCMAIL:plasma-devel@kde.org

svn path=/trunk/KDE/kdelibs/; revision=1157190
2010-07-30 12:46:22 +00:00
Andreas Holzammer
94a87ab2a3 - made kdelibs for wince static
svn path=/trunk/KDE/kdelibs/; revision=1157186
2010-07-30 12:31:39 +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
87a29d9efc createStandardContextMenu can return null; guard against that
BUG:246018

svn path=/trunk/KDE/kdelibs/; revision=1156698
2010-07-29 14:49:06 +00:00
Script Kiddy
e57e1b8c80 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdelibs/; revision=1156523
2010-07-29 07:32:51 +00:00
Aaron J. Seigo
47c26b3726 erf; this got committed in amongst code for a different problem and reintroduced br#179819
BUG:245743

svn path=/trunk/KDE/kdelibs/; revision=1156388
2010-07-29 03:26:06 +00:00