David Faure d278887d91 Increase version number in runtime services, to avoid mixups.
Executable names:
kdeinit4 -> kdeinit5
kded4 -> kded

DBus service names:
org.kde.kded -> org.kde.kded5
org.kde.klauncher -> org.kde.klauncher5

This fixes jobtest with Qt5 (difference in QDateTime serialization), but
more generally it will allow BIC changes in SlaveBase, as well as
not crashing due to kdeinit4 or kded4 loading KF5/Qt5 modules, etc.
2012-05-14 01:07:37 +02:00
2011-07-15 13:02:29 +02:00
2012-04-28 13:17:42 +02:00
2012-03-11 10:34:38 +01:00
2008-11-07 14:44:06 +00:00
2012-04-30 22:35:20 +02:00
2012-04-28 13:17:42 +02:00
2012-02-28 20:24:41 +01:00
2012-04-02 02:28:05 +02:00
2012-02-19 14:07:35 +01:00
2012-02-28 18:08:17 +01:00
2012-02-26 00:17:19 +01:00
2011-11-01 18:15:01 +01:00
2011-07-15 12:56:25 +02:00
2012-03-11 10:34:38 +01:00
2012-02-13 12:33:30 -05:00
2012-02-18 12:13:54 +02:00
2011-04-26 22:53:32 +02:00
2012-03-11 10:34:38 +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.

Description
No description provided
Readme 40 MiB
Languages
C++ 63.9%
QML 29.4%
CMake 3.3%
Shell 1.3%
Python 1%
Other 1%