From 0825733847b5f657f86e4caef5d9a9d44802b383 Mon Sep 17 00:00:00 2001 From: Vincent Reher Date: Thu, 12 May 2022 10:37:55 -0700 Subject: Set up konqueror interface to TDEIO:HiddenFileMatcher object: (1) Establish "HiddenFileSpec" key to be stored in a konq*viewrc config file. (2) Establish menu access for modifying key in listview (iconview TBD). The "HiddenFileSpec" key (under [Settings] in config/konqlistviewrc) should contain a string specifying what constitutes a hidden file. The string should conform to the syntax described in latest commit message for corresponding tdelibs PR # 163. Testing at this point will require manually editing the configuration file. KonqListView::slotChangeHiddenFileMatcher will eventually call a dialog through which a user can query and modify the specification for how "hidden" files are to be identified. Currently it only demonstrates access to HiddenFileMatcher methods. Signed-off-by: Vincent Reher --- konqueror/listview/konq_textview.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'konqueror/listview/konq_textview.rc') diff --git a/konqueror/listview/konq_textview.rc b/konqueror/listview/konq_textview.rc index e29a0293b..37cbaa67c 100644 --- a/konqueror/listview/konq_textview.rc +++ b/konqueror/listview/konq_textview.rc @@ -12,6 +12,7 @@ &View + &Sort -- cgit v1.2.1