Summary: | Add option to display permissions in numerical format ("777") rather than textually ("rwxrwxrwx") | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Frank Steinmetzger <dev+kde> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | dutchgigalo, elvis.angelaccio, nate, serg |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/b7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c | Version Fixed In: | 23.04 |
Sentry Crash Report: |
Description
Frank Steinmetzger
2010-02-19 22:45:18 UTC
Resetting assignee to default as per bug #305719 It doesn't make sense to do this only in Details view, because permissions can be displayed in other places in Dolphin. If we're going to add this option, it should apply everywhere. *** Bug 374051 has been marked as a duplicate of this bug. *** just to be clear... ("numerical format" = octal format) A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/494 Git commit b7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c by Méven Car, on behalf of Serg Podtynnyi. Committed on 14/02/2023 at 16:40. Pushed by meven into branch 'master'. Add new settings for permissions column format Ability to configure column for the file/dir permissions in Numeric(Octal)/Textual/Combined style and update field display style to be right-alighed. Add toolips to column menu items M +15 -1 src/kitemviews/kfileitemlistwidget.cpp M +49 -43 src/kitemviews/kfileitemmodel.cpp M +2 -0 src/kitemviews/kfileitemmodel.h M +9 -0 src/settings/dolphin_detailsmodesettings.kcfg M +31 -0 src/settings/viewmodes/viewsettingstab.cpp M +3 -0 src/settings/viewmodes/viewsettingstab.h M +3 -2 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/commit/b7fa85a33d6b5c1b2a5b60b64a78f7f208ea304c |