Go to file
Aaron J. Seigo 1c77587903 use the Plasma namespace consistently in the signals
svn path=/trunk/KDE/kdelibs/; revision=1185863
2010-10-14 12:25:20 +00:00
animations fix the moc 2010-09-22 21:14:40 +00:00
data SVN_SILENT made messages (.desktop file) 2010-10-12 10:15:24 +00:00
deprecated turn floating point constants into qreal's when passing them to qMin or qMax. 2010-09-04 23:07:23 +00:00
extenders use the Plasma namespace consistently in the signals 2010-10-14 12:25:20 +00:00
private Fix build. 2010-10-14 12:16:56 +00:00
remote relicense to LGPL v2 2010-01-18 18:24:57 +00:00
scripting prevent infinite recursion 2010-08-06 03:42:46 +00:00
tests +1 tests pass 2010-10-13 17:15:09 +00:00
widgets don't set the native widget's palette. since this now works in QGraphicsProxyWidget, it now causes new problems: setting the palette on the widget (not the nativeWidget()) doesn't work for users of Plasma::* widgets. love it when work arounds to bugs cause new bugs once the original bugs are fixed upstream. ;) 2010-10-13 13:16:35 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractdialogmanager.cpp Fix mem leak 2010-04-10 11:22:56 +00:00
abstractdialogmanager.h showdialog becomes a slot 2010-04-03 21:58:35 +00:00
abstractrunner.cpp allow runners to signal that matching should be suspended for them 2010-09-02 22:18:03 +00:00
abstractrunner.h allow runners to signal that matching should be suspended for them 2010-09-02 22:18:03 +00:00
abstracttoolbox.cpp add the last missing piece: KPluginInfo::List listToolBoxInfo 2010-07-31 15:24:19 +00:00
abstracttoolbox.h more documentation 2010-08-13 15:08:50 +00:00
animationdriver.h mark and move AnimationDriver as being deprecated 2009-10-21 01:50:37 +00:00
animator.cpp provide a short-circuit path for checking the js anims so we don't check over and over again 2010-06-15 18:02:44 +00:00
animator.h deprecate kineticscroll functions, 2010-05-07 12:32:35 +00:00
applet.cpp check for configLoader before accessing it 2010-10-05 12:57:49 +00:00
applet.h geometryChanged is a signal in QGraphicsWidget in Qt 4.7, conflicting with Applet's. but they do the same thing (seems others ran into the same issues we did? :) .. so provide a binary compat preserving way to move Applet's signal "out of the way". right now we are getting warning msgs on console due to it, doulbe signal emissions and that all just smacks of bugs waiting to happen. 2010-08-11 18:23:32 +00:00
CMakeLists.txt build the declarative widget 2010-10-08 15:37:54 +00:00
config-plasma.h.cmake libplasma becomes our first lib with profiles support. 2010-04-29 05:57:34 +00:00
configloader.cpp match the type in KCoreConfigSkeleton::ItemIntList 2010-09-13 18:19:39 +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 do not do the appear animation when dropping an extender item 2010-09-30 12:47:45 +00:00
containment.h add a toolBoxOpen getter to complete the property 2010-06-09 13:18:04 +00:00
containmentactions.cpp convenience method for accurately determining where to pop something up 2010-09-08 22:30:21 +00:00
containmentactions.h convenience method for accurately determining where to pop something up 2010-09-08 22:30:21 +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 allow setting an empty id 2010-05-26 23:59:45 +00:00
context.h add activity ID to containment & context 2010-05-10 01:43:06 +00:00
corona.cpp exportLayout function to go with importLayout 2010-09-27 18:16:43 +00:00
corona.h exportLayout function to go with importLayout 2010-09-27 18:16:43 +00:00
datacontainer.cpp port the kconfig based storage service to Sqlite 2010-10-01 16:58:15 +00:00
datacontainer.h port the kconfig based storage service to Sqlite 2010-10-01 16:58:15 +00:00
dataengine.cpp port the kconfig based storage service to Sqlite 2010-10-01 16:58:15 +00:00
dataengine.h Fix typo on docs 2010-08-28 21:46:44 +00:00
dataenginemanager.cpp FEATURE: on debug builds, make it easy to get a full dump of the state of the DataEngines 2010-09-23 19:17:00 +00:00
dataenginemanager.h FEATURE: on debug builds, make it easy to get a full dump of the state of the DataEngines 2010-09-23 19:17:00 +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 QWidget::setMinimumSize: (/Plasma::Dialog) Negative sizes (-1,-1) are not possible 2010-08-22 09:06:37 +00:00
dialog.h call addOffscreenWidget(widget) before actually embedding the widget in setGraphicsWidget(widget) 2010-08-02 19:29:45 +00:00
framesvg.cpp handle the caching case in setImagePath properly; this is a significant increase in complexity in this rather fundamental method. in combination with the change in Svg::setImagePath to call FrameSvg::setImagePath directly (due to an API wart i only today noticed), this has the potential to cause new issues, though it is running quite nicely on my system. needs extensive testing, but should also hopefully take care of the remaining crash being seen related to the FrameData cache 2010-10-14 12:09:23 +00:00
framesvg.h fixed typo in the documentation 2010-07-22 13:41:21 +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 don't show private classes 2010-05-18 20:13:26 +00:00
Messages.sh Extract string from ui 2009-09-03 07:16:19 +00:00
package.cpp a little less noise 2010-09-04 22:50:50 +00:00
package.h declare the metatype 2010-09-04 22:37:29 +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 support tarballs as well, since Plasma::Package does 2010-10-01 21:33:16 +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 Fix text shadow placement 2010-10-05 13:13:40 +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 - made kdelibs for wince static 2010-07-30 12:31:39 +00:00
plasma.cpp Move actionsFromMenu from AbstractRunner to plasma.h 2009-07-26 02:51:21 +00:00
plasma.h In true [ade] spirit, complete some apidocs while I read through this header 2010-07-27 21:37:45 +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
pluginloader.cpp make the function file static 2010-10-13 21:21:30 +00:00
pluginloader.h SVN_SILENT: ocd 2010-08-11 18:19:05 +00:00
popupapplet.cpp allow popup applets to define the alignment of their popup 2010-09-12 23:54:30 +00:00
popupapplet.h friends 2010-09-26 20:35:00 +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 Saturates the relevance boost given to already run matches; 2010-05-19 09:51:21 +00:00
runnercontext.h Fixed some spelling errors flagged by krazy 2009-12-10 09:16:30 +00:00
runnermanager.cpp allow runners to signal that matching should be suspended for them 2010-09-02 22:18:03 +00:00
runnermanager.h allow runners to signal that matching should be suspended for them 2010-09-02 22:18:03 +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 constify 2010-10-04 21:48:06 +00:00
service.h missing properties 2010-08-06 02:22:30 +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 SVN_SILENT: update copyrights 2010-10-14 12:05:55 +00:00
svg.h handle the caching case in setImagePath properly; this is a significant increase in complexity in this rather fundamental method. in combination with the change in Svg::setImagePath to call FrameSvg::setImagePath directly (due to an API wart i only today noticed), this has the potential to cause new issues, though it is running quite nicely on my system. needs extensive testing, but should also hopefully take care of the remaining crash being seen related to the FrameData cache 2010-10-14 12:09:23 +00:00
theme.cpp add hover and focus colors for view elements to Plasma::Theme::color() 2010-10-09 18:14:11 +00:00
theme.h add hover and focus colors for view elements to Plasma::Theme::color() 2010-10-09 18:14:11 +00:00
tooltipcontent.cpp Truncate the length of a tooltip's main text and sub text to 5000 characters. 2010-09-21 23:50:57 +00:00
tooltipcontent.h FEATURE: add a new optional component in tooltip data: a qgraphicswidget that will be used to position the tooltip instead of the registered widget, if present, it's useful when you want a different position, like the taskbar group tooltips 2010-08-18 16:33:32 +00:00
tooltipmanager.cpp hide(QGraphicsWidget*) results in the destruction of d->tipWidget 2010-10-08 11:33:48 +00:00
tooltipmanager.h keep slot naming in sync with others 2010-08-10 06:19:08 +00:00
version.cpp warn about it as well 2010-08-09 21:03:46 +00:00
version.h onwards and upwards 2010-01-07 02:44:04 +00:00
view.cpp don't call restore() two times when swapping the containment 2010-07-22 20:06:06 +00:00
view.h merge-squash of first containment-removal branch 2009-09-23 20:37:17 +00:00
wallpaper.cpp the monitor preview becomes optional, with Wallpaper::setPreviewDuringConfiguration() (default off) 2010-08-12 19:51:39 +00:00
wallpaper.h the monitor preview becomes optional, with Wallpaper::setPreviewDuringConfiguration() (default off) 2010-08-12 19:51:39 +00:00
windoweffects.cpp Plasma::Theme::windowTranslucencyEnabled() caches the selection owner, should be faster than KWindowsystem::compositingActive() that doesn't 2010-08-09 14:51:34 +00:00
windoweffects.h initial commit of the KWin dashboard effect 2010-07-23 19:52:20 +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.