summaryrefslogtreecommitdiffstats
path: root/libkonq
Commit message (Collapse)AuthorAgeFilesLines
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-053-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1612-129/+129
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-264-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-133-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-092-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2014-19/+19
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Change libkonq/PLUGINS and libkonq/SERVICEMENUS to Markdown format.bobsmith2022-09-193-57/+67
| | | | | | | This resolves issue #290. Signed-off-by: bobsmith <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* LibKonq: modified setIcons() to accept custom spacing values.Mavridis Philippe2021-03-301-1/+1
| | | | Signed-off-by: Mavridis Philippe <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0725-25/+25
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added icons to Properties popup menu entry in konqueror, kdesktop and ↵Michele Calgaro2020-12-021-1/+1
| | | | | | tdehwdevicetray. Signed-off-by: Michele Calgaro <[email protected]>
* Konqueror/KDesktop popup menu: sort service actions by filename to ensure ↵Michele Calgaro2020-11-291-5/+4
| | | | | | consistency. Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-226-12/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Make sure to use default file manager when opening medias from kdesktop icons.Michele Calgaro2020-02-201-12/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Synchronize German translation of web pages with the rest.Chris2020-01-231-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* Improve edit as root servicemenu entry.Chris2019-11-031-6/+6
| | | | Signed-off-by: Chris <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-091-0/+6
| | | | | | Update TIMEZONES list. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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
|