Commit Graph

57 Commits (5951f56b792143b839df4af54ef3c0820a9a222b)

Author SHA1 Message Date
Michele Calgaro 1a7a579764
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 2ceb4caa0b
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 44548d3e71
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 8dac8f1a52
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 8a861e2bb8
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 7fa2dd79a4
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
Michele Calgaro f1b639fcc7
Add includes to UI files to resolve FTBFS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Timothy Pearson a327e64d2c Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown 10 years ago
Timothy Pearson c1124c6ab4 Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance 10 years ago
Timothy Pearson 20b4873704 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 2166880f2b Bring undo, redo, find, and revert icons into XDG compliance 10 years ago
Timothy Pearson 2762d81ca6 Bring up, down, top, and bottom icons into XDG compliance 11 years ago
Darrell Anderson 238786bbd9 KDE->TDE branding cleanup. 11 years ago
Slávek Banko 5cc26ceed3 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson 508a49f9ef Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 19cea58302 Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 7bc058d1bf Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson e46eba349e Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson df726f3e97 Fix FTBFS 12 years ago
Timothy Pearson 7716a5e605 Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson 0117fbed93 Rename KLock and KTrader to avoid conflicts with KDE4 12 years ago
Timothy Pearson 087f8d4521 Rename KLocale to enhance compatibility with KDE4 12 years ago
Timothy Pearson ff94d46e42 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 1515a4f2eb Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson f8069e2ea0 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson e6aaa3624c Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson d3fa742c69 Update TQt3 property/enum macros 13 years ago
Darrell Anderson 1e748bbb22 Update XDG information in support of bug report 892. 13 years ago
Darrell Anderson 6eb61da8c1 Branding cleanup: What's This help, KDE -> TDE 13 years ago
Darrell Anderson 15f7460e91 Branding cleanup: *.desktop files 13 years ago
Darrell Anderson 6e5b908df9 Branding cleanup: KDE -> TDE 13 years ago
Darrell Anderson aba985fc7e Branding cleanup: KDE -> TDE 13 years ago
Darrell Anderson bc1caa41aa Branding cleanup: K Desktop -> Trinity Desktop 13 years ago
Darrell Anderson 4d0db73b64 Branding cleanup: KDE -> TDE 13 years ago
Timothy Pearson 5443f402bb Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 93c731f0ec Fix up desktop file type specifiers for tqt3 13 years ago
Timothy Pearson eb1502930e Rename a few stragglers 13 years ago
Timothy Pearson 36b1e019b7 Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson f78838f2f7 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson 1dd83e5f38 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 3b34e5cf56 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d6331f1b56.
13 years ago
Timothy Pearson d6331f1b56 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson 4123be7187 Additional renaming of kde to tde 13 years ago
tpearson 22253cd8fb rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 0813b39aed rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 9e53911e5a Rename tqsizeHint* to sizeHint*
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1241971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 9150603ad3 Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson bfbb1d3a6b Rename all instances of "tqgeometry" (including quotes) to the more-correct "geometry" string
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson e192d1b3be Finish TQt4 porting of kdesdk (kbabel)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236386 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 5ce2893144 Fix kdesdk Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236291 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago