Go to file
Aaron Seigo 90b02f3973 massive step towards QGraphicsView being separated from libplasma
* remove extenders (never panned out, used by exactly two components that we can find .. anywhere)
* move animations to libplasmagqv
* schedule js anims to be put into the js scriptengine
* move all QGraphicsProxyWidgets, except for IconWidget which is still used by PopupApplet, into libplasmaqgv
* create a subclass-able private class for Applet

TODO: move out icon widget, address FIXMES in graphicswidgetappletprivate.cpp and decide how to register the "right" private class for instantiation in Applet ctors
2011-11-17 14:43:37 +01:00
animations massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
data massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
design update with package merge changes 2011-07-15 13:02:29 +02:00
graphicsview massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
intoJavascriptEngine massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
private massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
remote put the contents hash into a more sensibly named file 2011-11-09 13:12:41 +01:00
scripting massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
tests Make compile/link 2011-11-17 10:46:40 +01:00
widgets massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01: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 get rid of the big lock -> nothing uses it and it's just asking for a crash-due-to-deletion 2011-11-14 10:34:01 +01:00
abstractrunner.h get rid of the big lock -> nothing uses it and it's just asking for a crash-due-to-deletion 2011-11-14 10:34:01 +01:00
abstracttoolbox.cpp Fixed -Wunused-parameter compiler warning. 2011-08-07 00:50:19 +02:00
abstracttoolbox.h make slots that were invoked into virtuals 2011-05-26 18:56:35 +02:00
animator.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
animator.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
applet.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
applet.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
CMakeLists.txt massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
config-plasma.h.cmake git rid of the shortcuts dialog on reduced functionality builds 2011-11-14 21:20:18 +01:00
configloader.cpp match the type in KCoreConfigSkeleton::ItemIntList 2010-09-13 18:19:39 +00:00
configloader.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
containment.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
containment.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
containmentactions.cpp let PluginLoader do the work for us 2011-07-19 21:41:10 +02:00
containmentactions.h let PluginLoader do the work for us 2011-07-19 21:41:10 +02: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
corona.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
corona.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
datacontainer.cpp checkUsage is in the private class now 2011-10-30 12:56:12 +01:00
datacontainer.h Merge remote-tracking branch 'origin/KDE/4.7' into frameworks 2011-10-30 10:44:59 +01:00
dataengine.cpp Merge branch 'KDE/4.7' into frameworks 2011-10-07 18:47:11 +02:00
dataengine.h Merge remote-tracking branch 'origin/KDE/4.7' into frameworks 2011-08-25 19:43:08 +02:00
dataenginemanager.cpp Merge branch 'libplasma2' into frameworks 2011-08-12 11:45:49 +02: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 massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
dialog.h Merge remote-tracking branch 'origin/master' into libplasma2 2011-07-11 21:56:41 +02:00
framesvg.cpp be quiet 2011-09-28 16:48:24 +02:00
framesvg.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
Mainpage.dox don't reference things that don't exist (this dox probably needs a rewrite) 2011-07-15 12:56:37 +02:00
Messages.sh do not extract messages from sources in tests subdirectories 2010-11-01 10:45:59 +00:00
package.cpp Port from KTemporaryFile to QTemporaryFile, and deprecate KTemporaryFile. 2011-10-04 16:52:38 +02:00
package.h give package a cache for found items; make the dptr implicitly shared 2011-07-22 17:24:40 +02:00
packagestructure.cpp oops, git rm didn't do what I thought during merge-conflict-resolving 2011-09-18 14:01:03 +02:00
packagestructure.h reintroducing PackageStructure as we need it for the virtuals. it is now a properly stateless clas, however, unlike in libplasma1 2011-07-19 21:36:29 +02:00
paintutils.cpp contentsRect must be bigger 2011-02-09 18:16:48 +01:00
paintutils.h new function texturedText() 2011-02-04 21:02:20 +01:00
plasma_export.h - made kdelibs for wince static 2010-07-30 12:31:39 +00:00
plasma.cpp one thing one was using actionsFromMenu, not justifiable to put it here 2011-07-19 21:51:46 +02:00
plasma.h Merge remote-tracking branch 'origin/KDE/4.7' into frameworks 2011-09-01 18:23:09 +02: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 massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
pluginloader.h get rid of all Class:load(..) methods, use PluginLoader directrly. --apiBloat; 2011-07-19 22:04:22 +02:00
popupapplet.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
popupapplet.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
querymatch.cpp add MimeType and URLs to matches 2011-11-01 18:15:01 +01:00
querymatch.h add MimeType and URLs to matches 2011-11-01 18:15:01 +01:00
README git rid of some old stuff 2011-07-15 12:56:25 +02:00
runnercontext.cpp git rid of gratuitous query term 2011-10-03 19:54:51 +02:00
runnercontext.h git rid of gratuitous query term 2011-10-03 19:54:51 +02:00
runnermanager.cpp avoid compiling in debug strings when compiled without debug 2011-07-29 15:46:52 +02:00
runnermanager.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
runnersyntax.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
runnersyntax.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
service.cpp avoid compiling in debug strings when compiled without debug 2011-07-29 15:46:52 +02:00
service.h get rid of all Class:load(..) methods, use PluginLoader directrly. --apiBloat; 2011-07-19 22:04:22 +02:00
servicejob.cpp QHash replaces QMap as the sorting of QMap is pure overhead 2011-05-26 19:01:44 +02:00
servicejob.h Merge remote-tracking branch 'origin/master' into libplasma2 2011-07-11 21:56:41 +02:00
svg.cpp Remove warning on deprecated KFilter::device* 2011-09-09 08:59:19 +02:00
svg.h Merge remote-tracking branch 'origin/master' into libplasma2 2011-07-11 21:56:41 +02:00
theme.cpp massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
theme.h massive step towards QGraphicsView being separated from libplasma 2011-11-17 14:43:37 +01:00
tooltipcontent.cpp shush the compiler 2011-08-07 00:50:19 +02:00
tooltipcontent.h mark the methods deprecated as they should be 2011-08-07 00:50:20 +02:00
tooltipmanager.cpp get rid of vestigal m_corona now 2011-07-30 20:21:15 +02:00
tooltipmanager.h get rid of vestigal m_corona now 2011-07-30 20:21:15 +02:00
version.cpp avoid compiling in debug strings when compiled without debug 2011-07-29 15:46:52 +02:00
version.h bump version 2011-04-26 22:53:32 +02:00
view.cpp avoid compiling in debug strings when compiled without debug 2011-07-29 15:46:52 +02:00
view.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00
wallpaper.cpp Merge remote-tracking branch 'origin/KDE/4.7' into frameworks 2011-10-30 10:44:59 +01:00
wallpaper.h Merge remote-tracking branch 'origin/KDE/4.7' into frameworks 2011-10-30 10:44:59 +01:00
windoweffects.cpp getting the compiler to stfu 2011-05-28 00:38:34 +02:00
windoweffects.h Replace doxygen tag @arg by @param. 2011-06-13 14:47:29 +02:00

libplasma

This directory contains the classes making up libplasma, which provides the
core framework used by Plasma applications, 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, Package, Wallpaper,
ContainmentActions, Containment and other 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.