Go to file
Aaron J. Seigo fb00fcf42c use the package path provided by the package structure; fewer hardcoded paths
svn path=/trunk/KDE/kdelibs/; revision=1112725
2010-04-08 23:47:05 +00:00
animations use the easing curve in all of our animations 2010-04-08 17:07:33 +00:00
data SVN_SILENT made messages (.desktop file) 2010-04-08 05:47:25 +00:00
deprecated add an explicit way to stop 2010-02-22 11:21:30 +00:00
extenders should not be needed anymore 2010-04-08 18:44:24 +00:00
private * dump support for QGraphicsItems in Extenders. looks like it was already broken anyways (hooray for untested paths). supporting QGraphicsItems just doesn't make much sense anyways. this gets rid of a number of bugs and simplifies the code a lot 2010-04-07 02:04:52 +00:00
remote relicense to LGPL v2 2010-01-18 18:24:57 +00:00
scripting add the standard config pages in the AppletScript fallback method for showing the configuration 2010-03-01 17:57:37 +00:00
tests SVN_SILENT made messages (.desktop file) 2010-04-08 05:47:25 +00:00
widgets -make sure hints are invalidated when the inner widget resizes 2010-04-08 13:14:55 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractdialogmanager.cpp showdialog becomes a slot 2010-04-03 21:58:35 +00:00
abstractdialogmanager.h showdialog becomes a slot 2010-04-03 21:58:35 +00:00
abstractrunner.cpp inverted 2010-03-23 22:54:01 +00:00
abstractrunner.h allow loading of individual runners, including from packages 2010-03-23 22:43:34 +00:00
abstracttoolbox.cpp Export a really simple AbstractToolBox 2009-10-20 14:14:53 +00:00
abstracttoolbox.h UserToolBox, more consistent with other such enums 2010-01-04 10:21:32 +00:00
animationdriver.h mark and move AnimationDriver as being deprecated 2009-10-21 01:50:37 +00:00
animator.cpp a class to handle transitions betwen pixmap. 2010-01-21 07:23:18 +00:00
animator.h add an explicit way to stop 2010-02-22 11:21:30 +00:00
applet.cpp use the package path provided by the package structure; fewer hardcoded paths 2010-04-08 23:47:05 +00:00
applet.h AbstractDialogManager: will needed for shells to radically change the applets config dialogs (and possibly other dialogs) look and feel 2010-04-03 19:10:32 +00:00
CMakeLists.txt use the easing curve in all of our animations 2010-04-08 17:07:33 +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 propagate immutability of a containment to the applets (not backporting, still to see if it's really correct and the only use case has a different partial fix in branch) 2010-04-04 17:59:12 +00:00
containment.h zooming is gone; activity switching can be done for now using the activity switcher or the keyboard shortcuts. a new activity manager will be built up from here 2010-01-26 23:35:32 +00:00
containmentactions.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
containmentactions.h krazy fixes, mostly include guards and copyright tags 2009-12-27 22:16:11 +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 use a weakpointer 2010-04-04 14:34:04 +00:00
corona.h AbstractDialogManager: will needed for shells to radically change the applets config dialogs (and possibly other dialogs) look and feel 2010-04-03 19:10:32 +00:00
datacontainer.cpp once disconnected, stop caring about the object's destruction; prevents those "no such slot" warnings at runtime (and probably a tiny optimization to boot) 2010-03-10 23:05:39 +00:00
datacontainer.h apidox fix 2009-09-01 12:40:55 +00:00
dataengine.cpp protect against stupid DataEngineScript implementations 2010-03-10 21:41:37 +00:00
dataengine.h fix up the metadat for scripting 2010-01-20 21:30:18 +00:00
dataenginemanager.cpp it's ok if the X-KDE-ParentApp line exists but is empty 2010-02-22 16:32:05 +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 when one of the size hints changes, sync again the graphicswidget and the view 2010-04-08 20:31:29 +00:00
dialog.h This patch splits themeUpdated() into a set of methods that do the border checking and mask updating so that only the necessary work is actually done. The resize and move events now also cooperate in the scheduling of calls to checkBorders (reducing them by 50% or more during resizing). Calls to update(), which trigger full repaints, are also minimized. 2010-03-16 20:40:59 +00:00
framesvg.cpp drop the maskType nonsense, only one mask makes sense in the framesvg 2010-03-05 22:37:44 +00:00
framesvg.h clarify the apidox a bit 2010-03-17 18:15:28 +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) 2010-04-08 05:47:25 +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 allow arbitrary in-package paths with empty filetypes 2010-03-09 05:57:57 +00:00
package.h missing @since 2009-09-22 00:55:30 +00:00
packagemetadata.cpp access to the icon 2010-03-23 22:42:07 +00:00
packagemetadata.h access to the icon 2010-03-23 22:42:07 +00:00
packagestructure.cpp read in and write out the other configurable aspects of package structures 2010-04-08 23:13:45 +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 Don't crash in PaintUtils::transition() if the pixmap doesn't have a 2010-01-27 16:26:41 +00:00
paintutils.h a function to center two pixmaps. the final size will be the maximum width and height between the two and they will be centered 2010-01-21 23:13:56 +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 Added missing Q_DECLARE_OPERATORS_FOR_FLAGS. 2010-02-15 23:18:37 +00:00
plasma.kdev4 Commit my sok project that has been laying around for a while. Shows an overlay on a file's icon, that a KIO job is being performed (e.g download/copy/move) on that same file/folder. Helps in associating regular job notifications with the file managers. If something has broken in KIO wrt job notifications (poke me), it's probably this. Not to say that I didn't test it a lot, just that there could be unforeseen consequences. Feature requires a simple kdirmodel && kfileitemdelegate call to be made to enable it. also note: KIO jobs talk directly to kuiserver, the latter of which acts as a relay to anything interested in that information.(inseparable from workspace & runtime previous commit) 2010-03-19 02:13:41 +00:00
popupapplet.cpp save dialog sizes "immediately" 2010-04-04 21:08:54 +00:00
popupapplet.h * Add support to load PopupApplet and Containment from path 2009-10-23 13:48:29 +00:00
querymatch.cpp be more careful with setting the id when the data is set 2010-01-11 20:08:03 +00:00
querymatch.h Add removeMatch(es) methods 2009-11-24 12:05:46 +00:00
README update it a bit 2009-06-10 23:29:23 +00:00
runnercontext.cpp SVN_SILENT: pedantic spacing 2010-03-04 22:27:03 +00:00
runnercontext.h Fixed some spelling errors flagged by krazy 2009-12-10 09:16:30 +00:00
runnermanager.cpp Calling values and then foreach on a QHash is slower and more memory intensive than just foreach the QHash, this changes the first to the second. 2010-04-04 18:15:51 +00:00
runnermanager.h allow loading of individual runners, including from packages 2010-03-23 22:43:34 +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 adjust the width/height by the offset, don't calculte another offset that is plain wrong 2010-04-05 09:20:59 +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 since imagePath is regularly used to check if images are present, be a bit more quiet 2010-04-06 15:06:41 +00:00
theme.h cleanup the pixmaps before app exit, otherwise they can leak into x 2010-03-04 22:28:39 +00:00
tooltipcontent.cpp add a new member to the tooltip data that decides if the window highlight effect is to be enabled by default or not 2009-12-24 14:54:48 +00:00
tooltipcontent.h add a new member to the tooltip data that decides if the window highlight effect is to be enabled by default or not 2009-12-24 14:54:48 +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 onwards and upwards 2010-01-07 02:44:04 +00:00
view.cpp keep a static of all used view ids. it's necessary since upon restore it can be asked to create view with ids not in crescent order. this should fix the mixing of desktops (and also the problem that the panels forget to be autohide) with pervirtualdesktopviews=true 2009-12-16 22:45:28 +00:00
view.h merge-squash of first containment-removal branch 2009-09-23 20:37:17 +00:00
wallpaper.cpp allow telling the wallpaper that it is in previewing mode 2010-03-05 00:54:30 +00:00
wallpaper.h a complete wtf, don't know how this one got past all of us (esp me :/) 2010-03-15 20:39:24 +00:00
windoweffects.cpp Rename _KDE_NET_WM_BLUR_REGION to _KDE_NET_WM_BLUR_BEHIND_REGION. 2010-03-22 22:04:08 +00:00
windoweffects.h Add a method for setting the blur region for a window. 2010-03-06 18:15:55 +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.