plasma-framework/src/plasma
Sebastian Kügler c76b5137e2 Fix empty group operations
There appears to be a subtle change in KConfig*, which means that if a
config group is empty, it won't be listed in groupsMap. Since operations
files can have empty groups, which are simply calls without arguments,
these would not be listed, and thus not be callable at all.

Fix: Add a dummy item per group, not beautiful, but effectively makes it
work.
2013-08-14 03:29:46 +02:00
..
autotests Allow a bit more time for copying, 2013-08-05 17:59:32 +02:00
data SVN_SILENT made messages (.desktop file) 2013-08-02 04:25:21 +00:00
design The Big Move 2013-02-14 17:17:12 +01:00
includes/Plasma get rid of PaintUtils 2013-03-13 12:05:06 +01:00
private don't emit uireadychanged if not changed 2013-08-12 13:38:31 +02:00
remote Port away from kdebug 2013-07-30 08:05:09 +02:00
scripting move the tracking of uiReady into libplasma 2013-08-09 21:51:13 +02:00
staging Port away from kdebug 2013-07-30 08:05:09 +02:00
tests Reduce KDE4 usage in cmake setup 2013-08-09 05:22:20 +02:00
.krazy The Big Move 2013-02-14 17:17:12 +01:00
abstractrunner.cpp Temporary fix for translations location binding. 2013-08-05 11:19:11 +02:00
abstractrunner.h Remove deprecated K_EXPORT_PLUGIN from libplasma 2013-08-07 02:50:20 +02:00
applet.cpp move the tracking of uiReady into libplasma 2013-08-09 21:51:13 +02:00
applet.h move the tracking of uiReady into libplasma 2013-08-09 21:51:13 +02:00
CMakeLists.txt Reduce KDE4 usage in cmake setup 2013-08-09 05:22:20 +02:00
config-plasma.h.cmake The Big Move 2013-02-14 17:17:12 +01:00
configloader.cpp Fix empty group operations 2013-08-14 03:29:46 +02:00
configloader.h Now this returns true 2013-06-27 18:36:20 +02:00
containment.cpp don't emit uireadychanged if not changed 2013-08-12 13:38:31 +02:00
containment.h move the tracking of uiReady into libplasma 2013-08-09 21:51:13 +02:00
containmentactions.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
containmentactions.h Remove deprecated K_EXPORT_PLUGIN from libplasma 2013-08-07 02:50:20 +02:00
corona.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
corona.h Replace QAction with KAction in containment 2013-07-10 01:59:39 +02:00
datacontainer.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
datacontainer.h rename ImmutabilityType 2013-05-14 20:27:32 +02:00
dataengine.cpp don't call a ctor from another 2013-08-06 15:06:07 +02:00
dataengine.h Remove deprecated K_EXPORT_PLUGIN from libplasma 2013-08-07 02:50:20 +02:00
dataengineconsumer.cpp Include QUrl instead of qurlpathinfo.h 2013-08-09 17:06:41 +02:00
dataengineconsumer.h The Big Move 2013-02-14 17:17:12 +01:00
framesvg.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
framesvg.h rename MarginEdge 2013-05-14 20:37:16 +02:00
Mainpage.dox remove deleted classes from doxygen index 2013-03-13 11:34:32 +01:00
Messages.sh The Big Move 2013-02-14 17:17:12 +01:00
package.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
package.h The Big Move 2013-02-14 17:17:12 +01:00
packagestructure.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
packagestructure.h replace testcontainment with real desktopcontainment 2013-08-12 22:59:21 +02:00
plasma.cpp Use module name in includes 2013-07-10 00:12:26 +02:00
plasma.h move the tracking of uiReady into libplasma 2013-08-09 21:51:13 +02:00
pluginloader.cpp Fix fallout from qDebug -> kDebug porting 2013-08-01 12:15:38 +02:00
pluginloader.h move all loading function to PluginLoader 2013-04-04 17:34:27 +02:00
querymatch.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
querymatch.h Plasma QueryMatch: Fix documentation about non existing parameter 2013-08-06 18:50:27 +05:30
README The Big Move 2013-02-14 17:17:12 +01:00
runnercontext.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
runnercontext.h The Big Move 2013-02-14 17:17:12 +01:00
runnermanager.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
runnermanager.h Adjust RunnerManager to new ThreadWeaver API using JobPointer 2013-07-25 06:58:21 +02:00
runnersyntax.cpp The Big Move 2013-02-14 17:17:12 +01:00
runnersyntax.h The Big Move 2013-02-14 17:17:12 +01:00
service.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
service.h Remove deprecated K_EXPORT_PLUGIN from libplasma 2013-08-07 02:50:20 +02:00
servicejob.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
servicejob.h use variant maps instead of configgroups 2013-05-02 14:46:29 +02:00
svg.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
svg.h The Big Move 2013-02-14 17:17:12 +01:00
theme.cpp Port away from kdebug 2013-07-30 08:05:09 +02:00
theme.h remove some not used includes 2013-03-13 11:32:00 +01:00
version.cpp Fix fallout from qDebug -> kDebug porting 2013-08-01 12:15:38 +02:00
version.h The Big Move 2013-02-14 17:17:12 +01:00

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma applications, such as the Plasma desktop shell
and its components. This includes applet and extension definitions and loading,
common GUI elements, data and service interaction, search system, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but as DataEngine, Service, Applet, Package, Wallpaper,
ContainmentActions, Containment and other plugins.

Commit Guidelines:
* If your patch is not an obvious or trivial bug fix, have it peer reviewed
  by another Plasma developer; http://reviewboard.kde.org is your friend :)

* All code MUST follow the kdelibs coding style, as found at:
        http://techbase.kde.org/Policies/Kdelibs_Coding_Style

* All new public API MUST have apidox written before committing and must go
  through an API review with another Plasma developer. We have to maintain
  binary compatibility, remember!

Unit tests are next to godliness. (Though as you can see, right now libplasma
is hellbound.)

Please refer to the Plasma website (http://plasma.kde.org) and Plasma wiki
(http://techbase.kde.org/Projects/Plasma) for API documentation and design
documents regarding this library.