From 9cd504156b4fff688cd427af7244f6522f2e5da8 Mon Sep 17 00:00:00 2001 From: Vincent Reher Date: Tue, 2 Nov 2021 09:11:34 -0700 Subject: Introduce additional sorting / grouping options and actions for Konqueror listviews, available through new submenu: View => Sort Options: (1) "Group Directories First" - Toggle on/off option to group directories before non-directories. Comparable to iconview's "Folders First" option. (2) "Group Hidden First" - Toggle on/off option to group hidden entities (aka dotfiles) before non-hidden. Option-related settings are stored in config/konqlistviewrc Actions: (1) "Reverse Sort Order" - Toggle sort order of the current sort column. Action bound to key Ctrl+R. (2) "Alternate Sort Order" - Toggle sorting between 2 most recent sort columns selected by mouse click. The existing sort order for the sort columns is preserved. Action bound to key Ctrl+S. Action-related settings are stored in config/konquerorrc/[Listview_file] Signed-off-by: Vincent Reher Signed-off-by: Michele Calgaro --- konqueror/listview/konq_textview.rc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'konqueror/listview/konq_textview.rc') diff --git a/konqueror/listview/konq_textview.rc b/konqueror/listview/konq_textview.rc index 612deb5cb..20b20f451 100644 --- a/konqueror/listview/konq_textview.rc +++ b/konqueror/listview/konq_textview.rc @@ -1,5 +1,5 @@ - + &Edit Selection @@ -13,7 +13,15 @@ &View - + Sort + + + + + + + + Show Details -- cgit v1.2.1