Commit Graph

47 Commits (480f195dde7ef1fd9fd81ce0ea18924d81a4eda9)

Author SHA1 Message Date
Michele Calgaro f8eb68b1dd
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro af0b8f5d1e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 83b7abfb88
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro f52c435e29
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Denis Kozadaev 91235e33ce SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Michele Calgaro a4a781296e
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 2fa177c5d6
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko 296306a273
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
Chris 5e1b444da1 Clean up desktop files and fix German translations.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko 4fe6ee9e7f
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko fa8da6b1ca
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 33fb502e42 Fix FTBFS with libc6 >= 2.26
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Timothy Pearson 02fa907065 Fix remaining missing semicolons at end of Keywords strings 11 years ago
Timothy Pearson 48b553fb15 Revert "Fix remaining missing semicolons at end of Keywords strings"
This reverts commit ea8f972460.
11 years ago
Timothy Pearson ea8f972460 Fix remaining missing semicolons at end of Keywords strings 11 years ago
Timothy Pearson 46b8523efc Fix missing semicolons at end of Keywords strings 11 years ago
Timothy Pearson a25a696e1d Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson 77f3ed9cc3 Fix Keywords separators to match XDG desktop specifications 11 years ago
Darrell Anderson adffe60a1d Update non-existent and incomplete (template-only) help handbooks to new default format. 11 years ago
Darrell Anderson fef42f678c Prevent non-existent help handbooks from populating the main handbook table of contents. 11 years ago
Slávek Banko bdbc0ea90c Additional k => tde renaming and fixes 12 years ago
Timothy Pearson 783715b853 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 980088ed86 Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson bd11bce76f Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 0ea54195f4 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson c3e3301aba Fix FTBFS resulting from KCModule rename 12 years ago
Timothy Pearson 4bb787f41f Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 8856e75c20 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Darrell Anderson c1a8ee04fb Initial conversion to cmake.
Thanks to Fat-Zer.
12 years ago
Darrell Anderson 015bf6376f Update XDG information in support of bug report 892. 13 years ago
Darrell Anderson 7e09b42fda Branding cleanup: I18N_NOOP KDE -> TDE. 13 years ago
Darrell Anderson 5a08db4eab Fix branding issues. 13 years ago
Timothy Pearson 75b5de5bf8 Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 89856e749b Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson 7ea89afa11 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson bcc684e28a Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 955e20356d Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit bf280726d5.
13 years ago
Timothy Pearson bf280726d5 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson cf2c59f3a1 Rename additional instances of KDE to TDE 13 years ago
tpearson 0a9b7cf52a Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 625904bd30 rename the following methods:
tqparent parent
tqmask mask


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


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 9b8c9f1f9e 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/kdeutils@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson a2277b6bc7 TQt4 port kdeutils
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson b678e7f967 TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 5f5ee23671 Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma 2bda8f7717 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago