Go to file
Aaron J. Seigo 08707215dd apparently we can't have a binary and a library with the same name. so now it's libplasmoid and the binary is plasma.
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=666763
2007-05-20 20:54:48 +00:00
includes More coherent: install all include name defined by class name 2007-05-13 08:31:09 +00:00
tests SVN_SILENT made messages (.desktop file) 2007-05-20 05:13:09 +00:00
widgets * split DataSource into its own files 2007-05-20 20:36:59 +00:00
abstractrunner.cpp * Runner -> AbstractRunner, to denote that it is an ABC 2007-03-20 17:37:44 +00:00
abstractrunner.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
applet.cpp let's use KPluginInfo 2007-03-05 00:07:21 +00:00
applet.h * split DataSource into its own files 2007-05-20 20:36:59 +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 apparently we can't have a binary and a library with the same name. so now it's libplasmoid and the binary is plasma. 2007-05-20 20:54:48 +00:00
dataengine.cpp * split DataSource into its own files 2007-05-20 20:36:59 +00:00
dataengine.h * split DataSource into its own files 2007-05-20 20:36:59 +00:00
datasource.cpp * split DataSource into its own files 2007-05-20 20:36:59 +00:00
datasource.h * split DataSource into its own files 2007-05-20 20:36:59 +00:00
datavisualization.cpp Link. 2007-03-09 17:07:18 +00:00
datavisualization.h * split DataSource into its own files 2007-05-20 20:36:59 +00:00
interface.cpp interesting linker trivia 2007-03-01 00:00:23 +00:00
interface.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
Mainpage.dox Add Mainpage.dox for Plasma 2007-05-20 14:35:08 +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 * implement the engine, source and visualization classes 2007-05-19 08:38:46 +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 get rid of matrix removal for now so that things actually draw properly in graphicsitems 2007-05-19 08:32:22 +00:00
svg.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
theme.cpp some krazy fixes 2007-05-13 17:47:20 +00:00
theme.h PLASMA_EXPORT 2007-05-20 20:13:46 +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.