Commit Graph

48 Commits (61b80b53fa51026305daa7b679f5e738d90e25c3)

Author SHA1 Message Date
Michele Calgaro 8114410a31
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb5e787fde)
1 year ago
Michele Calgaro 8f9e8c8823
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ebce9b5386)
1 year ago
Michele Calgaro 2d3320fc2f
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 90fc7da542)
2 years ago
Slávek Banko 094853ca31
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 ab392cbc2b Fix remaining brandings in tdetoys.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Slávek Banko fdabfa4682
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro e2cd367100
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 2446775247
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Timothy Pearson 8464a54022 Fix invalid headers in PNG files and optimize for size 9 years ago
Timothy Pearson ea6411c33b Bring stop, lock, exit, and run icons into XDG compliance 10 years ago
Timothy Pearson e02ecc366e Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Darrell Anderson afbad0a9c7 Rename kdewizard->tdewizard. 11 years ago
Slávek Banko e24c833060 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson f58c83bd2a Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson a002e0879f Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 6630d485e9 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson d9056e4cfc Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson 5940809eb0 Rename KStartup for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 6c1373684f Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson ada451a25c Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 9ea931fb1b Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2178da111f Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson d0de10e23a Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Timothy Pearson 545d48dc2a Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 12 years ago
Darrell Anderson 7adc711552 Fix FTBFS. 12 years ago
Slávek Banko c4c9c9fd26 Initial conversion to cmake
Thanks to Fat-Zer
12 years ago
Darrell Anderson 0ef8f68f62 Update XDG information in support of bug report 892. 13 years ago
Darrell Anderson fc1608858a Branding cleanup: KDE -> TDE. 13 years ago
Darrell Anderson ef429400d1 Branding cleanup: I18N_NOOP KDE -> TDE. 13 years ago
Darrell Anderson a6e0315e3d Fix typos. 13 years ago
Darrell Anderson 9ad5103497 Further organize TDE Menu. 13 years ago
Timothy Pearson 5ccc96d57f Rename additional global functions and variables for tqt3 13 years ago
Timothy Pearson 77b1faf4f0 Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 59a076e933 Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson 3ee504ecba Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 4d75f93557 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6cdf35ab11.
13 years ago
Timothy Pearson 6cdf35ab11 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson e4f4040ff2 Rename kwin to twin (part 1 of 2) 13 years ago
Timothy Pearson f718e36538 Rename additional instances of KDE to TDE 13 years ago
Timothy Pearson 604aa2d729 Additional kde to tde renaming 13 years ago
tpearson abd26b8d5e Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 49f9b29028 rename the following methods:
tqparent parent
tqmask mask


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


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


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1238103 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson e81173c4c8 TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1158451 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson cfc42a28c3 Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1157650 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma ae2a03c294 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/kdetoys@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago