Go to file
Rob Scheepmaker 2d4971eb46 Extender Polishing time! The following problems have been adressed:
* Far more correct spacer implementation. This avoids the spacer jumping around while dragging an item. Also adjustSizeHints is now only called once/spacer move.
* Avoid spacer related memleak.
* Only load extenderItems that are actually detached. This way, attached items won't linger around in case of a plasma crash.
* Use utilities-desktop-extra as icon for items with no saved icon (e.g. items where the icon is set using setIcon(QIcon) instead of setIcon(QString)). Sure beats the questionmark.
* Update mask when offscreen extender items are resized when being dragged to avoid screwed up masks (white borders).
* Start the drag only aften being moved a minimum of QApplication::startDragDistance().
* Correct transformation for calls to showDropZone.
* Use the mouse position for positioning items in extenders or panels, the topleft corner for positioning in a desktop containment. This feels the most natural.
* Move items back to the extender they came from when they're dropped into nowhere.
* Some small code style fixes.



svn path=/trunk/KDE/kdelibs/; revision=890249
2008-11-28 17:06:00 +00:00
effects ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
private Extender Polishing time! The following problems have been adressed: 2008-11-28 17:06:00 +00:00
scripting consistent mocing 2008-11-15 06:11:17 +00:00
servicetypes SVN_SILENT made messages (.desktop file) 2008-11-28 13:29:14 +00:00
tests SVN_SILENT made messages (.desktop file) 2008-11-28 13:29:14 +00:00
widgets forward hover events, so the a:hover properties and such works 2008-11-20 15:38:51 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
abstractrunner.h change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +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 Don't leak the animator driver of the animator instance. 2008-11-11 21:14:32 +00:00
animator.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
applet.cpp a couple of related fixes to make destroying containments work a lot better 2008-11-27 18:55:32 +00:00
applet.h Remove this stuff, it is not needed anymore. Come with my previous commit. 2008-11-26 17:40:46 +00:00
CMakeLists.txt cosmetics: fix indentation and lowercasing 2008-11-12 22:56:18 +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 a couple of related fixes to make destroying containments work a lot better 2008-11-27 18:55:32 +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 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
corona.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
datacontainer.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +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 updateAllSources; second time i needed this tonight, so in it goes 2008-11-13 07:40:57 +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 This fixes a bug where if the text is too long it runs out of the item delegate rect. It adds a 2008-11-22 20:46:50 +00:00
delegate.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
dialog.cpp never set big minimum sizes in panels 2008-11-23 19:24:49 +00:00
dialog.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
extender.cpp Extender Polishing time! The following problems have been adressed: 2008-11-28 17:06:00 +00:00
extender.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
extenderitem.cpp Extender Polishing time! The following problems have been adressed: 2008-11-28 17:06:00 +00:00
extenderitem.h Extender Polishing time! The following problems have been adressed: 2008-11-28 17:06:00 +00:00
framesvg.cpp change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
framesvg.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +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 one more step towards building! 2008-11-04 02:20:46 +00:00
package.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +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 SVN_SILENT minor fix according to montel 2008-11-27 15:33:30 +00:00
paintutils.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
plasma_export.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
plasma.cpp ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
plasma.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
popupapplet.cpp * make popupEvent protected, like other events 2008-11-27 06:09:00 +00:00
popupapplet.h * make popupEvent protected, like other events 2008-11-27 06:09:00 +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 change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +00:00
runnercontext.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
runnermanager.cpp ++compile 2008-11-04 02:55:37 +00:00
runnermanager.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
service.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
service.h change KDE includes to use the .h style now that we're in libs 2008-11-04 02:04:34 +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 no longer uses plasmarc for the presence or not of those hints but uses 2008-11-16 20:53:24 +00:00
svg.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
theme.cpp no longer uses plasmarc for the presence or not of those hints but uses 2008-11-16 20:53:24 +00:00
theme.h no longer uses plasmarc for the presence or not of those hints but uses 2008-11-16 20:53:24 +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 check the validity of the iterator before using it 2008-11-14 10:37:56 +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 a couple of related fixes to make destroying containments work a lot better 2008-11-27 18:55:32 +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.