Skip to content
Commit 2ac45a07 authored by José Millán Soto's avatar José Millán Soto
Browse files

Modify Tasks applet to display in which activities a window is on

Shows information about the activities on which a window is available on the
tooltip of task items.

Depending whether the applet is configured to show tasks which are not
available in the current activity or not, the information displayed will be
different.
If the applet is configured to show only tasks in current activity, only the
tasks which are also available in other activities will have this information
in the tooltip.

Two new methods were added to TaskItem, both of them returning QStringList
 - activities: Returns the id of the activities on which the window is
currently available.
 - activityNames: Returns the names of those activities.

BUG: 307163
FEATURE: 110413
parent b8d61a48
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment