Go to file
2009-01-21 18:23:10 +00:00
effects
private by default, applet scripts get the generic config dialog 2009-01-20 02:11:01 +00:00
scripting by default, applet scripts get the generic config dialog 2009-01-20 02:11:01 +00:00
servicetypes a default size for scripted applets, because they aren't allowed to do anything themselves before init (and this is the one thing that *must* be done before init) 2009-01-10 00:33:38 +00:00
tests fix test (fix .desktop install path and read() path) 2009-01-09 09:23:35 +00:00
widgets some missing API bits 2009-01-21 05:59:33 +00:00
.krazy
abstractrunner.cpp
abstractrunner.h apidocs fixes. 2009-01-10 00:08:31 +00:00
animationdriver.cpp
animationdriver.h
animator.cpp Fix iterator 2009-01-06 13:09:05 +00:00
animator.h
applet.cpp all plasma shortcuts are emacs-style now, starting with alt-d, to avoid conflicts. 2009-01-20 19:38:45 +00:00
applet.h woah, can't believe i didn't catch this one... another day later and it would've been ABI disaster! ;) 2009-01-21 06:17:23 +00:00
CMakeLists.txt Added Plasma::SpinBox. 2009-01-07 18:54:43 +00:00
configloader.cpp make it easy to get at items and values by name 2009-01-05 23:27:29 +00:00
configloader.h make it easy to get at items and values by name 2009-01-05 23:27:29 +00:00
containment.cpp all plasma shortcuts are emacs-style now, starting with alt-d, to avoid conflicts. 2009-01-20 19:38:45 +00:00
containment.h apidocs fixes. 2009-01-10 00:08:31 +00:00
context.cpp
context.h
corona.cpp a useful method to retrieve free edges on the screen 2008-12-21 10:23:45 +00:00
corona.h apidocs fixes. 2009-01-10 00:08:31 +00:00
datacontainer.cpp
datacontainer.h apidocs fixes. 2009-01-10 00:08:31 +00:00
dataengine.cpp actually need to update queueCount otherwise we just go until we run out of sources and an assert due to dequeuing an empty stack. whoops. 2009-01-21 18:23:10 +00:00
dataengine.h some Q_INVOKABLEs to be used in scripts 2009-01-05 19:09:24 +00:00
dataenginemanager.cpp also support listing info (this one won't be backported because it is a BC addition) 2009-01-15 19:41:11 +00:00
dataenginemanager.h also support listing info (this one won't be backported because it is a BC addition) 2009-01-15 19:41:11 +00:00
delegate.cpp constify and build 2008-12-17 17:45:24 +00:00
delegate.h constify and build 2008-12-17 17:45:24 +00:00
dialog.cpp escape == hide 2009-01-04 07:59:55 +00:00
dialog.h escape == hide 2009-01-04 07:59:55 +00:00
extender.cpp Make all items persistent by default, even if still attached. This allows us to restore their position and their collapsed state. 2009-01-16 18:49:54 +00:00
extender.h
extenderitem.cpp Fix crash at plasma startup. 2009-01-19 16:03:20 +00:00
extenderitem.h * add actions in the order they are added, not alphabetically by name (?!) 2009-01-09 02:15:23 +00:00
framesvg.cpp quite mega-patch: 2009-01-13 21:46:07 +00:00
framesvg.h quite mega-patch: 2009-01-13 21:46:07 +00:00
glapplet.cpp
glapplet.h
Mainpage.dox
Messages.sh
package.cpp allow package structures to say that external paths are ok. defaults to false, though some packagestructures that do not have executable code capabilities (e.g. wallpaper image sets) may wish to take advantage of this 2009-01-16 01:02:35 +00:00
package.h apidocs fixes. 2009-01-10 00:08:31 +00:00
packagemetadata.cpp
packagemetadata.h
packagestructure.cpp allow package structures to say that external paths are ok. defaults to false, though some packagestructures that do not have executable code capabilities (e.g. wallpaper image sets) may wish to take advantage of this 2009-01-16 01:02:35 +00:00
packagestructure.h allow package structures to say that external paths are ok. defaults to false, though some packagestructures that do not have executable code capabilities (e.g. wallpaper image sets) may wish to take advantage of this 2009-01-16 01:02:35 +00:00
paintutils.cpp QImage.fill take a uint not a QColor so this color (Qt::transparent enum with 19 as a value) is invalid. 2009-01-09 16:50:27 +00:00
paintutils.h allow defining the font to use with the shadow text 2008-12-23 18:31:59 +00:00
plasma_export.h
plasma.cpp
plasma.h apidocs fixes. 2009-01-10 00:08:31 +00:00
popupapplet.cpp always make a layout no matter what 2009-01-06 18:08:58 +00:00
popupapplet.h having two methods named the same thing was a bit insane.. WHICH togglePopup? =) 2008-12-30 02:06:06 +00:00
querymatch.cpp
querymatch.h
README
runnercontext.cpp
runnercontext.h
runnermanager.cpp
runnermanager.h
service.cpp a bit more helpful debug output for future such problems 2009-01-04 18:12:27 +00:00
service.h apidocs fixes. 2009-01-10 00:08:31 +00:00
servicejob.cpp
servicejob.h
svg.cpp cache on disk the natural svg size 2009-01-16 19:14:38 +00:00
svg.h
theme.cpp make the Wallpaper section of metadata.desktop actually work 2009-01-02 10:52:14 +00:00
theme.h colorScheme and buttonColorScheme need to be updated the color changes 2008-12-19 01:48:42 +00:00
tooltipcontent.cpp
tooltipcontent.h
tooltipmanager.cpp get sizing right when setContent is called and the tip is already visible 2009-01-15 05:59:07 +00:00
tooltipmanager.h
version.cpp more verbosity is helpful in debugging these things 2009-01-16 00:32:58 +00:00
version.h apidocs fixes. 2009-01-10 00:08:31 +00:00
view.cpp
view.h
wallpaper.cpp
wallpaper.h apidocs fixes. 2009-01-10 00:08:31 +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 applictions, such as the Plasma desktop shell
and its components. This includes applet and extension definitions and loading,
common GUI elements, data and service interaction, search system, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but as DataEngine, Service, Applet, PackageStructure, etc
plugins.

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.