Michele Calgaro
48c2f91aee
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d567067b83
)
9 months ago
Michele Calgaro
dd3ce2e1c4
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 931991843a
)
10 months ago
Michele Calgaro
86fed9b788
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9e553028ba
)
11 months ago
Slávek Banko
abd5e8f9a2
Fix FTBFS from prior commit.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 447a1693bf
)
11 months ago
Michele Calgaro
37f6b15cfb
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10ff449a14
)
11 months ago
Michele Calgaro
b488716740
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9f67f75a70
)
12 months ago
Michele Calgaro
9e8724c918
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 321ebe8275
)
12 months ago
Michele Calgaro
b00a91b065
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 818c8f1cd1
)
1 year ago
Michele Calgaro
50677e0237
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e58c04b14
)
1 year ago
Michele Calgaro
3b410182b4
Replace tqt_mo_* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67da3e67a7
)
1 year ago
Michele Calgaro
5905e4ed02
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7f1d383a12
)
1 year ago
Michele Calgaro
5b51c9fc78
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ac0be0f7f
)
1 year ago
Michele Calgaro
6d4be82cca
Drop TQT_TQ*_OBJECT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 19e5278459
)
1 year ago
Michele Calgaro
309a672de7
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 93aed1ee0d
)
1 year ago
Michele Calgaro
aecfb2bff4
Remove unnecessary accelerators from .ui files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
86187cb0d4
Kommander: removed 'Run in KDE4' menu entry and code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
dba2864aa3
Removed TQT_NON_COMMERCIAL check and related code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
c64847659c
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
9b215fd2af
Added translation of .desktop files.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
f4edc50e47
Fix FTBFS with CMake build:
...
+ Determine TQt and TDE include directories as SYSTEM.
It solves priority for #include "..." × #include <...>
+ Additional linked libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
70defe5e6d
Added controlled conversions to char* instead of automatic ascii conversions.
...
The definition of -UTQT_NO_ASCII_CAST is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy
4c43d1fbb6
Conversion to the cmake building system.
...
Delete empty files (dummy.cpp, xsldbgconfig.h).
Remove hard-coded path for the kmdr-executor executable.
Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander.
Add man pages taken from the Debian packaging.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Fix linking - kxsldbgcommon-static and kimagemapeditorcommon-static needs to be embedded.
Move the linking of xml and readline libraries to the appropriate static libraries.
Add build option WITH_QUANTA_CVSSERVICE.
Add a test whether the readline can be linked standalone or whether ncurses is needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
ormorph
ae3ed3d329
Rename *OBJECT_NAME_STRING
...
Signed-off-by: ormorph <roma251078@mail.ru>
4 years ago
Chris
02dda24e47
Replace Qt branding with TQt ones.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Michele Calgaro
f70ffdc41a
Adjusted to use new TQStringVariantMap type.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
845e845efe
Adjusted to latest TQVariant::TQVariant(bool) function.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
236600854b
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
877c4c1278
qt -> tqt conversion:
...
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
af63bdbe11
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Timothy Pearson
643013488e
Fix invalid headers in PNG files and optimize for size
8 years ago
Timothy Pearson
1b697b6bf7
Fix up remaining references to DocPath
10 years ago
Timothy Pearson
a56c76eb59
Fix FTBFS due to accidental double quote duplication
10 years ago
Timothy Pearson
5f4f5e427b
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
3a347442a4
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
10 years ago
Timothy Pearson
e12d7923a7
Bring stop, lock, exit, and run icons into XDG compliance
10 years ago
Timothy Pearson
af947ca8fc
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
10 years ago
François Andriot
c21f94f7ec
Fixed incorrect renamed strings. This resolves bug 2138.
10 years ago
Slávek Banko
d17de25b7f
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
279764bab1
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
ee38b2862b
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
051ae88012
Rename KCmd to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1c53bf78a7
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
c46f36d008
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
1e8f4c1ed6
Fix FTBFS
12 years ago
Timothy Pearson
9771f17f8c
Rename a number of classes to enhance compatibility with KDE4
12 years ago
Timothy Pearson
5193962621
Rename KLocale to enhance compatibility with KDE4
12 years ago
Timothy Pearson
ef2264e979
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
82072ef281
Rename a number of libraries and executables to avoid conflicts with KDE4
12 years ago
Timothy Pearson
f9ced3b3f1
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
12 years ago
Timothy Pearson
29df04c243
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
12 years ago