Go to file
Adenilson Cavalcanti Da Silva f2cb0b0020 Updating rotation animation to changes in public API of Animation class.
svn path=/trunk/KDE/kdelibs/; revision=1035765
2009-10-15 20:24:12 +00:00
animations Updating rotation animation to changes in public API of Animation class. 2009-10-15 20:24:12 +00:00
data SVN_SILENT made messages (.desktop file) 2009-10-09 09:26:43 +00:00
deprecated Merging Mehmet Ali Akmanalp new plasma::Animator code. It uses the new and shiny 2009-10-15 19:36:38 +00:00
extenders extenders into a subdir 2009-09-03 21:53:56 +00:00
private use an eventfilter instead to have to manually forward each event, 2009-10-15 19:11:34 +00:00
remote Proof-reading. 2009-10-09 20:07:44 +00:00
scripting 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
tests SVN_SILENT made messages (.desktop file) 2009-10-09 09:27:45 +00:00
widgets forgotten to commit before: migrate to the new api 2009-10-15 20:12:01 +00:00
.krazy skip template.h 2008-11-07 14:44:06 +00:00
abstractrunner.cpp some light weight locking around the speed member 2009-10-08 23:32:25 +00:00
abstractrunner.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
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 Merging Mehmet Ali Akmanalp new plasma::Animator code. It uses the new and shiny 2009-10-15 19:36:38 +00:00
animator.h Merging Mehmet Ali Akmanalp new plasma::Animator code. It uses the new and shiny 2009-10-15 19:36:38 +00:00
applet.cpp check for pointer also there, crash-- 2009-10-15 18:37:59 +00:00
applet.h Added possibility to set pop up (menu, dialog or other widgets) alignment to left, center or right 2009-09-28 17:28:17 +00:00
CMakeLists.txt add rotation animation in animations directory 2009-10-15 19:53:49 +00:00
config-plasma.h.cmake packages can now generate a hash of their contents; inc unit test 2009-09-21 21:37:44 +00:00
configloader.cpp const'ify 2009-07-06 11:49:01 +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 handles are now children of the applet, so we don't need to destroy them ourselves; we do need to clear the applet pointer in the handle before it is destroyed, however. 2009-10-15 03:25:07 +00:00
containment.h rightclick on popupapplet's dialog behaves like 2009-09-30 23:07:42 +00:00
containmentactions.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
containmentactions.h unnecessary comment 2009-08-25 16:08:15 +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 - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
context.h ok, this time JUST the plasma dir ;) 2008-11-03 23:08:39 +00:00
corona.cpp applet (and therefore containment) id's are uints 2009-10-15 04:05:50 +00:00
corona.h make a class to hold a map of default containmentactions plugins 2009-10-05 20:50:57 +00:00
datacontainer.cpp allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data 2009-06-27 01:26:33 +00:00
datacontainer.h apidox fix 2009-09-01 12:40:55 +00:00
dataengine.cpp SVN_SILENT: --warnings 2009-09-21 18:15:42 +00:00
dataengine.h Push in remote widgets 2009-09-02 02:27:16 +00:00
dataenginemanager.cpp Adding DataEngineManager::listEngineInfoByCategory, which returns a list of all known DataEngines filtering by category. 2009-05-12 16:13:51 +00:00
dataenginemanager.h Remove excessive whitespace 2009-08-25 14:36:47 +00:00
delegate.cpp Improve subitle showing in Plasma::Delegate. 2009-08-22 20:47:15 +00:00
delegate.h Improve subitle showing in Plasma::Delegate. 2009-08-22 20:47:15 +00:00
dialog.cpp look up in the parent hyerarchy rather than parentItem 2009-10-09 13:40:33 +00:00
dialog.h remove a bunch of dead code and some dptr member vars thanks to reliance on the kwin effects 2009-09-12 00:18:26 +00:00
framesvg.cpp - Fix several minor issues reported by Krazy2 2009-10-13 12:40:13 +00:00
framesvg.h * use the to-disk-cache-delay in Theme rather than do it per-FrameSvg object 2009-05-31 05:38:42 +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
kcm_remotewidgets.actions SVN_SILENT made messages (.desktop file) 2009-10-09 09:26:43 +00:00
Mainpage.dox Adding myself in the list of authors :) 2009-09-19 21:03:54 +00:00
Messages.sh Extract string from ui 2009-09-03 07:16:19 +00:00
package.cpp inverted logic 2009-10-15 19:34:34 +00:00
package.h missing @since 2009-09-22 00:55:30 +00:00
packagemetadata.cpp Push in remote widgets 2009-09-02 02:27:16 +00:00
packagemetadata.h APIDOX and code style++, plus policykit integration. 2009-09-02 23:49:46 +00:00
packagestructure.cpp use toLocalFile() instead of path(), since path() returns a path prepended by / which is invalid on windows 2009-10-12 15:47:38 +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 move our data files into a common place with some decent organization 2009-09-03 20:40: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 Move actionsFromMenu from AbstractRunner to plasma.h 2009-07-26 02:51:21 +00:00
plasma.h Merging Mehmet Ali Akmanalp new plasma::Animator code. It uses the new and shiny 2009-10-15 19:36:38 +00:00
plasma.kdev4 Push in remote widgets 2009-09-02 02:27:16 +00:00
popupapplet.cpp use weakpointer, hopefully a crash less 2009-10-15 16:42:41 +00:00
popupapplet.h * unify the code that positions the message overlay 2009-08-24 17:27:24 +00:00
querymatch.cpp * avoid accessing the runner and setting the id in the ctor 2009-10-13 21:42:22 +00:00
querymatch.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
README update it a bit 2009-06-10 23:29:23 +00:00
runnercontext.cpp 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
runnercontext.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
runnermanager.cpp restore load/save behaviour for krunner; short term fix only, however. this needs to be fixed in krunner (and possibly have RunnerManager extended a bit to make this less error prone) but it would be nice for krunner to be useful to others while i work on fixing this up... 2009-10-14 05:50:17 +00:00
runnermanager.h * if no config group is provided, use the app global one (compat with krunner, allows comfortable usage with e.g. plasmoids) 2009-09-07 22:36:04 +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 Rename the config.h.in to config-plasma.h.in for some added clarity. 2009-09-09 15:37:03 +00:00
service.h Push in remote widgets 2009-09-02 02:27:16 +00:00
servicejob.cpp Push in remote widgets 2009-09-02 02:27:16 +00:00
servicejob.h Push in remote widgets 2009-09-02 02:27:16 +00:00
svg.cpp QPointer -> QWeakPointer 2009-10-13 21:43:35 +00:00
svg.h put the delayed write-to-cache in theme rather than svg; this means that there is one collection per theme instead of one per svg, one timer per theme rather that one per svg and one write out to cache for the theme. win! 2009-05-30 03:08:33 +00:00
theme.cpp use the ThemeGlobal kconfigxt class in Theme 2009-10-07 18:44:33 +00:00
theme.h fix a performance issue: add a new insertintocache function, the new 2009-07-20 20:30:07 +00:00
tooltipcontent.cpp forward port r999260 by Ade 2009-07-25 07:21:14 +00:00
tooltipcontent.h clickable tooltips; plasma-devel@ people: please review API one more time 2009-06-26 06:40:15 +00:00
tooltipmanager.cpp Added possibility to set pop up (menu, dialog or other widgets) alignment to left, center or right 2009-09-28 17:28:17 +00:00
tooltipmanager.h correct @since 2009-08-06 22:50:29 +00:00
version.cpp more verbosity is helpful in debugging these things 2009-01-16 00:32:58 +00:00
version.h bump the v 2009-06-24 21:50:40 +00:00
view.cpp merge-squash of first containment-removal branch 2009-09-23 20:37:17 +00:00
view.h merge-squash of first containment-removal branch 2009-09-23 20:37:17 +00:00
wallpaper.cpp Amendments to Plasma::Wallpaper for wallpaper contextual actions support. 2009-10-12 13:01:51 +00:00
wallpaper.h fix little typo in the doc 2009-10-13 09:48:32 +00:00
windoweffects.cpp move the windows thumbnail code in WindowEffects, still to be decided if 2009-10-09 14:40:03 +00:00
windoweffects.h move the windows thumbnail code in WindowEffects, still to be decided if 2009-10-09 14:40:03 +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.