summaryrefslogtreecommitdiffstats
path: root/konqueror/listview/konq_listviewwidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-161-54/+54
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7)
* Replace Qt with TQtMichele Calgaro2023-11-141-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a8f627e6d45af521718176586daf0253b4daa597)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-101-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-2/+2
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 22625693f124aae09863f4d33e30b625a96c3557)
* konqueror: add option to enable/disable using double click to navitage to ↵Michele Calgaro2023-04-301-23/+27
| | | | | | | the parent folder. This resolves issue #329 Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f3ddd5b7cd91574ac67d6c5dcf1c40093285d200)
* Replace listview's binary "Case Insensitive Sort" option with 3 mutually ↵Vincent Reher2022-07-021-10/+2
| | | | | | | | | | | | 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]>
* konqueror: prevent media:/ or system:/media urls to be replaced by theirMichele Calgaro2021-01-061-2/+7
| | | | | | | respective /media/... path when navigating to the parent folder using mouse double click on empty space inside a listview. Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+1592
Signed-off-by: Michele Calgaro <[email protected]>