Plasma/Tasks

From KDE Community Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Individual Plasmoids

Activity Plasmoid

  • a simple button with the activities icon that, when clicked, calls plasma-desktop's dbus call to show the activities manager
  • should include a tooltip to note what it does
  • probably just use a Plasma::Icon for the UI
  • should be written in QML/Javascript

Calculator Plasmoid

  • a button that pops up a history of the last few (10?) calculations and results
  • a new plamoid that includes scientific functions

Calendar/Clock Plasmoids

https://bugs.kde.org/show_bug.cgi?id=252291 https://bugs.kde.org/show_bug.cgi?id=254161 https://bugs.kde.org/show_bug.cgi?id=254438 https://bugs.kde.org/show_bug.cgi?id=254439 https://bugs.kde.org/show_bug.cgi?id=258077 https://bugs.kde.org/show_bug.cgi?id=259097 https://bugs.kde.org/show_bug.cgi?id=264824

Character Map Plasmoid

Let the user select frequently-used characters. On the desktop, these would be listed at the top or bottom of the plasmoid. In the panel, they would be listed next to the icon for the plasmoid.

Folder View Plasmoid

  • On the desktop the folder view plasmoid lets you browse sub-folder by click on an an arrow icon. This feature is missing when folder view is in a panel and should be implemented. See:

bug 214270

  • Let the user set a blank label. The label should not take up any space when it is blank.

Kalgebra and Qalculate Plasmoid

  • a button that pops up a history of the last few (10?) calculations and results
  • merge these into a single plasmoid

Kate Sessions Plasmoid Plasmoid

Right-clicking on a session should give you options to remove or hide that session

Konqueror Sessions Plasmoid

Right-clicking on a session should give you options to remove or hide that session or profile

Konsole Profiles Plasmoid

Right-clicking on a profile should give you options to remove or hide that session or profile

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.

Pager Plasmoid

Show a thumbnail of the desktop on hover. This requires a kwin effect.

Quicklaunch Plasmoid

On the desktop, the popup button should scale and position itself properly with the size and shape of the plasmoid

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
  • dragging tasks to the desktop moves them to the current virtual desktop and/or adds them to the current activity
  • dragging tasks to the activity bar adds them to the current activity

Window List Plasmoid

add more actions to it such as "minimize all", see bug 191394 .

World Clock Plasmoid

  • Ability to set custom time in a selected timezone to see result in other timezones
  • Search box / combo to quickly select a timezone, with time edit next to it, and a "Current Time" button, able to turn on/off in config
  • In config use same timezone selector as normal clocks, make separate page not tab, set default timezone for clock to show
  • List view of time zones instead of map (or new widget?)

All plasmoids

X-KDE-PluginInfo-Website

Update X-KDE-PluginInfo-Website entries to point to their entries on Userbase

config dialogs

  • Connect config dialog widgets up with the Apply button; plasmoids completed:
    • Application Launcher/Kickoff
    • Application Launcher Menu/Kickoff
    • bball
    • binary clock - Romário Rios
    • bookmarks
    • bubblemon
    • comic
    • community
    • currentappcontrol
    • fifteenPuzzle
    • file watcher
    • folderview
    • fuzzy clock - Romário Rios
    • incomingmsg
    • kdeobservatory
    • knowledge
    • lancelot
    • leavenote
    • libplasmaclock - Romário Rios
    • life
    • lock_logout
    • luna
    • microblog
    • news
    • notes
    • notifications - Romário Rios
    • pager
    • paste
    • pastebin
    • picture frame
    • plasmaboard/panelIcon
    • qalculate
    • rememberthemilk - Romário Rios
    • rssnow
    • systemloadviewer
    • system-monitor
    • systray - Romário Rios
    • tasks
    • timer
    • weather lib (kdeplasma-addons/libs/plasmaweather/) + weatherstation
    • webbrowser
    • webslice
  • Make the configuration dialogs for all Plasmoids consistent in layout (QFormLayout style)
  • Redo shortcut configuration:
    • allow to add own actions (maybe also with global shortcuts)
    • add label to current activation shortcut

plasmoid size and profile issues

  • Plasmoids that are normally iconified in a panel should change to a format similar to on the desktop in a large panel. Not all do. These widgets still need such functionality:
  • In large panels, the following plasmoids do not properly change their width relative to their height, resulting in either the widget being extremely narrow relative to its width, having graphical glitches, or not resizing at all:
    • Blackboard
    • Calculator
    • Calendar
    • Chemistry Did You Know
    • Kalzium Concentration calculator
    • Kalzium Nuclear calculator
    • Life
    • Knowledge Base
    • News
    • Timer
    • World Clock
  • The following plasmoids remain iconified even on the desktop, even though on click they have content that would be appropriate to have expanded normally on the desktop:

Fix Scroll Bar Middle Click

Unlike the rest of KDE, many widgets do not scroll when you middle click on the scrollbar.

DataEngines

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)

Microblog dataengine

Implement missing parts of the Twitter/Identica protocol, see here: http://status.net/wiki/Twitter-compatible_API

  • Group resource
  • Friends resource
  • User resource
  • ...

KRunner

  • implement mimeDataForMatch(const QueryMatch *match) for various runner plugins, e.g. Shell, Nepomuk. See: bug 249621

Wallpapers

Slideshow wallpaper

When using a multi-screen setup, offer an option to link the random wallpaper selector for the two screens so they always select the same wallpaper.

Containments

Panel Containment

Implement an animation effect when showing a panel using "windows can cover" mode, similar to the slide in effect for "Auto-hide" mode. This would probably be a fade or dissolve effect. This requires a kwin effect.

Widget Explorer

The search box should have focus when the widget explorer is opened.

Activities

Remember your current virtual desktop on a per-activity basis. This requires kwin to provide appropriate metadata.

General

Rewrite of drag and drop behavior for widgets. What needs to happen is once the widget hits the "edge" (+ some margin?) of the containment it should be turned into a QDrag and "normal" DnD can begin. at which point, the panels will all Just Work(tm). bonus: it will also fix the "between multiple screens", "from panel to desktop" and perhaps even "between multiple activities" problem of DnD not supported well.

Who is doing what?

Job Person
Window List Michał Dutkiewicz
Microblog Group resource
X-KDE-PluginInfo-Website