summaryrefslogtreecommitdiffstats
path: root/konqueror/listview/konq_listviewitems.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changes to bring code up to date and to synchronize with current changesissue/270/tdebaseVincent Reher2023-10-031-1/+1
| | | | | | | | | in https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/209. Code now includes GUI enabling user to change TDEHiddenFileMatcher for current KDirLister. Signed-off-by: Vincent Reher <tde@4reher.org>
* Implemented better fallback when konqlistviewrc/[Settings]/hiddenFileSpecVincent Reher2023-10-031-3/+2
| | | | | | | | | key does not exist Implemented more comprehensive response to user-caused changes to hidden file match criteria Signed-off-by: Vincent Reher <tde@4reher.org>
* Updates to accommodate tdelibs PR 163 commit 7cd3caffa5.Vincent Reher2023-10-031-5/+3
| | | | Signed-off-by: Vincent Reher <tde@4reher.org>
* Set up konqueror interface to TDEIO:HiddenFileMatcher object:Vincent Reher2023-10-031-2/+6
| | | | | | | | | | | | | | | | | (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 <tde@4reher.org>
* Implement TDE/tdebase#270 for tdebase: Extend meaning of "Hidden" files.Vincent Reher2023-10-031-1/+1
| | | | | | This commit requires a related commit for tdelibs. Signed-off-by: Vincent Reher <tde@4reher.org>
* Replace listview's binary "Case Insensitive Sort" option with 3 mutually ↵Vincent Reher2022-07-021-5/+5
| | | | | | | | | | | | exclusive options: 1. Unicode based (AB...ab) 2. Unicode based, case insensitive (aAbB) 2. Locale based This resolves issue #252. Signed-off-by: Vincent Reher <tde@4reher.org>
* Introduce additional sorting / grouping options and actions for KonquerorVincent Reher2021-12-171-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <tde@4reher.org> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+459
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>