Commit Graph

48 Commits (r14.1.0)

Author SHA1 Message Date
Michele Calgaro e365033d55
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 66abbed5e0
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro b9f373c603
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 3016606dca
Add KDE_EXPORT on PluginUtility namespace.
This resolves issue #1.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 1bba6dceba
Fix FTBFS from commit c2446367.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 0ef4ca6d36
Migration to standard TDE CMake build system.
Add common cmake module.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko c2446367db
Fix export of symbols to work properly with hidden visibility.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 961fec6d30
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 69073ac46c
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Michele Calgaro 38d7b2a492
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 dd324e7f34 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson c6a40717d8 Rename KABC namespace 12 years ago
Timothy Pearson 51cb17939c Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson cbf5d0cef8 Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 34266a35fa Fix unintended rename 12 years ago
Timothy Pearson ba4ffdeb84 Rename KAbout to avoid conflicts with KDE4 12 years ago
Timothy Pearson fbf63c1345 Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson 57b3d30a97 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson fc0196cdf6 Rename KStandard for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 7a50d8810a Rename KShared 12 years ago
Timothy Pearson 45e371f7ff Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 4812cdb245 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson cf989dcd69 Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson 28879aa783 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Timothy Pearson 4774c021a4 Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
Darrell Anderson afa908a764 Fix inadvertent tqt changes. 13 years ago
Slávek Banko f4e5894704 Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
13 years ago
Darrell Anderson 131e345eda Fix inadvertent "TQ" changes. 13 years ago
Timothy Pearson 09caf8121b Rename additional global TQt functions 13 years ago
Timothy Pearson 3017081b30 Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 970e6dc658 Rename obsolete tq methods to standard names 13 years ago
Timothy Pearson 46d967c53b Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson e2574db445 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson d55caffa62 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 631a19d8c5.
13 years ago
Timothy Pearson 631a19d8c5 Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson b07e8ce7a0 Rename KDEHOME and KDEDIR 13 years ago
Timothy Pearson 67d9aaa1e1 Additional renaming of kde to tde 13 years ago
Timothy Pearson 208bab01eb Rename additional instances of KDE to TDE 13 years ago
Timothy Pearson d9c883ab09 Additional kde to tde renaming 13 years ago
Automated System 14cfa1b602 Add empty directories 13 years ago
tpearson 0880c1c22f Fix reminaing CMake FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248702 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 0ef0bc641a Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 9abdf0551e rename the following methods:
tqparent parent
tqmask mask


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


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


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson e340db6499 Fix kpilot build system
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238887 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson cb7eddb914 Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago