Marco Martin 4ad2cc5196 new color group of "complementary" colors
for areas intended to have independent background and text color than
all the rest, like the Logout dialog

if Colors:Complementary is not present in the theme, it falls back to
normal colors
2014-06-18 19:02:08 +02:00
..
2013-02-14 17:17:12 +01:00
2013-02-14 17:17:12 +01:00
2014-05-16 10:03:45 +02:00
2014-05-19 22:13:30 +02:00
2014-05-26 04:11:35 +02:00
2014-04-26 01:48:37 +02:00
2014-05-28 20:27:58 +02:00
2014-04-26 01:48:37 +02:00
2013-07-10 00:12:26 +02:00
2014-05-19 16:58:37 +02:00
2014-04-26 01:48:37 +02:00
2013-02-14 17:17:12 +01:00
2014-05-19 18:32:34 +02:00
2014-04-26 01:48:37 +02:00
2014-04-26 01:48:37 +02:00
2014-04-26 01:48:37 +02:00
2014-06-09 19:35:58 +02: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.