Go to file
Aaron J. Seigo d56700790f this never really made sense
svn path=/trunk/KDE/kdelibs/; revision=949390
2009-04-05 08:31:34 +00:00
effects ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
private Don't start the fade out animation if the applet handle is still under the mouse. 2009-04-02 19:08:22 +00:00
scripting * The default package structure of a scripting data engine needs to be a 2009-02-26 11:34:06 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2009-03-23 14:55:27 +00:00
tests SVN_SILENT made messages (.desktop file) 2009-03-23 14:55:27 +00:00
widgets The previous "hover effect on drag" patch was buggy. Now we are using sceneEventFilter and it seems better. 2009-04-03 19:57:13 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp constification 2009-03-25 18:33:41 +00:00
abstractrunner.h this never really made sense 2009-04-05 08:31:34 +00:00
animationdriver.cpp ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
animationdriver.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
animator.cpp ignore timer id's that aren't ours 2009-03-25 19:10:02 +00:00
animator.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
applet.cpp abstract the bit of data engine management code out into a small class that the private classes can then subclass, and add dataEngine(const QString &) to Wallpaper 2009-03-31 23:51:52 +00:00
applet.h Yay! Add support for grouping in extenders. Expect this feature used for grouping jobs in systemtray soon: I'll commit that as soon as I figured out the last problem that patch has (an atm seemingly random crash that happens incidentally). 2009-03-23 16:30:32 +00:00
CMakeLists.txt introduce wallpaper image rendering into libplasma so it can be shared amongst all wallpaper plugins; most of the plugins are duplicating this code which can't be good. :) 2009-04-02 06:31:37 +00:00
configloader.cpp if name doesn't exist, try to get it from key 2009-02-07 14:49:26 +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 oops, straggler in the query 2009-04-03 00:34:53 +00:00
containment.h listing methods for all installed types of containments and for all containments of a given type 2009-04-03 00:29:54 +00:00
context.cpp ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
context.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
corona.cpp don't let the popups escape from their containment 2009-03-20 22:17:44 +00:00
corona.h stuff that lets me move "add activity" to plasmaapp: 2009-03-11 18:37:12 +00:00
datacontainer.cpp use isEmpty; a couple minor, minor changes that crept in while debugging things elsewhere 2008-12-09 20:37:41 +00:00
datacontainer.h apidocs fixes. 2009-01-10 00:08:31 +00:00
dataengine.cpp ignore timer id's that aren't ours 2009-03-25 19:10:02 +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 fixed a little typo (backgroundcolor/backgroundcolor2) spotted by 2009-03-30 11:13:10 +00:00
delegate.h constify and build 2008-12-17 17:45:24 +00:00
dialog.cpp fix extenders appearance broken in the last commit 2009-03-15 17:31:19 +00:00
dialog.h deactivate the dialog borders that are at the edge of the working 2009-03-02 20:32:01 +00:00
extender.cpp Yay! Add support for grouping in extenders. Expect this feature used for grouping jobs in systemtray soon: I'll commit that as soon as I figured out the last problem that patch has (an atm seemingly random crash that happens incidentally). 2009-03-23 16:30:32 +00:00
extender.h Yay! Add support for grouping in extenders. Expect this feature used for grouping jobs in systemtray soon: I'll commit that as soon as I figured out the last problem that patch has (an atm seemingly random crash that happens incidentally). 2009-03-23 16:30:32 +00:00
extendergroup.cpp More sensible behavior when detaching an ExtenderGroup: no autohide of the group, and treating new items in the source applets extender as if the group were expanded. 2009-04-04 16:42:59 +00:00
extendergroup.h Expand/collapse group icon responds to theme changes. 2009-04-02 16:40:28 +00:00
extenderitem.cpp More sensible behavior when detaching an ExtenderGroup: no autohide of the group, and treating new items in the source applets extender as if the group were expanded. 2009-04-04 16:42:59 +00:00
extenderitem.h Yay! Add support for grouping in extenders. Expect this feature used for grouping jobs in systemtray soon: I'll commit that as soon as I figured out the last problem that patch has (an atm seemingly random crash that happens incidentally). 2009-03-23 16:30:32 +00:00
framesvg.cpp fix the borders calculation when the top border doesn't exists 2009-03-11 20:11:31 +00:00
framesvg.h quite mega-patch: 2009-01-13 21:46:07 +00:00
glapplet.cpp ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
glapplet.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
Mainpage.dox Added missing > 2009-01-30 20:04:41 +00:00
Messages.sh ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
package.cpp hm, just found out that \w includes _ 2009-03-17 16:43:21 +00:00
package.h apidocs fixes. 2009-01-10 00:08:31 +00:00
packagemetadata.cpp - Make the meta data match what we actually do. 2009-02-07 18:38:53 +00:00
packagemetadata.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
packagestructure.cpp a lot more KUrl::path() -> KUrl::toLocalFile() changes 2009-02-27 20:53:53 +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 ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
plasma.cpp don't crash when given a null item pointer 2008-12-01 00:49:36 +00:00
plasma.h - doc comments live before the thing they describe 2009-02-14 22:08:08 +00:00
popupapplet.cpp Use Qt::Tool window flags for popups to avoid having them shown over screensaver. 2009-03-30 09:00:16 +00:00
popupapplet.h Massive refactoring of extender drag&drop handling. This should avoid bugs with the old way of doing things (toplevel view on an offscreen widget can lose 2009-02-09 18:10:45 +00:00
querymatch.cpp * add convenience methods for checking if a match is configurable 2009-04-05 06:22:53 +00:00
querymatch.h * add convenience methods for checking if a match is configurable 2009-04-05 06:22:53 +00:00
README a small update 2008-11-17 22:53:29 +00:00
runnercontext.cpp use ref 2009-03-20 08:25:20 +00:00
runnercontext.h time to introduce the ability for runners to decide if they care to that they should return early 2009-03-03 17:27:28 +00:00
runnermanager.cpp Trim the query term to avoid leading (or following) whitespace 2009-04-03 17:12:53 +00:00
runnermanager.h provide a way for runners to define their syntax; may experience some small api shifts yet, but nothing major and it works. 2009-03-25 01:08:08 +00:00
runnersyntax.cpp Fix mem leak 2009-04-02 06:49:53 +00:00
runnersyntax.h Fix mem leak 2009-04-02 06:49:53 +00:00
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 ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
servicejob.h change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
svg.cpp Plasma::Svg: Round the drawing size to the pixmap size, otherwise we can get bad arctefacts. 2009-03-18 18:06:56 +00:00
svg.h SVN_SILENT apidox fix for QSize size() const; 2008-12-16 16:44:51 +00:00
theme.cpp Check useCache() before using pixmapCache that could be not instantiated. 2009-03-30 19:46:01 +00:00
theme.h Add support to check with file timestamp if cache for Plasma::Svg is still valid. 2009-03-17 21:08:48 +00:00
tooltipcontent.cpp Function implementation changed to match prototype - code now compiles again. 2009-03-19 22:45:03 +00:00
tooltipcontent.h SVN_SILENT: @since and const& 2009-03-19 22:31:44 +00:00
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 ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
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 add configNeedsSaving to View as with Applet and what not 2009-03-19 22:49:34 +00:00
view.h add configNeedsSaving to View as with Applet and what not 2009-03-19 22:49:34 +00:00
wallpaper.cpp we can't queue signals with our own enum type, but since this is all internal to the lib and doesn't ever escape into the public API, just pass it around as an int. 2009-04-02 17:21:42 +00:00
wallpaper.h we can't queue signals with our own enum type, but since this is all internal to the lib and doesn't ever escape into the public API, just pass it around as an int. 2009-04-02 17:21:42 +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.