Michele Calgaro
1c65be77cd
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4241b7911
)
10 months ago
Michele Calgaro
0e5ef873f0
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c4a6487c82
)
11 months ago
Michele Calgaro
b19e4cab88
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8aea8afbc5
)
12 months ago
Michele Calgaro
71b2eaec09
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 82c1dbe490
)
12 months ago
Michele Calgaro
139b166e1a
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36f2e08fd3
)
12 months ago
Michele Calgaro
c19f68bd91
Replaced various '#define' with actual strings - part 2
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e4c9b13a62
)
12 months ago
Michele Calgaro
bf17c1e940
Replaced time related '#define' with actual strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81ad1f9e3c
)
12 months ago
Michele Calgaro
4a6f4a1732
Replace various strings '#define'd in tqtinterface
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8f924d271a
)
12 months ago
Michele Calgaro
a49b0e2c53
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b965cbac5b
)
1 year ago
Michele Calgaro
0bfe293635
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33c7d15989
)
1 year ago
Michele Calgaro
7ff24388e9
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a8f627e6d4
)
1 year ago
Michele Calgaro
8e1816900b
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 014f6d2586
)
1 year ago
Michele Calgaro
493359874c
konqueror: make sure to clean pointers in iconview (add-up to previous commit)
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit de59847577
)
1 year ago
Michele Calgaro
27370dc43a
konqueror: extend 'double click to move to parent' functinality to iconview mode as well
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bfb2c13ee3
)
1 year ago
Michele Calgaro
5cfda35559
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0fc56f21d4
)
1 year ago
Michele Calgaro
3515607e5a
Drop TQT_TQ*_CONST defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67f2b0da2c
)
1 year ago
Michele Calgaro
196b1629b9
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7bc43c68b3
)
1 year ago
Michele Calgaro
5c10665b72
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 814bf5fc4f
)
1 year ago
Michele Calgaro
76fa61f90d
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>
(cherry picked from commit 22625693f1
)
1 year ago
Michele Calgaro
a5979a0e0f
Replace usage of obsolete TQLineEdit methods with supported methods
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0d30cdb383
)
1 year ago
Michele Calgaro
a71726c715
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>
(cherry picked from commit f3ddd5b7cd
)
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>
2 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>
4 years ago
Slávek Banko
6a194d1435
Fix FTBFS due to missing linked libraries.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 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
Chris
c4831a01df
Fix more remaining brandings in tdebase.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
21d09d5b23
Adjusted to new normalized device icon names in tdelibs.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro
08ac86386a
Adjusted to latest TQVariant::TQVariant(bool) function.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
691c9204a1
Added TDE Control module for trash policy configuration.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago