Go to file
Alexis Ménard 987ca211c7 put the remove of the layout if the applet is removed in destroy function, then if we call
it from other place we will be sure the applet will be remove from the layout

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=805590
2008-05-08 20:26:56 +00:00
appletbrowser const & in foreach 2008-04-26 16:19:00 +00:00
effects Fix compile enable final 2007-10-03 20:23:46 +00:00
includes SearchMatch -> QueryMatch 2008-05-02 18:46:05 +00:00
layouts bye bye plasma layouts 2008-04-13 20:56:20 +00:00
scripting * Oops, the scripting method 'showConfigurationInterface()' was correctly named after all, so 2008-05-08 17:46:28 +00:00
servicetypes SVN_SILENT made messages (.desktop file, second try) 2008-05-07 04:35:50 +00:00
tests SVN_SILENT made messages (.desktop file) 2008-05-08 18:07:26 +00:00
widgets port Plasma::Flash 2008-05-08 11:45:49 +00:00
abstractrunner.cpp make RunnerManager a friend so we can do the happy-scripting-dance again 2008-05-06 20:48:44 +00:00
abstractrunner.h make RunnerManager a friend so we can do the happy-scripting-dance again 2008-05-06 20:48:44 +00:00
animationdriver.cpp API REVIEW: FPS -> Fps 2008-04-27 09:02:18 +00:00
animationdriver.h API REVIEW: FPS -> Fps 2008-04-27 09:02:18 +00:00
animator.cpp protected slots -> Q_PRIVATE_SLOT 2008-04-29 23:27:17 +00:00
animator.h dashbot is such a sissy 2008-04-30 01:30:11 +00:00
applet_p.h removed getBorderSize(), replaced by PanelSvg::getMargins() 2008-05-01 09:53:09 +00:00
applet.cpp put the remove of the layout if the applet is removed in destroy function, then if we call 2008-05-08 20:26:56 +00:00
applet.h correct a comment 2008-05-03 23:37:55 +00:00
appletbrowser.cpp api cleanup 2008-04-29 20:01:23 +00:00
appletbrowser.h -pedantic 2008-04-29 21:59:51 +00:00
applethandle_p.h Phase -> Animator 2008-04-25 03:23:31 +00:00
applethandle.cpp API review: 2008-04-29 20:31:18 +00:00
CMakeLists.txt port Plasma::Flash 2008-05-08 11:45:49 +00:00
configxml.cpp const & in foreach 2008-04-26 16:19:00 +00:00
configxml.h include fixup 2007-11-25 18:17:19 +00:00
containment_p.h API REVIEW: updated containment to the new API (constraintsUpdated() -> constraintsEvent() + protected) 2008-04-27 11:13:43 +00:00
containment.cpp put the remove of the layout if the applet is removed in destroy function, then if we call 2008-05-08 20:26:56 +00:00
containment.h New class called PanelController: 2008-05-01 09:58:36 +00:00
corona.cpp :%s/NotImmutable/Mutable/g 2008-05-08 04:26:52 +00:00
corona.h API REVIEW: launchActivated -> releaseVisualFocus; more generic and a bit more obvious as to its purpose 2008-04-29 02:28:35 +00:00
datacontainer_p.h * more debug for when these issues arise 2008-04-29 00:10:43 +00:00
datacontainer.cpp small optimization: prevent reconnecting (and likely a delete and new of a SignalObject) when the requested polling interval and the current one are the same 2008-04-29 00:26:33 +00:00
datacontainer.h +hasUpdates()->pimpl ok 2008-04-25 20:33:46 +00:00
dataengine_p.h move dataengine private details into the pimpl 2008-04-29 01:17:12 +00:00
dataengine.cpp at tokamak i said i regretted using the term "Language" to describe what is really "API". i meant it. 2008-04-29 16:24:14 +00:00
dataengine.h move dataengine private details into the pimpl 2008-04-29 01:17:12 +00:00
dataenginemanager.cpp at tokamak i said i regretted using the term "Language" to describe what is really "API". i meant it. 2008-04-29 16:24:14 +00:00
dataenginemanager.h dataenginemanager api review: ctor+dtor private 2008-04-23 20:58:15 +00:00
delegate.cpp API reviews: 2008-04-27 17:09:48 +00:00
delegate.h API reviews: 2008-04-27 17:09:48 +00:00
desktoptoolbox_p.h Phase -> Animator 2008-04-25 03:23:31 +00:00
desktoptoolbox.cpp some fixes to the toolbox: 2008-04-28 19:41:43 +00:00
dialog.cpp paint -> paintPanel. allows one to use the Svg api directly when you have a PanelSvg class and falls into line with the resize->resizePanel change as well. 2008-04-25 16:18:51 +00:00
dialog.h fix signal/slot usage 2008-04-17 13:12:25 +00:00
glapplet.cpp /me done another round of simple stuff renaming :) 2008-04-16 21:15:38 +00:00
glapplet.h typos-- 2008-03-03 19:27:52 +00:00
Mainpage.dox Updated the list of authors according to the results of grep command 2008-04-24 08:04:34 +00:00
Messages.sh * appletbrowser is part of libplasma now, not a separate entity 2007-10-14 20:09:06 +00:00
package.cpp API review Plasma::Package::knownPackages() -> Plasma::Package::listInstalled() 2008-04-27 19:22:29 +00:00
package.h API review Plasma::Package::knownPackages() -> Plasma::Package::listInstalled() 2008-04-27 19:22:29 +00:00
packagemetadata.cpp at tokamak i said i regretted using the term "Language" to describe what is really "API". i meant it. 2008-04-29 16:24:14 +00:00
packagemetadata.h at tokamak i said i regretted using the term "Language" to describe what is really "API". i meant it. 2008-04-29 16:24:14 +00:00
packages_p.h make PackageStructure a loadable plugin, so that there are now three methods to get a PackageStructure: 2008-02-26 04:07:07 +00:00
packages.cpp Typo fixes 2008-04-21 21:20:03 +00:00
packagestructure.cpp API Review: uninstallPackage -> packageName instead of param package 2008-04-29 00:56:33 +00:00
packagestructure.h API Review: uninstallPackage -> packageName instead of param package 2008-04-29 00:56:33 +00:00
panelsvg.cpp not hasElementPrefix(prefix) works also when prefix is empty 2008-05-08 09:12:04 +00:00
panelsvg.h * added new function panelSize() that returns the size of the panel (and 2008-05-03 16:03:44 +00:00
paneltoolbox_p.h Phase -> Animator 2008-04-25 03:23:31 +00:00
paneltoolbox.cpp some fixes to the toolbox: 2008-04-28 19:41:43 +00:00
plasma_export.h copyright cleanups: 2007-08-06 11:20:02 +00:00
plasma.cpp provide a rounded rectangle path generator so we can share this implementatoin around plasma 2007-11-18 21:33:04 +00:00
plasma.h :%s/NotImmutable/Mutable/g 2008-05-08 04:26:52 +00:00
querymatch.cpp we will need a setId after all 2008-05-07 22:27:51 +00:00
querymatch.h we will need a setId after all 2008-05-07 22:27:51 +00:00
README make it a bit more obvious was is expected of you when you commit to libplasma 2007-07-27 21:09:11 +00:00
runnercontext.cpp SearchMatch -> QueryMatch 2008-05-02 18:46:05 +00:00
runnercontext.h include fixup 2008-05-03 14:42:18 +00:00
runnermanager.cpp that one little change removes 90% of updates. 2008-05-06 22:42:01 +00:00
runnermanager.h needed to resolve conflicts before committing =) 2008-05-07 16:33:10 +00:00
shadowitem_p.h put ShadowItem in the Plasma namespace 2008-04-30 21:47:47 +00:00
shadowitem.cpp put ShadowItem in the Plasma namespace 2008-04-30 21:47:47 +00:00
sharedtimer_p.h one way of doing a shared timer with just one timerId at any given moment in a single timerEvent 2008-03-30 22:42:53 +00:00
svg.cpp a little more deterministic behaviour: Svg::elementSize(elementId) 2008-05-03 17:30:37 +00:00
svg.h Api change: 2008-04-23 13:07:41 +00:00
theme.cpp * compositingActive -> windowTranslucencyEnabled 2008-04-23 22:55:30 +00:00
theme.h * Remove the Plasma::Theme::setApplication() declaration from the header now it's gone from the source 2008-04-24 12:27:24 +00:00
toolbox_p.h added toggled() signal in the toolbox emitted upon mouse click. 2008-04-26 17:31:49 +00:00
toolbox.cpp added toggled() signal in the toolbox emitted upon mouse click. 2008-04-26 17:31:49 +00:00
uiloader.cpp port ++ layout -- richardwork++ 2008-04-13 21:20:07 +00:00
uiloader.h port ++ layout -- richardwork++ 2008-04-13 21:20:07 +00:00
view.cpp ...oops?... Let's also add an implementation... 2008-04-28 20:37:10 +00:00
view.h added setTrackContainmentChanges to view. necesarry for improved drag&drop visualisation. 2008-04-28 19:14:28 +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 and its components. This includes applet and
extension definitions and loading, common GUI elements, etc.

Domain specific sets of functionality, e.g. for network awareness or sensors,
are not found here but in one of the Plasma Engines.

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.