~blue-shell/kdebase-workspace/tasks-qml

« back to all changes in this revision

Viewing changes to plasma/desktop/applets/tasks/package/contents/ui/main.qml

  • Committer: Eike Hein
  • Date: 2013-04-10 14:13:37 UTC
  • Revision ID: git-v1:36c75f2e191de7e252877da097581582a9a7d413
Window highlights on preview hover.

Taking a short break with an easy one off the todo list while
fighting the big fight on launcher layouts :).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    property bool showOnlyCurrentDesktop: false
39
39
    property bool showOnlyMinimized: false
40
40
    property bool showToolTip: true
 
41
    property bool highlightWindows: false
41
42
    property bool manualSorting: false
42
43
    property int activeWindowId: 0
43
44
 
78
79
    Tasks.ToolTip {
79
80
        id: toolTip
80
81
 
 
82
        highlightWindows: tasks.highlightWindows
 
83
 
81
84
        function generateSubText(desktop) {
82
85
            if (!tasks.showOnlyCurrentDesktop) {
83
86
                return i18n("On %1", desktop);