Go to file
Aaron J. Seigo db4a7ebe61 copyright cleanups:
* Copyright (C) -> Copyright
* add "or later" clause to files that i have the sole copyright on
* add current year (2007) to my copyrights where it was missing

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=696946
2007-08-06 11:20:02 +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 Add missing include file 2007-07-29 11:35:29 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2007-08-04 05:43:42 +00:00
widgets copyright cleanups: 2007-08-06 11:20:02 +00:00
abstractrunner.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
abstractrunner.h copyright cleanups: 2007-08-06 11:20:02 +00:00
animator.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
animator.h copyright cleanups: 2007-08-06 11:20:02 +00:00
applet.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
applet.h copyright cleanups: 2007-08-06 11:20:02 +00:00
CMakeLists.txt Add layout test 2007-08-05 23:05:57 +00:00
configxml.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
configxml.h copyright cleanups: 2007-08-06 11:20:02 +00:00
corona.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
corona.h copyright cleanups: 2007-08-06 11:20:02 +00:00
datacontainer.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
datacontainer.h copyright cleanups: 2007-08-06 11:20:02 +00:00
dataengine.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
dataengine.h copyright cleanups: 2007-08-06 11:20:02 +00:00
dataenginemanager.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
dataenginemanager.h copyright cleanups: 2007-08-06 11:20:02 +00:00
glapplet.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
glapplet.h copyright cleanups: 2007-08-06 11:20:02 +00:00
karambamanager.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
karambamanager.h copyright cleanups: 2007-08-06 11:20:02 +00:00
Mainpage.dox SVN_SILENT: 2007-07-24 18:34:37 +00:00
Messages.sh Convert the "messages" targets of kdebase into Messages.sh scripts 2006-02-22 01:47:34 +00:00
package.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
package.h copyright cleanups: 2007-08-06 11:20:02 +00:00
packagemetadata.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
packagemetadata.h copyright cleanups: 2007-08-06 11:20:02 +00:00
packages_p.h copyright cleanups: 2007-08-06 11:20:02 +00:00
packages.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
packagestructure.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
packagestructure.h copyright cleanups: 2007-08-06 11:20:02 +00:00
phase.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
phase.h copyright cleanups: 2007-08-06 11:20:02 +00:00
plasma_export.h copyright cleanups: 2007-08-06 11:20:02 +00:00
plasma.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
plasma.h copyright cleanups: 2007-08-06 11:20:02 +00:00
README make it a bit more obvious was is expected of you when you commit to libplasma 2007-07-27 21:09:11 +00:00
scriptengine.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
scriptengine.h copyright cleanups: 2007-08-06 11:20:02 +00:00
shadowitem_p.h copyright cleanups: 2007-08-06 11:20:02 +00:00
shadowitem.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
svg.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
svg.h copyright cleanups: 2007-08-06 11:20:02 +00:00
theme.cpp copyright cleanups: 2007-08-06 11:20:02 +00:00
theme.h copyright cleanups: 2007-08-06 11:20:02 +00:00

libplasma

Commit Rules:
* If your patch is not an obvious or trivial bug fix, have it peer reviewed
  by another Plasma developer
* All code MUST follow the kdelibs coding style, as found at:
    http://techbase.kde.org/Policies/Kdelibs_Coding_Style
* All new public API MUST have apidox written before committing

Unit tests are next to godliness. (Though as you can see, right now libplasma
is hellbound.)

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) and Plasma wiki
(http://techbase.kde.org/Projects/Plasma) for API documentation and design
documents regarding this library.