plasma-framework/src/plasma
Martin Klapetek 6a1fa18986 Add availableScreenRect(int id) to Corona base class
This is already implemented in ShellCorona and is quite handy too

Reviewed-by: Marco Martin
2014-03-11 15:30:45 +01:00
..
data add new needed keys to applet plugin definition 2014-02-25 14:32:00 +01:00
design The Big Move 2013-02-14 17:17:12 +01:00
includes/Plasma Remove KRunner from Plasma-Framework 2014-02-11 18:03:06 +01:00
private Update theme on KWindowSystem::compositingChanged 2014-03-09 23:50:21 +01:00
scripting Remove KRunner from Plasma-Framework 2014-02-11 18:03:06 +01:00
staging script-ported with kde-dev-scripts/kf5/convert-kstandarddirs.pl 2013-10-05 12:49:18 +02:00
.krazy The Big Move 2013-02-14 17:17:12 +01:00
applet.cpp Expose globalShortcut in AppletInterface so it can be set from the config 2014-03-05 17:28:50 +01:00
applet.h formFactorChanged, locationchanged signals 2014-03-04 18:13:19 +01:00
CMakeLists.txt Qt5::Widgets not used anymore 2014-02-27 13:20:26 +01:00
config-plasma.h.cmake solid isn't used 2014-02-27 12:59:37 +01:00
configloader.cpp very crude support for a string default in choices 2013-09-11 18:52:05 +02:00
configloader.h Now this returns true 2013-06-27 18:36:20 +02:00
containment.cpp make :screen() not crash if is child of an applet 2014-02-21 11:13:14 +01:00
containment.h Remove unused property drawWallpaper 2014-01-30 15:34:45 +01:00
containmentactions.cpp get rid of containmentActions::config() 2013-08-27 12:10:51 +02:00
containmentactions.h get rid of containmentActions::config() 2013-08-27 12:10:51 +02:00
corona.cpp Add availableScreenRect(int id) to Corona base class 2014-03-11 15:30:45 +01:00
corona.h Add availableScreenRect(int id) to Corona base class 2014-03-11 15:30:45 +01:00
datacontainer.cpp OR, not AND 2013-12-24 17:35:48 +01:00
datacontainer.h model()->modelForSource() 2013-12-30 10:42:25 +01:00
dataengine.cpp model()->modelForSource() 2013-12-30 10:42:25 +01:00
dataengine.h model()->modelForSource() 2013-12-30 10:42:25 +01: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 concept of fixedMargins 2014-02-21 21:13:12 +01:00
framesvg.h typo 2014-02-25 19:42:04 +01: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 const-ref in foreach, clean up debugging 2014-02-04 02:18:28 +01: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 Remove KRunner from Plasma-Framework 2014-02-11 18:03:06 +01:00
pluginloader.h move all loading function to PluginLoader 2013-04-04 17:34:27 +02:00
README The Big Move 2013-02-14 17:17:12 +01:00
service.cpp don't depend from DNNSD 2014-02-27 12:50:32 +01:00
service.h Remove deprecated K_EXPORT_PLUGIN from libplasma 2013-08-07 02:50:20 +02:00
servicejob.cpp Put steve's changes back in 2013-10-13 02:00:32 +02:00
servicejob.h Remove unneeded includes 2013-12-19 15:23:02 +01:00
svg.cpp Merge branch 'davidedmundson/svgrendering' 2014-02-28 16:22:49 +01:00
svg.h Merge branch 'davidedmundson/svgrendering' 2014-02-28 16:22:49 +01:00
theme.cpp Plasma::Theme gets API for KWS' background contrast effect 2014-02-06 00:56:50 +01:00
theme.h Plasma::Theme gets API for KWS' background contrast effect 2014-02-06 00:56:50 +01:00
version.cpp Remove KRunner from Plasma-Framework 2014-02-11 18:03:06 +01:00
version.h Remove KRunner from Plasma-Framework 2014-02-11 18:03:06 +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.