Valentin Rusu 03ff689d04 Fix crash due to assertion in Qt when using Qt 4.8
=6  0x00007f34dd379ab5 in raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
=7  0x00007f34dd37afb6 in abort () at abort.c:92
=8  0x00007f34df37d208 in qt_message_output (msgType=QtFatalMsg,
buf=0x158b628 "ASSERT: \"item_exists()\" in file
/home/kde/include/QtCore/qhash.h, line 1037") at global/qglobal.cpp:2255
=9  0x00007f34df37d384 in qt_message(QtMsgType, const char *, typedef
__va_list_tag __va_list_tag *) (msgType=QtFatalMsg, msg=0x7f34df542188
"ASSERT: \"%s\" in file %s, line %d", ap=0x7fff4835b7e0) at
global/qglobal.cpp:2301
=10 0x00007f34df37dbf2 in qFatal (msg=0x7f34df542188 "ASSERT: \"%s\" in
file %s, line %d") at global/qglobal.cpp:2484
=11 0x00007f34df37cdbb in qt_assert (assertion=0x7f34d5cc7311
"item_exists()", file=0x7f34d5cc72f0 "/home/kde/include/QtCore/qhash.h",
line=1037) at global/qglobal.cpp:1999
=12 0x00007f34d5b109ef in QMutableHashIterator<QString,
Plasma::DataContainer*>::key (this=0x7fff4835b920) at
/home/kde/include/QtCore/qhash.h:1037
=13 0x00007f34d5b0db4a in Plasma::DataEngine::removeAllSources
(this=0x1007a90) at /home/kde/work/kdelibs/plasma/dataengine.cpp:335
2011-10-05 23:10:54 +02:00
2008-11-07 14:44:06 +00:00
2010-04-10 11:22:56 +00:00
2010-08-13 15:08:50 +00:00
2011-06-13 14:47:29 +02:00
2011-06-13 14:47:29 +02:00
2010-05-26 23:59:45 +00:00
2011-06-13 14:47:29 +02:00
2011-04-29 11:17:31 +02:00
2011-08-06 19:20:45 +02:00
2011-04-29 11:17:28 +02:00
2009-11-12 20:31:18 +00:00
2011-06-13 14:47:29 +02:00
2011-09-28 16:48:24 +02: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-08-31 12:53:09 +02:00
2011-06-13 14:47:29 +02:00
2011-02-09 18:16:48 +01:00
2011-02-04 21:02:20 +01:00
2011-04-24 23:59:59 +02:00
2009-11-24 12:05:46 +00:00
2011-04-14 13:27:06 +02:00
2011-06-03 13:13:19 +02:00
2011-06-13 14:47:29 +02:00
2011-04-29 11:17:30 +02:00
2011-04-09 13:47:55 +02:00
2011-06-13 14:47:29 +02: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-02-03 20:38:27 -08: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%