Summary: | tasks applet shuffles items without need when "app-is-loading" item is present and "sort by desktop" is enabled | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Dmitry Suzdalev <dimsuz> |
Component: | widget-taskbar | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Suzdalev
2009-12-21 10:51:36 UTC
Forgot one detail - you need to configure Tasks applet to show apps from all desktops. SVN commit 1109042 by dimsuz: Fix "sorting by desktop" strategy: - Make it sort by task id instead of task's name => fixes items order changing on window title change - Fix sorting when startup tasks are in the list (fixes bug 219528) As a part of the fix, added AbstractGroupableItem::id() and AbstractGroupableItem::isStartupItem() methods. BUG: 219528 REVIEW: http://reviewboard.kde.org/r/3375/ M +20 -3 abstractgroupableitem.cpp M +7 -0 abstractgroupableitem.h M +23 -3 strategies/desktopsortingstrategy.cpp M +5 -0 taskitem.cpp M +1 -0 taskitem.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1109042 |