Don't consider filtered out tasks siblings when sorting in new tasks
ClosedPublic

Authored by hein on Jul 26 2018, 6:59 AM.

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.Jul 26 2018, 6:59 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJul 26 2018, 6:59 AM
hein requested review of this revision.Jul 26 2018, 6:59 AM
broulik added inline comments.
libtaskmanager/tasksmodel.cpp
561

Now it's no longer "Pre filter", is it?

hein added inline comments.Sep 10 2018, 10:40 AM
libtaskmanager/tasksmodel.cpp
561

sortedPreFilterRows is a list of pre-filter row indices we use for sorting. Moving its contents around doesn't change the fact that those contents are row indices from before filtering :)

broulik accepted this revision.Sep 10 2018, 11:07 AM
This revision is now accepted and ready to land.Sep 10 2018, 11:07 AM
This revision was automatically updated to reflect the committed changes.