Plasma/Tasks: Difference between revisions
< Plasma
m (→KRunner: cleanup) |
No edit summary |
||
Line 1: | Line 1: | ||
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 [https://mail.kde.org/mailman/listinfo/plasma-devel Plasma Devel mailing list]. | 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 [https://mail.kde.org/mailman/listinfo/plasma-devel Plasma Devel mailing list]. | ||
==Hotplug DataEngine== | |||
* add serviceForSource to the hotplug DataEngine (kdebase-workspace/plasma/generic/dataengines/hotplug) that provides an easy way to run a given predicate file. | |||
* add a sourceRequested method for "predicate:<some predicate file>" sources that would return information on the predicate (name, icon, etc) | |||
==Window List Plasmoid== | ==Window List Plasmoid== |
Revision as of 19:46, 3 January 2011
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.
Hotplug DataEngine
- add serviceForSource to the hotplug DataEngine (kdebase-workspace/plasma/generic/dataengines/hotplug) that provides an easy way to run a given predicate file.
- add a sourceRequested method for "predicate:<some predicate file>" sources that would return information on the predicate (name, icon, etc)
Window List Plasmoid
add more actions to it such as "minimize all", see bug 191394 . Claimed by : shadeslayer ( Rohan Garg )
Tasks Plasmoid
when "only show minimized windows" is selected, set the minimize-to target of all non-minimized windows to the taskbar. see: bug 209650
Icon Plasmoid
either it needs cleaning up, or a new plasmoid needs to be created, that works well as a custom launcher and/or url shortcut.
All plasmoids
X-KDE-PluginInfo-Website
Update X-KDE-PluginInfo-Website entries to point to their entries on Userbase
config dialogs
Make the configuration dialogs for all Plasmoids consistent in layout (QFormLayout style)
KRunner
- implement mimeDataForMatch(const QueryMatch *match) for various runner plugins, e.g. Shell, Nepomuk. See: bug 249621