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
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
a49b0e2c53
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b965cbac5b
)
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
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
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
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
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
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
e69e2fb930
Konqueror: Do not include items that are selected but hidden by the filter
...
for operations such as copying, moving, deleting,...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
924d993671
Konqueror: Deselect items that are hidden by the filter during Select and Deselect
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Michele Calgaro
3aa5fc08e5
Added new functionality to Konqueror.
...
Double clicking on an empty area in the listview or iconview widget will navigate to the parent folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
9 years ago
Michele Calgaro
bf0861baf0
Added required refreshItems logic. This relates to bug 146.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson
46e2e93fa2
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
10 years ago
Timothy Pearson
24db855178
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
Timothy Pearson
4e5a99f6d2
Reset keyboard selection when using mouse rubberband to select items
...
This relates to Bug 1961
10 years ago
Timothy Pearson
dc94a41a15
Fix rare Konqueror crash in tree view mode
...
This relates to Bug 1820
10 years ago
Timothy Pearson
3e7ad37f56
Repair all known Konqueror performance regressions caused by early calls to expensive mimetype operations
...
These accidental errors span most TDE releases and many KDE 3.x releases
This resolves Bug 699
10 years ago
Timothy Pearson
8b103159ba
Clear modified field on media device unmount (and other cases where the modified date is no longer valid)
...
This resolves the remainder of Bug 1666
11 years ago
Timothy Pearson
ec12f4850a
Fix various dirlister sidebar problems
...
This resolves Bug 1764
11 years ago
Slávek Banko
0bc7a6a5ed
Fix unintended automatic selection during renaming in Konqueror listview
...
This relates to Bug 1677
11 years ago
Michele Calgaro
b42f6dbb13
Enhance renaming in Konqueror listview
...
This resolves Bug 1677
11 years ago
Slávek Banko
3e88ddfbc3
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
789ab7d1f5
Use small execute area in Konqueror list view widget
...
This resolves the remainder of Bug 1543
12 years ago
Timothy Pearson
77cbe84cb6
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
9286b9ebcc
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
de9b6c9ad1
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
a5430e4b98
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
f537c21b68
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
de7e5867a6
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
dc6b76cac4
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
cc74f360bb
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
12 years ago
Timothy Pearson
79b21d47bc
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1d061b286a
Rename KInstance and KAboutData to avoid conflicts with KDE4
12 years ago
Timothy Pearson
e4e0479220
Rename KApplication to TDEApplication to avoid conflicts with KDE4
12 years ago
Timothy Pearson
03e5e28721
Update TQt3 property/enum macros
12 years ago
Darrell Anderson
94f3dbe7c5
Update XDG information in support of bug report 892.
13 years ago
Timothy Pearson
153e023cc2
Remove spurious TQ_OBJECT instances
13 years ago
Timothy Pearson
398f6a122a
Repair incorrectly show icon activation effect in List View when said effects are disabled
...
This closes Bug 335
13 years ago
Timothy Pearson
b492b550f3
Rename obsolete tq methods to standard names
13 years ago
Timothy Pearson
f64397c82f
Remove additional unneeded tq method conversions
13 years ago
Timothy Pearson
628043be55
Rename old tq methods that no longer need a unique name
13 years ago
Timothy Pearson
2c01fd64dd
Revert "Rename a number of old tq methods that are no longer tq specific"
...
This reverts commit 73c08b592d
.
13 years ago
Timothy Pearson
73c08b592d
Rename a number of old tq methods that are no longer tq specific
13 years ago