Plasma/Tasks: Difference between revisions
< Plasma
Line 31: | Line 31: | ||
** <s>konqprofiles</s> (has no configuration settings) | ** <s>konqprofiles</s> (has no configuration settings) | ||
** <s>konsoleprofiles</s> (has no configuration settings) | ** <s>konsoleprofiles</s> (has no configuration settings) | ||
** lancelot | ** <s>lancelot</s> | ||
** <s>leavenote</s> | ** <s>leavenote</s> | ||
** <s>life</s> | ** <s>life</s> | ||
Line 44: | Line 44: | ||
** rememberthemilk | ** rememberthemilk | ||
** rssnow | ** rssnow | ||
** <s>shelf</s> | |||
** showdashboard | ** showdashboard | ||
** showdesktop | ** showdesktop |
Revision as of 09:50, 7 September 2010
Below is a collection of open tasks that anyone could jump into immediately. For further information on any of the tasks, visit us in #plasma on irc.freenode.net or on the Plasma Devel mailing list.
Plasmoids
- Folderview: extend FolderView::configChanged() such that all configuration options are read there on FolderView start. This will ensure that configuration changes made "behind its back" (e.g. by the Desktop Scripting) will take effect. The code is in kdebase/apps/plasma/applets/folderview. Claimed by: shadeslayer ( Rohan Garg )
- Window List Plasmoid: add more actions to it such as "minimize all", see https://bugs.kde.org/show_bug.cgi?id=191394
- Tasks Plasmoid: when "only show minimized windows" is selected, set the minimize-to target of all non-minimized windows to the taskbar. see: https://bugs.kde.org/show_bug.cgi?id=209650
- Check plasmoids in kdeplasma-addons/applets/ for the configChanged() method, which should reload any settings from the configuration file. configChanged() is how applets are notified that the configuration changed behind their back (e.g. by a desktop script). Currently needing attention are:
bballbinary-clockblackboard(has no configuration settings)bookmarksbubblemoncalculator(has no configuration settings)charselect(has no configuration settings)- comic
- community
eyes(has no configuration settings)fifteenPuzzle- fileWatcher
framefuzzy-clock- incomingmsg
- kdeobservatory
- kimpanel
- knowledgebase
- kolourpicker
konqprofiles(has no configuration settings)konsoleprofiles(has no configuration settings)lancelotleavenotelifelunamagnifique(has no configuration settings)mediaplayer(has no configuration settings)- notes
- nowplaying
- paste
pastebin- previewer
- rememberthemilk
- rssnow
shelf- showdashboard
- showdesktop
- social-news
- spellcheck
- systemloadviewer
timer- weather
webslice
Plasma Desktop Shell
Plasma Netbook Shell
Plasma Mobile Shell
Plasma Mediacenter
KRunner
- implement mimeDataForMatch(const QueryMatch *match) for various runner plugins, e.g. Shell, Nepomuk. See: https://bugs.kde.org/show_bug.cgi?id=249621