Go to file
Marco Martin a3c54b201c move the status stuff into Applet, constify and also put a bit of apidox
(forgotten from the previous commit:))

svn path=/trunk/KDE/kdelibs/; revision=993912
2009-07-09 17:19:00 +00:00
effects ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
private move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 16:35:11 +00:00
scripting add access to the extender 2009-06-01 15:53:32 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2009-07-09 15:40:27 +00:00
tests SVN_SILENT made messages (.desktop file) 2009-06-25 18:29:58 +00:00
widgets standardize link colors 2009-07-08 19:25:20 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp remove an unused variable and initialize hasRunOptions 2009-05-18 09:39:43 +00:00
abstractrunner.h some runners were incorrectly using this, but i figured out (dur!) what it is actualy for; so add the macro back, along with a comment on its purpose. 2009-04-05 17:40:04 +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 catch when items are scheduled for deletion and are in the next items up in the animation cycle. certainy a potential problem, and possibly/likely the cause of 198338 2009-07-02 22:30:47 +00:00
animator.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
applet.cpp move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 17:19:00 +00:00
applet.h move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 17:19:00 +00:00
CMakeLists.txt Achieve the additional background painting without adding any public API 2009-05-01 12:17:04 +00:00
configloader.cpp const'ify 2009-07-06 11:49:01 +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 in RTL, the geometries are reversed; compare them with that taken into consideration 2009-07-08 00:37:40 +00:00
containment.h * Toolbox -> ToolBox 2009-04-24 19:27:58 +00:00
context.cpp const'ify 2009-07-06 11:49:01 +00:00
context.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
corona.cpp only close the desktop toolbox if the action is non-repeatable, which implies it's a fire-and-forget type of action such as something that triggers a dialog 2009-06-29 01:22:58 +00:00
corona.h safer way of creating actions, according to mjansen 2009-05-03 22:13:05 +00:00
datacontainer.cpp allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data 2009-06-27 01:26:33 +00:00
datacontainer.h allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data 2009-06-27 01:26:33 +00:00
dataengine.cpp allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data 2009-06-27 01:26:33 +00:00
dataengine.h allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data 2009-06-27 01:26:33 +00:00
dataenginemanager.cpp Adding DataEngineManager::listEngineInfoByCategory, which returns a list of all known DataEngines filtering by category. 2009-05-12 16:13:51 +00:00
dataenginemanager.h Adding DataEngineManager::listEngineInfoByCategory, which returns a list of all known DataEngines filtering by category. 2009-05-12 16:13:51 +00:00
delegate.cpp add a bit of margin when is painted in svg 2009-06-25 18:31:24 +00:00
delegate.h constify and build 2008-12-17 17:45:24 +00:00
dialog.cpp avoid calling getMargins twice when not necessary 2009-06-08 23:33:10 +00:00
dialog.h standard naming 2009-06-02 05:49:31 +00:00
extender.cpp allow applet configuration and extenderitems config nested into the 2009-06-30 13:32:40 +00:00
extender.h make isEmpty part of the public API, make the implementation of it slightly more efficient 2009-05-06 14:21:05 +00:00
extendergroup.cpp Fix memory leak on theme changes. 2009-04-30 00:46:57 +00:00
extendergroup.h Replace hideIfEmpty with autoHide: don't show the group widget unless there are multiple items in that group. With one item we can just display that item. 2009-04-17 17:58:49 +00:00
extenderitem.cpp Fix "‘collapsedGroup’ may be used uninitialized in this function" 2009-05-10 16:12:20 +00:00
extenderitem.h Move children together with their group when the group gets moved, and add a group convenience function to extender to avoid needing all those casts from extenderitem to extendergroup. Plus some minor code cleanups. 2009-04-26 17:03:15 +00:00
framesvg.cpp try to compensate for people not calling setFrameSize before using it; instead, default to the size() of the svg when that happens 2009-06-10 17:11:02 +00:00
framesvg.h * use the to-disk-cache-delay in Theme rather than do it per-FrameSvg object 2009-05-31 05:38:42 +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 An error here with no warning tripped me up, so notify the user if it failed. 2009-05-17 12:16:52 +00:00
package.h allow setting the path 2009-05-12 23:05:40 +00:00
packagemetadata.cpp fix test 2009-05-18 12:11:51 +00:00
packagemetadata.h use Keywords instead of X-KDE-PluginInfo-Category so we can be translated and even support multiple categories! 2009-05-01 05:36:50 +00:00
packagestructure.cpp noise-- 2009-04-10 20:05:37 +00:00
packagestructure.h move the entryList and path setting logic into PackageStructure so that packages can have a bit more control over their life 2009-04-07 05:42:30 +00:00
paintutils.cpp be careful with the to/from 2009-06-24 21:53:18 +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_popupapplet_fix_groups.pl libplasma: Also fix the .pl part of my kconf_update script (need to use # DELETEGROUP to get the old group actually deleted). 2009-04-23 23:02:57 +00:00
plasma_popupapplet_fix_groups.upd libplasma: Fix my kconf_update .upd file. 2009-04-23 21:19:44 +00:00
plasma.cpp inverse location<->direction enum mapping 2009-04-16 03:19:33 +00:00
plasma.h move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 17:19:00 +00:00
popupapplet.cpp move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 17:19:00 +00:00
popupapplet.h move the status stuff into Applet, constify and also put a bit of apidox 2009-07-09 17:19:00 +00:00
querymatch.cpp Add adaptive search for KRunner 2009-05-13 19:18:30 +00:00
querymatch.h * add convenience methods for checking if a match is configurable 2009-04-05 06:22:53 +00:00
README update it a bit 2009-06-10 23:29:23 +00:00
runnercontext.cpp const'ify 2009-07-06 11:37:02 +00:00
runnercontext.h Add adaptive search for KRunner 2009-05-13 19:18:30 +00:00
runnermanager.cpp Unbreak the build. I wonder how the breakage happened in the first place. 2009-05-13 20:51:03 +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 be absolutely sure to reset the natural size and renderer of the svg when theme or path changing 2009-06-02 06:00:00 +00:00
svg.h put the delayed write-to-cache in theme rather than svg; this means that there is one collection per theme instead of one per svg, one timer per theme rather that one per svg and one write out to cache for the theme. win! 2009-05-30 03:08:33 +00:00
theme.cpp standardize link colors 2009-07-08 19:25:20 +00:00
theme.h standardize link colors 2009-07-08 19:25:20 +00:00
tooltipcontent.cpp clickable tooltips; plasma-devel@ people: please review API one more time 2009-06-26 06:40:15 +00:00
tooltipcontent.h clickable tooltips; plasma-devel@ people: please review API one more time 2009-06-26 06:40:15 +00:00
tooltipmanager.cpp catch odd case of tooltip not hiding due to unhiding into a widget that is registered but has no tipdata associated with it 2009-06-27 23:17:52 +00:00
tooltipmanager.h signals -> Q_SIGNALS 2009-06-26 23:38:22 +00:00
version.cpp more verbosity is helpful in debugging these things 2009-01-16 00:32:58 +00:00
version.h bump the v 2009-06-24 21:50:40 +00:00
view.cpp don't mess with the containment's screen/desktop if the "new" containment is the same as the old one; happens when we're not init'd yet and looking for containments to use, resuts in confusing the shell app 2009-06-01 17:31:58 +00:00
view.h SVN_SILENT: apidox 2009-06-14 20:15:01 +00:00
wallpaper.cpp usingDiskCache -> usingRenderingCache; removes the implementation detail that it's caching to a disk from the method names; also revert the eroneous setter i added to Wallpaper, it was already there as isUsingRenderingCache 2009-05-13 16:13:56 +00:00
wallpaper.h some more details and clarity 2009-06-13 21:49:15 +00:00

libplasma

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.

Commit Guidelines:
* If your patch is not an obvious or trivial bug fix, have it peer reviewed
  by another Plasma developer; http://reviewboard.kde.org is your friend :)

* 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 and must go
  through an API review with another Plasma developer. We have to maintain
  binary compatibility, remember!

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

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.