Go to file
2007-07-17 20:51:12 +00:00
effects proof of concept for composited effects by toying with the backing store 2007-06-07 19:07:45 +00:00
includes Add missing (camelcase) include 2007-07-01 13:47:06 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2007-07-15 05:44:15 +00:00
widgets Added setStyled(bool) function for switching background and border of the widget on or off, to 2007-07-16 23:56:57 +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 +Add slideIn slideDown animation in plasma 2007-07-06 16:26:48 +00:00
animator.h +Add slideIn slideDown animation in plasma 2007-07-06 16:26:48 +00:00
applet.cpp * appletConfig -> config 2007-07-12 19:14:23 +00:00
applet.h * appletConfig -> config 2007-07-12 19:14:23 +00:00
CMakeLists.txt move the desktop context menu out of corona. this reflects the design better where different views may want different menus; the dekstop menu only being appropriate for, well, the desktop; other apps may be using Corona for which "desktop" is completely irrelevant. 2007-07-17 17:55:05 +00:00
corona.cpp move the desktop context menu out of corona. this reflects the design better where different views may want different menus; the dekstop menu only being appropriate for, well, the desktop; other apps may be using Corona for which "desktop" is completely irrelevant. 2007-07-17 17:55:05 +00:00
corona.h move the desktop context menu out of corona. this reflects the design better where different views may want different menus; the dekstop menu only being appropriate for, well, the desktop; other apps may be using Corona for which "desktop" is completely irrelevant. 2007-07-17 17:55:05 +00:00
dataengine.cpp convenience setData method for when one gets a DataEngine::Data to set. useful for chaining engines together 2007-07-17 18:08:57 +00:00
dataengine.h convenience setData method for when one gets a DataEngine::Data to set. useful for chaining engines together 2007-07-17 18:08:57 +00:00
dataenginemanager.cpp - ensure we always return something from loadDataEngines 2007-07-11 03:08:57 +00:00
dataenginemanager.h fix includes for external usage 2007-06-10 06:01:15 +00:00
datasource.cpp add clearData() methods 2007-07-09 09:33:15 +00:00
datasource.h add clearData() methods 2007-07-09 09:33:15 +00:00
karambamanager.cpp this isn't a publicly installed header, but may as well make them all consistent for the "Just in case" and "consistency is king" principles. also get rid of an unecessary moc #include 2007-07-16 18:01:55 +00:00
karambamanager.h this isn't a publicly installed header, but may as well make them all consistent for the "Just in case" and "consistency is king" principles. also get rid of an unecessary moc #include 2007-07-16 18:01:55 +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
package.cpp Speed improvements, as reported by EBN 2007-07-04 12:55:07 +00:00
package.h export, add include guard and missing includes 2007-06-17 09:28:42 +00:00
packagemetadata.cpp add the non-gui packaging files to libplasma 2007-06-17 00:25:16 +00:00
packagemetadata.h use QtModule/QFoo includes 2007-07-14 22:40:00 +00:00
packager.cpp add the non-gui packaging files to libplasma 2007-06-17 00:25:16 +00:00
packager.h fix for 3rd party builds 2007-06-17 00:33:44 +00:00
packagestructure.cpp * api docu fixes 2007-06-17 01:04:59 +00:00
packagestructure.h use QtModule/QFoo includes 2007-07-14 22:40:00 +00:00
phase.cpp +add a signal when a movement animation is finished 2007-07-17 19:23:33 +00:00
phase.h +add a signal when a movement animation is finished 2007-07-17 19:23:33 +00:00
plasma_export.h PLASMA_EXPORT 2007-05-20 20:13:46 +00:00
plasma.cpp remove dead code which; Applet manages these ids itself 2007-07-16 17:52:49 +00:00
plasma.h remove dead code which; Applet manages these ids itself 2007-07-16 17:52:49 +00:00
README Fix aseigo's dyslexia typos ;) 2006-09-28 10:13:02 +00:00
svg.cpp fix logical bug: non themed images work now too 2007-07-16 14:19:36 +00:00
svg.h Remove not necessary "class classname;" 2007-06-04 08:24:29 +00:00
theme.cpp make it possible to set the theme per-application, allowing krunner to share plasma's theme by default but amarok to have their own Fun(tm) too 2007-07-17 20:51:12 +00:00
theme.h make it possible to set the theme per-application, allowing krunner to share plasma's theme by default but amarok to have their own Fun(tm) too 2007-07-17 20:51:12 +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.