Go to file
Aaron J. Seigo dcda8b9986 should be slots
svn path=/trunk/KDE/kdelibs/; revision=1050156
2009-11-16 19:16:53 +00:00
animations use qweakpointer to prevent crashs 2009-11-13 17:38:04 +00:00
data SVN_SILENT made messages (.desktop file) 2009-11-14 10:17:39 +00:00
deprecated * keep the non-deprecated stuff out of deprecated/, such as the new animator factory method 2009-10-21 01:51:31 +00:00
extenders the destroy action is now accessible with action("close") 2009-11-10 22:13:00 +00:00
private tabs-- 2009-11-16 18:20:18 +00:00
remote Proof-reading. 2009-10-09 20:07:44 +00:00
scripting Implement missing actionsForMatch. 2009-11-16 07:24:39 +00:00
tests SVN_SILENT made messages (.desktop file) 2009-11-14 10:17:39 +00:00
widgets should be slots 2009-11-16 19:16:53 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp Implement missing actionsForMatch. 2009-11-16 07:24:39 +00:00
abstractrunner.h Add missing functions to RunnerScript. 2009-11-06 06:33:24 +00:00
abstracttoolbox.cpp Export a really simple AbstractToolBox 2009-10-20 14:14:53 +00:00
abstracttoolbox.h visibilityChanged() signal 2009-10-24 18:14:07 +00:00
animationdriver.h mark and move AnimationDriver as being deprecated 2009-10-21 01:50:37 +00:00
animator.cpp add rotationstackedanimation in animator factory 2009-10-23 02:46:55 +00:00
animator.h add PauseAnimation 2009-10-22 03:59:27 +00:00
applet.cpp slightly more sensible/readable 2009-11-11 19:26:05 +00:00
applet.h Add capability for Applets to specify X-Plasma-DropUrlPatterns, a QStringList of globs to match a URL dropped onto Plasma. This is orthogonal to the mimetype checking. 2009-10-29 09:09:01 +00:00
CMakeLists.txt Starting to implement pixmap based pulse animation. The first implementation 2009-11-13 01:20:51 +00:00
config-plasma.h.cmake packages can now generate a hash of their contents; inc unit test 2009-09-21 21:37:44 +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 only insert a delay before moving the drop zone the first time its shown; be sure to also reset the drop point 2009-11-05 20:27:08 +00:00
containment.h * Add support to load PopupApplet and Containment from path 2009-10-23 13:48:29 +00:00
containmentactions.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
containmentactions.h unnecessary comment 2009-08-25 16:08:15 +00:00
containmentactionspluginsconfig.cpp make a class to hold a map of default containmentactions plugins 2009-10-05 20:50:57 +00:00
containmentactionspluginsconfig.h make a class to hold a map of default containmentactions plugins 2009-10-05 20:50:57 +00:00
context.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
context.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
corona.cpp don't call values() and optimize the ordering of operations for items not already on the scene 2009-11-05 01:12:22 +00:00
corona.h make a class to hold a map of default containmentactions plugins 2009-10-05 20:50:57 +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 apidox fix 2009-09-01 12:40:55 +00:00
dataengine.cpp * Add translation support for runner and dataengine packages 2009-11-12 06:38:16 +00:00
dataengine.h Push in remote widgets 2009-09-02 02:27:16 +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 Remove excessive whitespace 2009-08-25 14:36:47 +00:00
delegate.cpp pull out the indent 2009-11-12 20:31:18 +00:00
delegate.h Improve subitle showing in Plasma::Delegate. 2009-08-22 20:47:15 +00:00
dialog.cpp always resize the graphics widget when the dialog does, unless we're resizing the dialog because the graphics widget did 2009-11-11 21:45:45 +00:00
dialog.h api docs and note an API wart that should be fixed in the next BIC release 2009-10-20 16:37:25 +00:00
framesvg.cpp d->prefix is always guaranteed to be in d->frames 2009-11-04 00:12:59 +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
kcm_remotewidgets.actions SVN_SILENT made messages (.desktop file) 2009-10-30 10:45:50 +00:00
Mainpage.dox Adding myself in the list of authors :) 2009-09-19 21:03:54 +00:00
Messages.sh Extract string from ui 2009-09-03 07:16:19 +00:00
package.cpp Fix name issue with scripted plasmoids 2009-10-19 23:04:42 +00:00
package.h missing @since 2009-09-22 00:55:30 +00:00
packagemetadata.cpp Push in remote widgets 2009-09-02 02:27:16 +00:00
packagemetadata.h APIDOX and code style++, plus policykit integration. 2009-09-02 23:49:46 +00:00
packagestructure.cpp Add WallpaperScript. 2009-10-29 05:54:11 +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 move our data files into a common place with some decent organization 2009-09-03 20:40:22 +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 Move actionsFromMenu from AbstractRunner to plasma.h 2009-07-26 02:51:21 +00:00
plasma.h Add WallpaperScript. 2009-10-29 05:54:11 +00:00
plasma.kdev4 Push in remote widgets 2009-09-02 02:27:16 +00:00
popupapplet.cpp emit appletTransformedByUser() when the dialog is resized by the user 2009-11-15 21:53:10 +00:00
popupapplet.h * Add support to load PopupApplet and Containment from path 2009-10-23 13:48:29 +00:00
querymatch.cpp * avoid accessing the runner and setting the id in the ctor 2009-10-13 21:42:22 +00:00
querymatch.h meh; can't move these files into a subdir as-is; need to think of a more clever strategy 2009-09-04 08:58:34 +00:00
README update it a bit 2009-06-10 23:29:23 +00:00
runnercontext.cpp * unlock what our d -was-, not what it is in operator= 2009-11-12 19:52:41 +00:00
runnercontext.h make it assignable 2009-11-04 00:21:55 +00:00
runnermanager.cpp call init() in runner manager so all runners get it called 2009-10-28 18:15:23 +00:00
runnermanager.h * if no config group is provided, use the app global one (compat with krunner, allows comfortable usage with e.g. plasmoids) 2009-09-07 22:36:04 +00:00
runnersyntax.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
runnersyntax.h meh; can't move these files into a subdir as-is; need to think of a more clever strategy 2009-09-04 08:58:34 +00:00
service.cpp * move remotedataengine.h to remotedataengine_p.h as it's private 2009-10-20 19:15:32 +00:00
service.h * move remotedataengine.h to remotedataengine_p.h as it's private 2009-10-20 19:15:32 +00:00
servicejob.cpp Push in remote widgets 2009-09-02 02:27:16 +00:00
servicejob.h * move remotedataengine.h to remotedataengine_p.h as it's private 2009-10-20 19:15:32 +00:00
svg.cpp QPointer -> QWeakPointer 2009-10-13 21:43:35 +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 always return, just in case 2009-11-05 18:53:56 +00:00
theme.h fix a performance issue: add a new insertintocache function, the new 2009-07-20 20:30:07 +00:00
tooltipcontent.cpp forward port r999260 by Ade 2009-07-25 07:21:14 +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 Added possibility to set pop up (menu, dialog or other widgets) alignment to left, center or right 2009-09-28 17:28:17 +00:00
tooltipmanager.h correct @since 2009-08-06 22:50:29 +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 we'll eventually get this to work in all cases :P 2009-10-29 21:04:42 +00:00
view.h merge-squash of first containment-removal branch 2009-09-23 20:37:17 +00:00
wallpaper.cpp Add WallpaperScript. 2009-10-29 05:54:11 +00:00
wallpaper.h Add WallpaperScript. 2009-10-29 05:54:11 +00:00
windoweffects.cpp new effect: highlightWindows, uses _KDE_WINDOW_HIGHLIGHT atom 2009-10-31 10:58:06 +00:00
windoweffects.h new effect: highlightWindows, uses _KDE_WINDOW_HIGHLIGHT atom 2009-10-31 10:58:06 +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.