Summary: | konqueror file manager: home directory should show regular folders first and then hidden folders | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | vatbier <vatbier> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugs, bugzilla, finex, lnxusr, nate, wikt.sztw+kdebugs |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/996e430b62075c5b69571f141456dbe5f2956679 | Version Fixed In: | 21.08 |
Sentry Crash Report: |
Description
vatbier
2010-06-09 20:29:04 UTC
I like to have the hidden file displayed first. Moreover someone else could like the bash-way (the "." is not considered while ordering). So adding an option for choosing how order the hidden files looks like a bit exaggerate :-) :-) :-) :-) There already is an option to switch between "proper" sorting and natural order sorting. Why not do this properly with a choice between several styles (bash, mc, ...) and some fine-tuning options? Alternatively, there already is an option to display directories first (View -> Sort By), an option to display hidden directories/files after visible ones would be right at home there... (For the record, I like the current order, too.) I prefer the current sorting with the hidden files first. But options (. not considered, hidden files after visible ones) would be an acceptable alternative for everyone I guess. *** Bug 278397 has been marked as a duplicate of this bug. *** Resetting assignee to default as per bug #305719 Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/203 Git commit 996e430b62075c5b69571f141456dbe5f2956679 by Méven Car, on behalf of Gastón Haro. Committed on 10/05/2021 at 06:13. Pushed by meven into branch 'master'. Show hidden files and folders last Hidden files and folders are always displayed after not hidden files. Revision: https://phabricator.kde.org/D29115 M +9 -0 src/kitemviews/kfileitemmodel.cpp M +57 -5 src/tests/kfileitemmodeltest.cpp https://invent.kde.org/system/dolphin/commit/996e430b62075c5b69571f141456dbe5f2956679 This should be a setting that can be disabled. I do not want the hidden files and folders to be show after the unhidden ones. Git commit 50149d6abb8a0a978db3c6afb5238bc42a4a89c8 by Zren (Chris Holland), on behalf of Gaston Haro. Committed on 05/08/2021 at 12:55. Pushed by cholland into branch 'release/21.08'. Configurable Show hidden files and folders last toggle Revision: https://phabricator.kde.org/D29115 M +22 -6 src/kitemviews/kfileitemmodel.cpp M +7 -0 src/kitemviews/kfileitemmodel.h M +5 -0 src/settings/dolphin_directoryviewpropertysettings.kcfg M +14 -0 src/settings/viewpropertiesdialog.cpp M +2 -0 src/settings/viewpropertiesdialog.h M +29 -0 src/views/dolphinview.cpp M +15 -0 src/views/dolphinview.h M +19 -0 src/views/dolphinviewactionhandler.cpp M +10 -0 src/views/dolphinviewactionhandler.h M +14 -0 src/views/viewproperties.cpp M +3 -0 src/views/viewproperties.h https://invent.kde.org/system/dolphin/commit/50149d6abb8a0a978db3c6afb5238bc42a4a89c8 |