Raphael Kubo da Costa c0d3b534e2 Merge branch 'KDE/4.8' into KDE/4.9
Merged via `git merge --log --edit --no-ff --stat -s
recursive'. According to the diffstat, the only actual changes came
from the solid-hal commit below, as expected.

* KDE/4.8:
  HAL: Use the filtering code in HalDevice in devicesFromQuery().
  Fix mem leak (cherry picked from commit b70d6c3d5a021bc37b962c01fc57b6717e9f2868)
  Fix mem leak. Found during debug kmail (cherry picked from commit 0fddae9da44c7edb2140aeb95b4471e2521b1735)
  Allow derived classes to return invalid index in mapToSource.
  SVN_SILENT made messages (.desktop file)
2012-07-23 22:36:11 -03:00
2012-07-15 23:28:36 +04:00
2008-11-07 14:44:06 +00:00
2010-04-10 11:22:56 +00:00
2012-06-24 23:10:47 +02:00
2011-12-07 14:43:07 +01:00
2010-08-13 15:08:50 +00:00
2011-06-13 14:47:29 +02:00
2012-02-13 22:30:29 +01:00
2012-02-20 08:57:07 -05:00
2010-05-26 23:59:45 +00:00
2009-11-12 20:31:18 +00:00
2012-06-14 19:11:42 -03:00
2011-06-13 14:47:29 +02:00
2011-06-13 14:47:29 +02:00
2010-05-18 20:13:26 +00:00
2011-06-13 14:47:29 +02:00
2012-02-26 00:17:19 +01:00
2011-02-04 21:02:20 +01:00
2012-02-13 22:30:29 +01:00
2011-04-24 23:59:59 +02:00
2011-04-14 13:27:06 +02:00
2011-04-29 11:17:30 +02:00
2012-06-14 18:57:20 -03:00
2012-02-09 15:57:16 +01:00
2012-02-09 15:57:16 +01:00
2011-08-07 00:50:19 +02:00
2010-08-09 21:03:46 +00:00
2010-01-07 02:44:04 +00:00
2011-06-13 14:47:29 +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, PackageStructure, etc
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%