Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 1 | -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 Calgaro | 2023-04-30 | 1 | -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 Reher | 2022-07-02 | 9 | -38/+106 |
| | | | | | | | | | | | | 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 Konqueror | Vincent Reher | 2021-12-17 | 8 | -18/+337 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]> | ||||
* | konqueror: prevent media:/ or system:/media urls to be replaced by their | Michele Calgaro | 2021-01-06 | 1 | -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 Calgaro | 2020-12-07 | 11 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-28 | 5 | -313/+5 |
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Konqueror: Do not include items that are selected but hidden by the filter | Slávek Banko | 2017-07-07 | 1 | -3/+3 |
| | | | | | | for operations such as copying, moving, deleting,... Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Konqueror: Deselect items that are hidden by the filter during Select and ↵ | Slávek Banko | 2017-07-07 | 1 | -8/+20 |
| | | | | | | Deselect Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Added new functionality to Konqueror. | Michele Calgaro | 2015-08-27 | 2 | -0/+27 |
| | | | | | | Double clicking on an empty area in the listview or iconview widget will navigate to the parent folder. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added required refreshItems logic. This relates to bug 146. | Michele Calgaro | 2015-01-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 1 | -1/+1 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵ | Timothy Pearson | 2014-10-11 | 4 | -8/+8 |
| | | | | match XDG specifications | ||||
* | Reset keyboard selection when using mouse rubberband to select items | Timothy Pearson | 2014-10-09 | 1 | -71/+69 |
| | | | | This relates to Bug 1961 | ||||
* | Fix rare Konqueror crash in tree view mode | Timothy Pearson | 2014-10-04 | 5 | -4/+19 |
| | | | | This relates to Bug 1820 | ||||
* | Repair all known Konqueror performance regressions caused by early calls to ↵ | Timothy Pearson | 2014-09-27 | 10 | -15/+52 |
| | | | | | | | expensive mimetype operations These accidental errors span most TDE releases and many KDE 3.x releases This resolves Bug 699 | ||||
* | Clear modified field on media device unmount (and other cases where the ↵ | Timothy Pearson | 2014-04-18 | 1 | -1/+5 |
| | | | | | | modified date is no longer valid) This resolves the remainder of Bug 1666 | ||||
* | Fix various dirlister sidebar problems | Timothy Pearson | 2013-12-18 | 1 | -1/+1 |
| | | | | This resolves Bug 1764 | ||||
* | Fix unintended automatic selection during renaming in Konqueror listview | Slávek Banko | 2013-11-09 | 1 | -0/+2 |
| | | | | This relates to Bug 1677 | ||||
* | Enhance renaming in Konqueror listview | Michele Calgaro | 2013-11-09 | 4 | -6/+74 |
| | | | | This resolves Bug 1677 | ||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 2 | -2/+2 |
| | |||||
* | Use small execute area in Konqueror list view widget | Timothy Pearson | 2013-06-10 | 1 | -0/+1 |
| | | | | This resolves the remainder of Bug 1543 | ||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 8 | -9/+9 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 2 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 5 | -9/+9 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 6 | -7/+7 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 10 | -71/+71 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 4 | -6/+6 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 3 | -4/+4 |
| | |||||
* | Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-25 | 8 | -94/+94 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 5 | -17/+17 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 2 | -5/+5 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Update TQt3 property/enum macros | Timothy Pearson | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 4 | -13/+13 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Repair incorrectly show icon activation effect in List View when said ↵ | Timothy Pearson | 2012-01-07 | 1 | -3/+6 |
| | | | | | | effects are disabled This closes Bug 335 | ||||
* | Rename obsolete tq methods to standard names | Timothy Pearson | 2011-12-21 | 2 | -2/+2 |
| | |||||
* | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 9 | -16/+16 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 5 | -32/+32 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 12 | -50/+50 |
| | | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 12 | -50/+50 |
| | |||||
* | Additional renaming of kde to tde | Timothy Pearson | 2011-11-16 | 1 | -1/+1 |
| | |||||
* | rename the following methods: | tpearson | 2011-08-10 | 1 | -7/+7 |
| | | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | rename the following methods: | tpearson | 2011-08-10 | 5 | -13/+13 |
| | | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Remove the tq in front of these incorrectly TQt4-converted methods/data members: | tpearson | 2011-07-09 | 11 | -22/+22 |
| | | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Rename incorrect instances of tqrepaint[...] to repaint[...] | tpearson | 2011-07-07 | 2 | -4/+4 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Allow kdebase to (mostly) function correctly with TQt for Qt4 | tpearson | 2011-02-15 | 7 | -27/+28 |
| | | | | | | | | Fix kicker tackbar handling under Classic mode (thanks to Ilya Chernykh for the patch) Fix a newly invalidated section of code under GCC 4.5.2 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723#c6) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | [kdebase] initial cmake support | samelian | 2011-01-23 | 1 | -0/+55 |
| | | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da | ||||
* | Enable compilation with TQt for Qt4 3.4.0 TP2 | tpearson | 2011-01-19 | 16 | -84/+84 |
| | | | | | | | This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da |