summaryrefslogtreecommitdiffstats
path: root/libkonq
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2d7d2122cf33aa713cebef95981305039c798003)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1612-129/+129
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-264-16/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1390bece9a81780610a9aee6f7d543f72bf57d1a)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f924d271a4771b8046697fefd778d895a54d93d)
* Replace Qt with TQtMichele Calgaro2023-11-143-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-102-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2014-19/+19
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-1/+1
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22625693f124aae09863f4d33e30b625a96c3557)
* konqueror: add option to enable/disable using double click to navitage to ↵Michele Calgaro2023-04-302-2/+5
| | | | | | | the parent folder. This resolves issue #329 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f3ddd5b7cd91574ac67d6c5dcf1c40093285d200)
* Change libkonq/PLUGINS and libkonq/SERVICEMENUS to Markdown format.bobsmith2022-09-193-57/+67
| | | | | | | This resolves issue #290. Signed-off-by: bobsmith <bobsmith432@tutanota.com> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace listview's binary "Case Insensitive Sort" option with 3 mutually ↵Vincent Reher2022-07-026-2/+98
| | | | | | | | | | | | 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-172-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* LibKonq: modified setIcons() to accept custom spacing values.Mavridis Philippe2021-03-301-1/+1
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0725-25/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added icons to Properties popup menu entry in konqueror, kdesktop and ↵Michele Calgaro2020-12-021-1/+1
| | | | | | tdehwdevicetray. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Konqueror/KDesktop popup menu: sort service actions by filename to ensure ↵Michele Calgaro2020-11-291-5/+4
| | | | | | consistency. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* konqueror & kdesktop: default action for a media encrypted disk isMichele Calgaro2020-10-171-1/+24
| | | | | | either lock or unlock based on the current locking status. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* konqueror & kdesktop: removed "open/open in new tab/..." items forMichele Calgaro2020-10-173-52/+63
| | | | | | encrypted media devices (either locked or unlocked) from popup menu. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-226-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-288-300/+27
| | | | | | | + 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 <slavek.banko@axis.cz>
* Make sure to use default file manager when opening medias from kdesktop icons.Michele Calgaro2020-02-201-12/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Synchronize German translation of web pages with the rest.Chris2020-01-231-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Improve edit as root servicemenu entry.Chris2019-11-031-6/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-091-0/+6
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Konqueror: Do not include items that are selected but hidden by the filterSlávek Banko2017-07-071-5/+5
| | | | | | for operations such as copying, moving, deleting,... Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-235-0/+0
|
* Added required refreshItems logic. This relates to bug 146.Michele Calgaro2015-01-162-6/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Call setActive if new focus window is found and set when rotating focus to ↵Timothy Pearson2014-11-211-1/+2
| | | | | | next available window This resolves Bug 2189
* Fix large file previews that were broken in GIT hash 3e7ad37fTimothy Pearson2014-11-143-8/+46
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-3/+3
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-4/+4
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebaseTimothy Pearson2014-10-112-2/+2
|\
| * Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | | | | | match XDG specifications
* | Second part of prior commitTimothy Pearson2014-10-111-3/+3
|/
* If drkonqi launches during logout show it after 30 seconds have elapsedTimothy Pearson2014-10-051-3/+6
|
* Repair all known Konqueror performance regressions caused by early calls to ↵Timothy Pearson2014-09-271-8/+3
| | | | | | | expensive mimetype operations These accidental errors span most TDE releases and many KDE 3.x releases This resolves Bug 699
* Added code to copy global bookmarks from ↵Michele Calgaro2014-06-171-2/+14
| | | | | | | | | /opt/trinity/share/apps/konqueror/bookmarks.xml to $HOME/.trinity/share/apps/konqueror/bookmarks.xml if the user has no personal bookmarks. This allows giving default bookmarks to the users upon first konqueror startup. Thanks to François Andriot for the original patch, which had to be fixed in order to get this to work correctly. This relates to bug 1499.
* Remove unnecessary KDirLister instance from IVI free space indicator moduleTimothy Pearson2014-04-082-24/+7
| | | | This relates to Bug 1666
* Fix Konqueror popup menu hang when tdeioslave localurl job is not responding ↵Timothy Pearson2014-04-071-2/+3
| | | | properly
* Fix prior commitTimothy Pearson2014-04-071-3/+0
|
* Work around hang on popup menu opening in non-local directory in KonquerorTimothy Pearson2014-04-071-2/+5
|
* Fix localURL signalFrancois Andriot2014-03-142-3/+4
| | | | This relates to Bug 1902
* Fix free space overlay not disappearing on unmountTimothy Pearson2013-12-271-0/+2
| | | | | Fix devices disappearing on unmount Automatically close notification popup on associated media device removal
* Minor code cleanupTimothy Pearson2013-12-142-5/+10
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-281-13/+13
|
* Update XDG mimetypes.Darrell Anderson2013-11-083-12/+12
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-3/+3
|