plasma-framework/plasma
2013-02-12 22:05:14 +01:00
..
data SVN_SILENT made messages (.desktop file) 2013-02-08 08:31:19 +01:00
design
includes/Plasma remove some references to deleted classes 2013-02-12 20:17:16 +01:00
private last AppletPrivate metadata pieces in PluginLoader 2013-02-12 22:05:14 +01:00
scripting remove some references to deleted classes 2013-02-12 20:17:16 +01:00
tests remove linking to some libraries 2013-02-12 13:55:05 +01:00
.krazy
abstractdialogmanager.cpp
abstractdialogmanager.h
abstractrunner.cpp
abstractrunner.h
applet.cpp last AppletPrivate metadata pieces in PluginLoader 2013-02-12 22:05:14 +01:00
applet.h Applet::category(appletName) moved in PluginLoader 2013-02-12 21:54:08 +01:00
CMakeLists.txt remove linking to some libraries 2013-02-12 13:55:05 +01:00
config-plasma.h.cmake remove last pieces of remote plasmoids 2013-02-12 12:51:37 +01:00
configloader.cpp
configloader.h
containment.cpp Applet::newStatus() -> Applet::statusChanged() 2013-02-12 20:44:04 +01:00
containment.h remove Applet::hasFocus() 2013-02-12 13:10:50 +01:00
containmentactions.cpp
containmentactions.h
containmentactionspluginsconfig.cpp
containmentactionspluginsconfig.h
corona.cpp remove some references to deleted classes 2013-02-12 20:17:16 +01:00
corona.h corona has a package() property 2013-02-12 15:57:42 +01:00
datacontainer.cpp
datacontainer.h
dataengine.cpp remove remote applets support 2013-02-11 21:38:18 +01:00
dataengine.h
dataengineconsumer.cpp remove remote applets support 2013-02-11 21:38:18 +01:00
dataengineconsumer.h remove remote applets support 2013-02-11 21:38:18 +01:00
framesvg.cpp
framesvg.h
Mainpage.dox
Messages.sh
package.cpp another round at making setPath awesome (correctness in all possible outcomes) 2013-02-08 13:37:40 +01:00
package.h
packagestructure.cpp
packagestructure.h
paintutils.cpp
paintutils.h
plasma.cpp
plasma.h remove size and popup constraints 2013-02-12 13:40:12 +01:00
pluginloader.cpp last AppletPrivate metadata pieces in PluginLoader 2013-02-12 22:05:14 +01:00
pluginloader.h Applet::category(appletName) moved in PluginLoader 2013-02-12 21:54:08 +01:00
querymatch.cpp
querymatch.h
README
runnercontext.cpp Delete graphicslayouts and graphicswidgets imports 2013-02-01 14:54:49 +01:00
runnercontext.h
runnermanager.cpp
runnermanager.h
runnersyntax.cpp
runnersyntax.h
service.cpp remove remote applets support 2013-02-11 21:38:18 +01:00
service.h remove remote applets support 2013-02-11 21:38:18 +01:00
servicejob.cpp remove remote applets support 2013-02-11 21:38:18 +01:00
servicejob.h remove last pieces of remote plasmoids 2013-02-12 12:51:37 +01:00
svg.cpp
svg.h
theme.cpp
theme.h
version.cpp
version.h

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.