summaryrefslogtreecommitdiffstats
path: root/konqueror/listview/konq_listviewitems.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2023-11-141-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7bc43c68b3c095631628e1fb691242315687d15b)
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+459
Signed-off-by: Michele Calgaro <[email protected]>