Commit Graph

224 Commits (065201c1ba96221cd0ea750468b785926a5c94cc)

Author SHA1 Message Date
Jan Sucan 4b16c87321 konqueror: Update URL of TQt Reference Documentation
Signed-off-by: Jan Sucan <jan@jansucan.com>
8 months ago
Jan Sucan 73986e841c konqueror: Update URL of Trinity API Reference
Signed-off-by: Jan Sucan <jan@jansucan.com>
8 months ago
Mavridis Philippe 9ed610f50d
Konqueror: Add support for back/forward actions using history mouse buttons
This closes #421.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
9 months ago
Michele Calgaro 026828840f
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro c4a6487c82
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 8aea8afbc5
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 82c1dbe490
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 36f2e08fd3
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro e4c9b13a62
Replaced various '#define' with actual strings - part 2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 81ad1f9e3c
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 8f924d271a
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro b965cbac5b
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 33c7d15989
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a8f627e6d4
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 014f6d2586
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro de59847577
konqueror: make sure to clean pointers in iconview (add-up to previous commit)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro bfb2c13ee3
konqueror: extend 'double click to move to parent' functinality to iconview mode as well
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 0fc56f21d4
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 67f2b0da2c
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 7bc43c68b3
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 814bf5fc4f
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 22625693f1
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 0d30cdb383
Replace usage of obsolete TQLineEdit methods with supported methods
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro f3ddd5b7cd
konqueror: add option to enable/disable using double click to navitage to the parent folder. This resolves issue #329
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro d88a72a5bc
Fix Konqueror SEGV when the KPropertiesDialog is opened on the root
element of the treeview. This resolves issue #310.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Vincent Reher d4e06b7696
Replace listview's binary "Case Insensitive Sort" option with 3 mutually 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>
3 years ago
Vincent Reher 9cd504156b
Introduce additional sorting / grouping options and actions for Konqueror
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>
3 years ago
gregory guy edb2f9dacd
Add missing icons in konqueror, namely:
Konqueror Introduction, Move Tab Left/Right and Rename.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Michele Calgaro 7d88509cf8
konqueror: if requested to navigate to an encrypted disk from the
location bar or CLI, offer the user the ability to unlock the disk
and subsequently navigate to the "media" folder. This replaces the
odd and non-useful behavior of presenting the "open with" dialog on
an encrypted medium.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 319b7e50dc
konqueror: prevent media:/ or system:/media urls to be replaced by their
respective /media/... path when navigating to the parent folder using
mouse double click on empty space inside a listview.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 145abc15d5
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro b75b318e14
konqueror & kdesktop: default action for a media encrypted disk is
either lock or unlock based on the current locking status.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 8f12bba779
konqueror & kdesktop: removed "open/open in new tab/..." items for
encrypted media devices (either locked or unlocked) from popup menu.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro a3876433e8
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 08d0bb03c0
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 2f706891f3
Desktop file translations:
+ 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>
5 years ago
Slávek Banko 6a194d1435
Fix FTBFS due to missing linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro 3f696d31a6
Fixed missing config modules in Konqueror and Kicker. This resolves issue #150.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 2948d1cdf7
Security: remove support for in KRun which could have allowed execution of malicious code. This is similar to issue TDE/tdelibs#45 for .desktop files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 6949aae9ce Added GUI option to show/hide "Open in Terminal" inside QuickBrowser menus.
Minor fixup for other GUI options in "Configure Panel... -> Menus".

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris bd4492dc54 Synchronize German translation of web pages with the rest.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris cac760f0c2 Clean up, improve and fix konq-plugins desktop files.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 7b55ca5987 Improve German translation and fix some desktop files.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 0daae46f23 Synchronize German translation with the rest and fix some icons.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris af4fd07d14 Fix duplicated, missing and misleading icons.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d608ffa7d1 Fix German translation.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris c03c2112f3 Add go to autostart icon in Konqueror.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 0a32a51059 Fix and streamline German and other translations in TCC.
Credits to Vitaly (Vita_Cell) from IRC for contributing ES and RU translations.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko f785a06a61
Fix wrong language code for Czech translations related to the Trash.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago