Go to file
Marco Martin f3cdd2086b some Q_INVOKABLEs to be used in scripts
svn path=/trunk/KDE/kdelibs/; revision=906199
2009-01-05 19:09:24 +00:00
effects ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
private if an applet overrode configChanged (it is virtual), the keyboard shortcuts wouldn't get picked up; so move that all to a private slot and now configChangedcan be safely used instead of connecting up to the dialog signals yourself as an added bonus 2009-01-05 18:08:14 +00:00
scripting no point in having a class with just one consumer (esp now that we require BC) 2009-01-05 08:28:23 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2009-01-03 16:29:50 +00:00
tests If the intention was that this can be built as a separate project, this works now. 2009-01-04 18:15:55 +00:00
widgets update the icon when the svg changes 2009-01-05 17:34:40 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp make the bigLock publicly accessible; BIC, so thankfully caught before release! 2008-12-12 20:10:50 +00:00
abstractrunner.h make the bigLock publicly accessible; BIC, so thankfully caught before release! 2008-12-12 20:10:50 +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 wow, that was massively broken! 2008-12-06 18:58:32 +00:00
animator.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
applet.cpp if an applet overrode configChanged (it is virtual), the keyboard shortcuts wouldn't get picked up; so move that all to a private slot and now configChangedcan be safely used instead of connecting up to the dialog signals yourself as an added bonus 2009-01-05 18:08:14 +00:00
applet.h if an applet overrode configChanged (it is virtual), the keyboard shortcuts wouldn't get picked up; so move that all to a private slot and now configChangedcan be safely used instead of connecting up to the dialog signals yourself as an added bonus 2009-01-05 18:08:14 +00:00
CMakeLists.txt remove from build 2009-01-05 08:32:27 +00:00
configloader.cpp small hack to allow saving of defaults in ConfigLoader; used by Service, so put into the private impl for ConfigLoader and used that way. 2008-11-21 01:26:43 +00:00
configloader.h small hack to allow saving of defaults in ConfigLoader; used by Service, so put into the private impl for ConfigLoader and used that way. 2008-11-21 01:26:43 +00:00
containment.cpp no need to focus an applet twice 2009-01-04 07:59:10 +00:00
containment.h grant minimal access to the toolbox so we can avoid nasty hacks in containments. see next commit to PanelContainment for what i meant ;) 2008-11-18 20:49:42 +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 a useful method to retrieve free edges on the screen 2008-12-21 10:23:45 +00:00
corona.h * typos-- 2008-12-21 11:56:01 +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 ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
dataengine.cpp updateAllSources; second time i needed this tonight, so in it goes 2008-11-13 07:40:57 +00:00
dataengine.h some Q_INVOKABLEs to be used in scripts 2009-01-05 19:09:24 +00:00
dataenginemanager.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
dataenginemanager.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
delegate.cpp constify and build 2008-12-17 17:45:24 +00:00
delegate.h constify and build 2008-12-17 17:45:24 +00:00
dialog.cpp escape == hide 2009-01-04 07:59:55 +00:00
dialog.h escape == hide 2009-01-04 07:59:55 +00:00
extender.cpp center the empty extender label, otherwise the "no noticications and no 2008-12-26 12:27:09 +00:00
extender.h Couple of fixes: 2008-12-01 18:30:42 +00:00
extenderitem.cpp kill that ugly white border when dragging the extender and compositing 2008-12-26 16:41:53 +00:00
extenderitem.h Yeah, finally! Fixed a crash that occurs when moving an extenderitem back to its source from an extender that was also the last one to have a spacer inserted because the same item was hovering over it. Phew, that was a mouthfull... With this fix we monitor if previousTargetExtender get's destoryed so we don't accidently try to remove it's spacer. 2008-12-10 17:29:40 +00:00
framesvg.cpp revert #898716 as it regressed bug #167430, fix the problem by not transforming the svg in FrameSvgPrivate::updateSizes 2009-01-04 19:07:46 +00:00
framesvg.h a bit of Q_INVOCABLE to make qtscript happy 2008-12-30 10:47: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 Some documentation improvements and corrections, including renaming the documentation section from libplasma to Plasma, for consistency with other parts of kdelibs. 2008-11-23 18:39:58 +00:00
Messages.sh ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
package.cpp * make it possible to get a list of installed packages by path rather than package name 2009-01-05 18:49:54 +00:00
package.h * make it possible to get a list of installed packages by path rather than package name 2009-01-05 18:49:54 +00:00
packagemetadata.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
packagemetadata.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
packagestructure.cpp when the path changes, reset the metadata 2008-11-07 17:26:28 +00:00
packagestructure.h change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
paintutils.cpp "fix" pixels getting cut off for some people 2008-12-29 00:59: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 don't crash when given a null item pointer 2008-12-01 00:49:36 +00:00
plasma.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
popupapplet.cpp allow popups to be shown in any form factor; it really only depends on whether or not there is a dialog 2008-12-30 05:35:18 +00:00
popupapplet.h having two methods named the same thing was a bit insane.. WHICH togglePopup? =) 2008-12-30 02:06:06 +00:00
querymatch.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
querymatch.h Qt includes in public headers must be in the form <QtModule/QClass> 2008-11-06 17:40:09 +00:00
README a small update 2008-11-17 22:53:29 +00:00
runnercontext.cpp use value/contains better. 2008-12-11 02:52:06 +00:00
runnercontext.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
runnermanager.cpp better use of value and contains; thanks Hermier! =) 2008-12-11 02:50:06 +00:00
runnermanager.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
service.cpp a bit more helpful debug output for future such problems 2009-01-04 18:12:27 +00:00
service.h some Q_INVOKABLEs to be used in scripts 2009-01-05 19:09:24 +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 revert #898716 as it regressed bug #167430, fix the problem by not transforming the svg in FrameSvgPrivate::updateSizes 2009-01-04 19:07:46 +00:00
svg.h SVN_SILENT apidox fix for QSize size() const; 2008-12-16 16:44:51 +00:00
theme.cpp make the Wallpaper section of metadata.desktop actually work 2009-01-02 10:52:14 +00:00
theme.h colorScheme and buttonColorScheme need to be updated the color changes 2008-12-19 01:48:42 +00:00
tooltipcontent.cpp allow custom image, html and css resources in tooltips 2008-11-14 00:52:29 +00:00
tooltipcontent.h allow custom image, html and css resources in tooltips 2008-11-14 00:52:29 +00:00
tooltipmanager.cpp don't show tips for popped applets 2008-12-30 02:14:33 +00:00
tooltipmanager.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
version.cpp ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
version.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
view.cpp return always the lastScreen as screen() 2008-12-17 13:29:40 +00:00
view.h add proper support for virtual desktops, which really requires more than just the View being aware of it; given the default parameters, it's a detail most plasma based apps can ignore (just like screens in general, actually =) 2008-11-17 04:34:55 +00:00
wallpaper.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
wallpaper.h change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +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.