Go to file
Alex Merry 4d8628230f Don't crash if we can't load an applet.
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691410
2007-07-23 15:59:10 +00:00
effects too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +00:00
includes first draft of the ScriptEngine plugin 2007-07-23 07:42:29 +00:00
servicetypes * update build to include ScriptEngine stuff 2007-07-23 07:43:32 +00:00
widgets Put a small border around text. 2007-07-23 09:32:54 +00:00
abstractrunner.cpp * clarify several points in the api documentation. time to do a techbase tutorial! 2007-07-18 19:09:41 +00:00
abstractrunner.h * clarify several points in the api documentation. time to do a techbase tutorial! 2007-07-18 19:09:41 +00:00
animator.cpp too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +00:00
animator.h too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +00:00
applet.cpp Don't crash if we can't load an applet. 2007-07-23 15:59:10 +00:00
applet.h first draft of the ScriptEngine plugin 2007-07-23 07:42:29 +00:00
CMakeLists.txt * update build to include ScriptEngine stuff 2007-07-23 07:43:32 +00:00
configxml.cpp Make happy dashboard 2007-07-18 15:15:14 +00:00
configxml.h Make happy dashboard 2007-07-18 14:36:42 +00:00
corona.cpp immutable -> isImmutable. 2007-07-23 00:24:36 +00:00
corona.h immutable -> isImmutable. 2007-07-23 00:24:36 +00:00
datacontainer.cpp DataSource -> DataContainer, so it's more obvious that it isn't the -source- of the data. 2007-07-23 00:22:16 +00:00
datacontainer.h DataSource -> DataContainer, so it's more obvious that it isn't the -source- of the data. 2007-07-23 00:22:16 +00:00
dataengine.cpp DataSource -> DataContainer, so it's more obvious that it isn't the -source- of the data. 2007-07-23 00:22:16 +00:00
dataengine.h DataSource -> DataContainer, so it's more obvious that it isn't the -source- of the data. 2007-07-23 00:22:16 +00:00
dataenginemanager.cpp Extend QObject so a QDbusAdaptor can be built for it 2007-07-22 23:20:50 +00:00
dataenginemanager.h Extend QObject so a QDbusAdaptor can be built for it 2007-07-22 23:20:50 +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 const correctness 2007-07-23 07:26:28 +00:00
package.h const correctness 2007-07-23 07:26:28 +00:00
packagemetadata.cpp * const correctness fixes 2007-07-20 04:14:13 +00:00
packagemetadata.h * const correctness fixes 2007-07-20 04:14:13 +00:00
packages_p.h ebn fixes 2007-07-22 22:01:10 +00:00
packages.cpp too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +00:00
packagestructure.cpp * dissallow copying of PackageStructure as it has a dptr but no copy ctor 2007-07-20 03:21:40 +00:00
packagestructure.h * dissallow copying of PackageStructure as it has a dptr but no copy ctor 2007-07-20 03:21:40 +00:00
phase.cpp too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +00:00
phase.h too tired to do much of anything else, i figured i could fix some ebn issues 2007-07-20 08:06:27 +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
scriptengine.cpp more script engine work after some late night (for me anyways) discussion with richard.. getting closer =) 2007-07-23 09:21:45 +00:00
scriptengine.h more script engine work after some late night (for me anyways) discussion with richard.. getting closer =) 2007-07-23 09:21:45 +00:00
svg.cpp * debug output when an absolute path is provided and the file doesn't exist 2007-07-23 00:50:10 +00:00
svg.h * debug output when an absolute path is provided and the file doesn't exist 2007-07-23 00:50:10 +00:00
theme.cpp Fix compile enable final 2007-07-21 15:58:44 +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.