Commit Graph

46 Commits (28becdbcc0cbf275b3d3c76e3b5e19088b123938)

Author SHA1 Message Date
Michele Calgaro d53ed4c838
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro ed7858de3a
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 1af67c63e3
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 416c6f3ee6
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 6272f7a676
Replace usage of obsolete TQLineEdit methods with supported methods
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro dfdb36548a
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko cfe279f15a
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 e0f40f321e
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko 100929fbf8
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro d7f6a95d29
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko 48c6bba031
cmake lilo-config: Always add the USE_KDE definition
There is no reason to build a TQt-only frontend in TDE
Fix the names of the auxiliary library targets
Fix includes folders

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
gregory guy 16c052b1d2
last attempt regarding lilo-config build 7 years ago
gregory guy 88073834d0
First bach of cmake files in order to convert tdeadmin
from autotools to cmake building system.
7 years ago
Michele Calgaro 092899374e
Minor change to remove unnecessary strstream include.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
François Andriot 8b39265336 Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
8 years ago
Timothy Pearson 63961fdb74 Rename most device icons to comply with XDG standards 10 years ago
Timothy Pearson 75ea750230 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson fe76130d7a Revert "Fix remaining missing semicolons at end of Keywords strings"
This reverts commit ad90e12313.
10 years ago
Timothy Pearson ad90e12313 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson b902031bce Fix missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson 74986c6995 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson a72fb6adf9 Fix Keywords separators to match XDG desktop specifications 11 years ago
Darrell Anderson bd544e1cfe Improve compatibility with non-Trinity environment menus 11 years ago
Darrell Anderson c2b1a34f5e Fix lilo-config help handbook not appearing in main handbook table of contents and not responding to kcontrol Help button. 11 years ago
Slávek Banko d5e71b118e Additional k => tde renaming and fixes 12 years ago
Timothy Pearson ab30808a02 Fix unintended rename of disklist 12 years ago
Timothy Pearson d1a3a8be39 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 666824a6c5 Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 09470cb1bf Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2c4a290ae2 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson fadf12ddbd Fix FTBFS resulting from KCModule rename 12 years ago
Timothy Pearson 555ea1c7f3 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson f27c6b9285 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Darrell Anderson b23f76e065 Update XDG information in support of bug report 892. 13 years ago
Timothy Pearson 2976f05958 Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 38a31bafc0 Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson 6b7a8ff33a Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson b836ed566c Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 377fa3a277 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d124861710.
13 years ago
Timothy Pearson d124861710 Rename a number of old tq methods that are no longer tq specific 13 years ago
tpearson 629a2952f8 Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*
This fixes the Kopete MSN protocol among other things


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 93910780ef rename the following methods:
tqparent parent
tqmask mask


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


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson b09bffed6b TQt4 port kdeadmin
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1237416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson aa3a1ca934 Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma 37333bf25a 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/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago