Go to file
Aaron J. Seigo 19169e84ea * move DataEngineManager into libplasma and the Plasma namespace
* add CamelCaseIncludes for DataSource and DataEngineManager

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667603
2007-05-23 07:51:28 +00:00
includes * move DataEngineManager into libplasma and the Plasma namespace 2007-05-23 07:51:28 +00:00
tests SVN_SILENT made messages (.desktop file) 2007-05-20 05:13:09 +00:00
widgets re-add the missing qobject stuff so that the slot works again 2007-05-23 03:08:47 +00:00
abstractrunner.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
abstractrunner.h EBN Fixes 2007-05-21 14:28:03 +00:00
applet.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
applet.h Add some vaguely useful entries on the desktop menu 2007-05-22 18:29:12 +00:00
appletLayout.cpp Implementing basic layouting in the applet layout. 2005-12-30 20:09:10 +00:00
appletLayout.h * split DataSource into its own files 2007-05-20 20:36:59 +00:00
CMakeLists.txt * move DataEngineManager into libplasma and the Plasma namespace 2007-05-23 07:51:28 +00:00
dataengine.cpp add icons to data engines. a bit superfluous, but can be nice when showing engines to the user as we do in the engine explorer 2007-05-23 07:13:00 +00:00
dataengine.h add icons to data engines. a bit superfluous, but can be nice when showing engines to the user as we do in the engine explorer 2007-05-23 07:13:00 +00:00
dataenginemanager.cpp * move DataEngineManager into libplasma and the Plasma namespace 2007-05-23 07:51:28 +00:00
dataenginemanager.h * move DataEngineManager into libplasma and the Plasma namespace 2007-05-23 07:51:28 +00:00
datasource.cpp * make DataSource emit the name of the source along with the data; this makes it possible widgets connected to multiple DataSources to have a chance of doing the right thing 2007-05-22 02:49:54 +00:00
datasource.h * make DataSource emit the name of the source along with the data; this makes it possible widgets connected to multiple DataSources to have a chance of doing the right thing 2007-05-22 02:49:54 +00:00
datavisualization.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
datavisualization.h * make DataSource emit the name of the source along with the data; this makes it possible widgets connected to multiple DataSources to have a chance of doing the right thing 2007-05-22 02:49:54 +00:00
interface.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
interface.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
Mainpage.dox More Mainpage.dox changes 2007-05-21 18:48:13 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
plasma_dataengine.desktop SVN_SILENT made messages (.desktop file) 2007-05-22 05:15:39 +00:00
plasma_export.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
plasma.cpp Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
plasma.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
svg.cpp i'll take the red pill. 2007-05-22 00:20:52 +00:00
svg.h A few apidocs updates 2007-05-22 01:30:03 +00:00
theme.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
theme.h A few apidocs updates 2007-05-22 01:30:03 +00:00

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma and its components. This includes applet and
extension definitions and loading, common GUI elements, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but in one of the Plasma Engines.

Please refer to the Plasma website (http://plasma.kde.org) for API
documentation and design documents regarding this library.