https://bugs.kde.org/show_bug.cgi?id=500512
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.17 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/9ed2b97 | |01f0d76d7d2f756f4fcabb633fd | |726502 --- Comment #10 from Nate Graham <[email protected]> --- Git commit 9ed2b9701f0d76d7d2f756f4fcabb633fd726502 by Nate Graham. Committed on 04/07/2025 at 20:06. Pushed by ngraham into branch 'master'. KDirOperator: Make "newest first" the default kind of date sorting When sorting by date, "newest first" is more useful in the context of a file dialog where you're more likely to want to interact with newer files rather than older ones. To implement this, KDirOperator now inverts the sort order it's told to apply when sorting by date. It has to be done this way because the "reversed sorting" setting is stored globally, not per sort method. FIXED-IN: 6.17 M +7 -2 src/filewidgets/kdiroperator.cpp https://invent.kde.org/frameworks/kio/-/commit/9ed2b9701f0d76d7d2f756f4fcabb633fd726502 -- You are receiving this mail because: You are watching all bug changes.
