Go to file
Aaron J. Seigo 2e1ca49249 * handle the activate()->setFocus() ourselves
* if we have a popup that is the extender and the extender is empty, don't show anything
BUG:190834

svn path=/trunk/KDE/kdelibs/; revision=959935
2009-04-27 15:25:02 +00:00
effects ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
private allow loading applets from packages directly 2009-04-26 00:43:20 +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-04-27 13:09:00 +00:00
tests r950409 broke the unit tests. Fixed. 2009-04-10 09:39:24 +00:00
widgets allow setting a QAction on push and tool buttons 2009-04-24 07:40:52 +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 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 ensure frameInterval isn't zero, prevents div-by-zero 2009-04-21 15:19:43 +00:00
animator.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
applet.cpp connect the activate() signal sooner 2009-04-27 15:23:53 +00:00
applet.h SVN_SILENT: @since fixes 2009-04-26 20:40:46 +00:00
CMakeLists.txt * Add a service type for scripting popup applets 2009-04-24 09:49:47 +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 * Toolbox -> ToolBox 2009-04-24 19:27:58 +00:00
containment.h * Toolbox -> ToolBox 2009-04-24 19:27:58 +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 make corona's offscreenwidgets list accessible, don't reposition 2009-04-07 21:22:18 +00:00
corona.h make corona's offscreenwidgets list accessible, don't reposition 2009-04-07 21:22:18 +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 some small tweaks during usage tonight 2009-04-16 05:29:16 +00:00
dialog.h animated shows as well 2009-04-16 04:19:03 +00:00
extender.cpp 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
extender.h SVN_SILENT: @since fixes 2009-04-26 20:40:46 +00:00
extendergroup.cpp Also move child items on a return to source, and store group's collapsed state. 2009-04-26 23:49:22 +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 Also move child items on a return to source, and store group's collapsed state. 2009-04-26 23:49:22 +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 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 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
package.h SVN_SILENT: remove the TODO 2009-04-07 05:41:03 +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 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 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_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 SVN_SILENT: english 2009-04-21 08:16:26 +00:00
popupapplet.cpp * handle the activate()->setFocus() ourselves 2009-04-27 15:25:02 +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 Invalidate the context using a dummy pointer instead of 0. This avoids emitting to a null pointer. 2009-04-22 22:50: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 improve the apidox 2009-04-10 19:27:42 +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 scroll wheel shouldn't hide the tip 2009-04-16 03:52:35 +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 set the screens to -1 for both containments before switching them, it 2009-04-11 21:12:03 +00:00
view.h add configNeedsSaving to View as with Applet and what not 2009-03-19 22:49:34 +00:00
wallpaper.cpp the Ptr is reference counted, so don't also give it a QObject pointer, otherwise it gets deleted potentially twice: once when the parent is deleted and again when the last Ptr deref's ... since the Ptr provides mem management, the parent is completely uneeded anyways 2009-04-15 02:39:49 +00:00
wallpaper.h add some api dox 2009-04-15 22:30:15 +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.