Go to file
Script Kiddy cb9218e89d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/runtime/kcontrol/crypto/; revision=669344
2007-05-29 05:15:16 +00:00
includes DataVisualization remained anemic: it was only offering a single SLOT, and it was pure virtual at that. to keep the inheritance tree sane, it has been removed. 2007-05-25 02:27:33 +00:00
tests SVN_SILENT made messages (.desktop file) 2007-05-20 05:13:09 +00:00
widgets make lineedit a LayoutItem. seems to basically work, though i don't think it is quite perfect yet =) 2007-05-28 05:52:56 +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 * more api documentation 2007-05-27 08:01:31 +00:00
applet.h * more api documentation 2007-05-27 08:01:31 +00:00
appletLayout.cpp Implementing basic layouting in the applet layout. 2005-12-30 20:09:10 +00:00
appletLayout.h Mmm, gotta love those APPLEYLAYOUTs :P 2007-05-23 22:45:21 +00:00
CMakeLists.txt take Interface out of the build 2007-05-27 07:59:56 +00:00
dataengine.cpp * when connecting sources, invoke the updated method so they get the current values immediately 2007-05-28 05:43:54 +00:00
dataengine.h * when connecting sources, invoke the updated method so they get the current values immediately 2007-05-28 05:43:54 +00:00
dataenginemanager.cpp * more api documentation 2007-05-27 08:01:31 +00:00
dataenginemanager.h * get rid of Interface hack now that DataEngineManager is in libplasma 2007-05-27 07:59:17 +00:00
datasource.cpp * api docu 2007-05-27 08:00:46 +00:00
datasource.h * api docu 2007-05-27 08:00: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_applet.desktop SVN_SILENT made messages (.desktop file) 2007-05-29 05:15:16 +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 * AppletConstraint -> FormFactor, since it may not only be applicable to applets and form factor is simply more common verbology 2007-05-25 22:51:23 +00:00
plasma.h * AppletConstraint -> FormFactor, since it may not only be applicable to applets and form factor is simply more common verbology 2007-05-25 22:51:23 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
svg.cpp Make the SVG render at the size specified by Svg::size() instead of ignoring it. 2007-05-28 23:47:41 +00:00
svg.h * more api documentation 2007-05-27 08:01:31 +00:00
theme.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
theme.h let's make this a bit more obvious. not that anyone reads this stuff apparently. 2007-05-24 18:14:54 +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.