Go to file
2007-06-10 04:03:50 +00:00
effects proof of concept for composited effects by toying with the backing store 2007-06-07 19:07:45 +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
servicetypes we're getting quite the collection of plugins, with more to come (e.g. the background renderer); move the desktop files servicetypes/ 2007-06-08 05:30:31 +00:00
tests some house cleaning 2007-06-07 20:42:01 +00:00
widgets for the pussies who don't have srcdir==buildir for qt ;) 2007-06-08 05:39:34 +00:00
abstractrunner.cpp EBN Fixes 2007-05-21 14:28:03 +00:00
abstractrunner.h move workspace/plasma/lib to workspace/lib/plasma so that we can do: 2007-06-02 17:29:39 +00:00
animator.cpp SVN_SILENT No ';' 2007-06-08 07:23:09 +00:00
animator.h SVN_SILENT No ';' 2007-06-08 07:23:09 +00:00
applet.cpp * Show the plasmoid name on the contextual menu. 2007-06-05 19:31:48 +00:00
applet.h * Show the plasmoid name on the contextual menu. 2007-06-05 19:31:48 +00:00
CMakeLists.txt we're getting quite the collection of plugins, with more to come (e.g. the background renderer); move the desktop files servicetypes/ 2007-06-08 05:30:31 +00:00
corona.cpp i stand upon the shoulders of davids 2007-06-08 05:25:49 +00:00
corona.h drop icons to desktop support : experimental 2007-06-06 03:25:04 +00:00
dataengine.cpp when a data source is requested but does not exist, allow the engine the opportunity to add it by reimplementing dataSourceRequested(const QString&). this makes it trivial to add timezones to the time engine, rss feeds to an rss engine, weather stations to a weather engine or hardware data to solid engines. 2007-06-10 04:03:50 +00:00
dataengine.h when a data source is requested but does not exist, allow the engine the opportunity to add it by reimplementing dataSourceRequested(const QString&). this makes it trivial to add timezones to the time engine, rss feeds to an rss engine, weather stations to a weather engine or hardware data to solid engines. 2007-06-10 04:03:50 +00:00
dataenginemanager.cpp plug a bunch of memory leaks 2007-06-07 20:57:18 +00:00
dataenginemanager.h * introduce a NullEngine 2007-06-02 22:23:26 +00:00
datasource.cpp * api docu 2007-05-27 08:00:46 +00:00
datasource.h when a data source is requested but does not exist, allow the engine the opportunity to add it by reimplementing dataSourceRequested(const QString&). this makes it trivial to add timezones to the time engine, rss feeds to an rss engine, weather stations to a weather engine or hardware data to solid engines. 2007-06-10 04:03:50 +00:00
karambamanager.cpp Add KarambaManager for easier loading of SuperKaramba themes 2007-06-01 21:32:03 +00:00
karambamanager.h -pedantic 2007-06-07 21:35:41 +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
phase.cpp make the frame rates per second by dividing by 1/duration. we will likely want different durations per anim, but i really like the idea of controlling the durations centrally as a means to .. guide (yeah, that's it!) Animator developers 2007-06-08 06:05:40 +00:00
phase.h initial 284LOC sketch of phase/animator. this includes the "null" animator base class, the phase manager and plugin loader. 2007-06-08 05:24:19 +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 move workspace/plasma/lib to workspace/lib/plasma so that we can do: 2007-06-02 17:29:39 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
svg.cpp plug a bunch of memory leaks 2007-06-07 20:57:18 +00:00
svg.h Remove not necessary "class classname;" 2007-06-04 08:24:29 +00:00
theme.cpp plug a bunch of memory leaks 2007-06-07 20:57:18 +00:00
theme.h move workspace/plasma/lib to workspace/lib/plasma so that we can do: 2007-06-02 17:29:39 +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.