Improve By Desktop sorting for task groups
ClosedPublic

Authored by hein on Mar 12 2018, 9:35 AM.

Details

Summary

TaskGroupingProxyModel used to return QVariant() as the
AbstractTasksModel::VirtualDesktop role for task groups,
resulting in TasksModel to sort task groups indiscrimi-
nately at the front of the list. In this patch, it instead
returns the lowest virtual desktop found among the children.

BUG:384747

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
hein created this revision.Mar 12 2018, 9:35 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 12 2018, 9:35 AM
hein requested review of this revision.Mar 12 2018, 9:35 AM
mart accepted this revision.Mar 13 2018, 11:56 AM
This revision is now accepted and ready to land.Mar 13 2018, 11:56 AM
This revision was automatically updated to reflect the committed changes.