Go to file
Aaron J. Seigo 5cfabdc869 Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as:
* caching rendered pixmaps
* looking up the images from the Plasma::Theme
* scheduling needed updates, e.g. when the plasma theme changes


svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=640418
2007-03-07 23:27:37 +00:00
tests merge the kinstance-redesign branch back to trunk. 2007-01-29 17:14:20 +00:00
widgets icon support 2007-03-05 12:54:54 +00:00
applet.cpp let's use KPluginInfo 2007-03-05 00:07:21 +00:00
applet.h let's use KPluginInfo 2007-03-05 00:07:21 +00:00
appletLayout.cpp Implementing basic layouting in the applet layout. 2005-12-30 20:09:10 +00:00
appletLayout.h Use QT macro for signal/slots 2006-01-20 11:09:06 +00:00
CMakeLists.txt Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as: 2007-03-07 23:27:37 +00:00
dataengine.cpp compile 2007-03-01 08:22:38 +00:00
dataengine.h let's use KPluginInfo 2007-03-05 00:07:21 +00:00
datavisualization.cpp Bring DataVisualization and widget together 2007-03-02 14:34:41 +00:00
datavisualization.h Bring DataVisualization and widget together 2007-03-02 14:34:41 +00:00
interface.cpp interesting linker trivia 2007-03-01 00:00:23 +00:00
interface.h SVN_SILENT let's just get this over with and reformant the classes that are pretty much expected to remain 2007-03-03 01:41:27 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
plasma.cpp Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
plasma.h Fix FSF address (old address) 2006-01-23 11:37:31 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
runner.cpp let's use KPluginInfo 2007-03-05 00:07:21 +00:00
runner.h let's use KPluginInfo 2007-03-05 00:07:21 +00:00
svg.cpp Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as: 2007-03-07 23:27:37 +00:00
svg.h Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as: 2007-03-07 23:27:37 +00:00
theme.cpp Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as: 2007-03-07 23:27:37 +00:00
theme.h Plasma::Svg debuts. it is an image centric wrapper around QSvgRenderer that takes care of things such as: 2007-03-07 23:27:37 +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.