https://bugs.kde.org/show_bug.cgi?id=410538
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/dol | |phin/7f6d49377b3b66da9811d9 | |4aa0166872e4f44836 Status|CONFIRMED |RESOLVED --- Comment #3 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit 7f6d49377b3b66da9811d94aa0166872e4f44836 by Elvis Angelaccio, on behalf of Nazar Kalinowski. Committed on 01/09/2019 at 15:50. Pushed by elvisangelaccio into branch 'master'. Make non-empty textual columns come first in sorting Summary: Current behavior of dolphin in sorting of files with textual columns (e.g. tags) is to show files without this particular textual column (e.g. without tags) first. This patch changes this behavior so that dolphin shows the files with some value before the files without any value for chosen sorting method. Test Plan: Sorting by name (isn't affected by the patch): https://i.imgur.com/eqbYwyZ.png Sorting by textual column ("tags" in this particular example), old version (non-tagged files and folders come first): https://i.imgur.com/5KLLujU.png patched version (tagged files and folders come first): https://i.imgur.com/oUAeZ2z.png Reviewers: #dolphin, #vdg, ngraham Reviewed By: #dolphin, #vdg, ngraham Subscribers: elvisangelaccio, ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D23482 M +9 -2 src/kitemviews/kfileitemmodel.cpp https://commits.kde.org/dolphin/7f6d49377b3b66da9811d94aa0166872e4f44836 -- You are receiving this mail because: You are watching all bug changes.