plasma-framework/src/plasma
Sebastian Kügler c662f09a7c Create the service directory, in case it doesn't exist.
Fixes package installation with non-existing local directories.
2013-02-18 04:09:50 +01:00
..
autotests SVN_SILENT made messages (.desktop file) 2013-02-17 08:30:09 +01:00
data support for containment type in the desktop file 2013-02-14 19:12:11 +01:00
design The Big Move 2013-02-14 17:17:12 +01:00
includes/Plasma The Big Move 2013-02-14 17:17:12 +01:00
private Create the service directory, in case it doesn't exist. 2013-02-18 04:09:50 +01:00
remote Revert "use Credentials in ServiceJob again" 2013-02-15 16:34:57 +01:00
scripting The Big Move 2013-02-14 17:17:12 +01:00
staging move signing test into staging for now 2013-02-15 16:34:58 +01:00
tests Revert "use Credentials in ServiceJob again" 2013-02-15 16:34:58 +01:00
.krazy The Big Move 2013-02-14 17:17:12 +01:00
abstractdialogmanager.cpp The Big Move 2013-02-14 17:17:12 +01:00
abstractdialogmanager.h The Big Move 2013-02-14 17:17:12 +01:00
abstractrunner.cpp The Big Move 2013-02-14 17:17:12 +01:00
abstractrunner.h The Big Move 2013-02-14 17:17:12 +01:00
applet.cpp The Big Move 2013-02-14 17:17:12 +01:00
applet.h The Big Move 2013-02-14 17:17:12 +01:00
CMakeLists.txt Revert "use Credentials in ServiceJob again" 2013-02-15 16:34:58 +01:00
config-plasma.h.cmake The Big Move 2013-02-14 17:17:12 +01:00
configloader.cpp The Big Move 2013-02-14 17:17:12 +01:00
configloader.h The Big Move 2013-02-14 17:17:12 +01:00
containment.cpp correctly emit appletRemoved 2013-02-15 18:10:46 +01:00
containment.h The Big Move 2013-02-14 17:17:12 +01:00
containmentactions.cpp The Big Move 2013-02-14 17:17:12 +01:00
containmentactions.h The Big Move 2013-02-14 17:17:12 +01:00
containmentactionspluginsconfig.cpp The Big Move 2013-02-14 17:17:12 +01:00
containmentactionspluginsconfig.h The Big Move 2013-02-14 17:17:12 +01:00
corona.cpp be quiet 2013-02-14 19:56:36 +01:00
corona.h The Big Move 2013-02-14 17:17:12 +01:00
datacontainer.cpp The Big Move 2013-02-14 17:17:12 +01:00
datacontainer.h The Big Move 2013-02-14 17:17:12 +01:00
dataengine.cpp The Big Move 2013-02-14 17:17:12 +01:00
dataengine.h The Big Move 2013-02-14 17:17:12 +01:00
dataengineconsumer.cpp The Big Move 2013-02-14 17:17:12 +01:00
dataengineconsumer.h The Big Move 2013-02-14 17:17:12 +01:00
framesvg.cpp The Big Move 2013-02-14 17:17:12 +01:00
framesvg.h The Big Move 2013-02-14 17:17:12 +01:00
Mainpage.dox The Big Move 2013-02-14 17:17:12 +01:00
Messages.sh The Big Move 2013-02-14 17:17:12 +01:00
package.cpp Fix loading plugininfo from file 2013-02-18 04:08:00 +01:00
package.h The Big Move 2013-02-14 17:17:12 +01:00
packagestructure.cpp The Big Move 2013-02-14 17:17:12 +01:00
packagestructure.h The Big Move 2013-02-14 17:17:12 +01:00
paintutils.cpp The Big Move 2013-02-14 17:17:12 +01:00
paintutils.h The Big Move 2013-02-14 17:17:12 +01:00
plasma.cpp The Big Move 2013-02-14 17:17:12 +01:00
plasma.h The Big Move 2013-02-14 17:17:12 +01:00
pluginloader.cpp The Big Move 2013-02-14 17:17:12 +01:00
pluginloader.h The Big Move 2013-02-14 17:17:12 +01:00
querymatch.cpp The Big Move 2013-02-14 17:17:12 +01:00
querymatch.h The Big Move 2013-02-14 17:17:12 +01:00
README The Big Move 2013-02-14 17:17:12 +01:00
runnercontext.cpp The Big Move 2013-02-14 17:17:12 +01:00
runnercontext.h The Big Move 2013-02-14 17:17:12 +01:00
runnermanager.cpp The Big Move 2013-02-14 17:17:12 +01:00
runnermanager.h The Big Move 2013-02-14 17:17:12 +01: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 The Big Move 2013-02-14 17:17:12 +01:00
service.h The Big Move 2013-02-14 17:17:12 +01:00
servicejob.cpp Fix up include dirs 2013-02-14 17:32:41 +01:00
servicejob.h Revert "use Credentials in ServiceJob again" 2013-02-15 16:34:57 +01:00
svg.cpp The Big Move 2013-02-14 17:17:12 +01:00
svg.h The Big Move 2013-02-14 17:17:12 +01:00
theme.cpp The Big Move 2013-02-14 17:17:12 +01:00
theme.h The Big Move 2013-02-14 17:17:12 +01:00
version.cpp The Big Move 2013-02-14 17:17:12 +01: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.