Summary: | TaskManager::TasksModel: use QDateTime instead of QTime for lastActivated | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | antroids <publicantroids> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, qydwhotmail |
Priority: | NOR | ||
Version: | 6.1.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/1b6359a4db1670b01f05aabb24735879ed629261 | Version Fixed In: | 6.2.5 |
Sentry Crash Report: |
Description
antroids
2024-09-27 08:16:37 UTC
Nice investigation. Would you like to submit a patch? A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4986 Git commit 98469ba87c48b3c12b5947d6f7fbebf7f771d2bc by Fushan Wen, on behalf of Anton Kharuzhy. Committed on 14/12/2024 at 12:57. Pushed by fusionfuture into branch 'master'. libtaskmanager: use QDateTime instead of QTime for lastActivated TaskManager model can have rows sorted in wrong order if some tasks were activated yesterday and sort mode is SortLastActivated. FIXED-IN: 6.2.5 M +3 -3 libtaskmanager/autotests/xwindowtasksmodeltest.cpp M +3 -3 libtaskmanager/taskgroupingproxymodel.cpp M +12 -12 libtaskmanager/tasksmodel.cpp M +4 -3 libtaskmanager/waylandtasksmodel.cpp M +3 -2 libtaskmanager/xwindowtasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/98469ba87c48b3c12b5947d6f7fbebf7f771d2bc Git commit 1b6359a4db1670b01f05aabb24735879ed629261 by Fushan Wen. Committed on 14/12/2024 at 13:01. Pushed by fusionfuture into branch 'Plasma/6.2'. libtaskmanager: use QDateTime instead of QTime for lastActivated TaskManager model can have rows sorted in wrong order if some tasks were activated yesterday and sort mode is SortLastActivated. FIXED-IN: 6.2.5 (cherry picked from commit 98469ba87c48b3c12b5947d6f7fbebf7f771d2bc) b3d7eb9c #493724: TaskManager::TasksModel: use QDateTime instead of QTime for lastActivated fb4f2f06 Merge branch plasma-workspace:master into master Co-authored-by: Anton Kharuzhy <publicantroids@gmail.com> M +3 -3 libtaskmanager/autotests/xwindowtasksmodeltest.cpp M +3 -3 libtaskmanager/taskgroupingproxymodel.cpp M +12 -12 libtaskmanager/tasksmodel.cpp M +4 -3 libtaskmanager/waylandtasksmodel.cpp M +3 -2 libtaskmanager/xwindowtasksmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/1b6359a4db1670b01f05aabb24735879ed629261 |