Commit Graph

44 Commits (09d880cffc92aaa038a909b5e474a5f85784d4ef)

Author SHA1 Message Date
Michele Calgaro 0ffe839d6e
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 3523578cf1
Fix functionality broken by commit d619f66
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro d619f66af0
Drop Qt2's TQSortedList class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 7c1c8b9759
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Denis Kozadaev 4dabbe71b0 SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
2 years ago
Slávek Banko 8e4aa143d9
Fix backtrace detection with CMake 2.x.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 2ffff0ed74
kmtrace: fixed code for realloc and avoid its use when logging info about realloc calls.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 7c1e81c883
ktrace: let both parent and child processes write into the log file.
This makes sure all malloc/realloc/free operations are correctly logged,
although there is a summary section for each process.

As a rule of thumb, when monitoring malloc operations it is recommended
to run the program with the '--nofork' argument to avoid the fork
operation in first place.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko cf63191672
Add a backtrace function and library detection.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro f4582480b4
Fixed building with glibc 2.34 where malloc/free hooks have been removed.
Removed mtrace.c file since it is not used (it seems it was a base for
ktrace.c).

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 4a2bdfe0aa
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 6658576e27
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 4f55ea0fce
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 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 ac437bde9b Rename KCmd to avoid conflicts with KDE4 12 years ago
Timothy Pearson 7bc058d1bf Rename KIcon to enhance compatibility 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 e6aaa3624c Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson 63bcbec9a0 Rename KInstance and KAboutData to avoid conflicts with KDE4 12 years ago
Timothy Pearson cfe9ce987a Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 12 years ago
Timothy Pearson 94c9dc3822 Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
Timothy Pearson 479647c43c Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 12 years ago
Slávek Banko 3dd9fca200 Fix various cmake build issues
Fix automake build issue in kapptemplate
12 years ago
Timothy Pearson dd844d7919 Rename additional global TQt functions 13 years ago
Serghei Amelian adee843c4d [tdesdk/cmake] added forgotten files 13 years ago
Serghei Amelian bfb0bc00e9 [tdesdk] cmake port 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 f6940565c7 Rename additional instances of KDE to TDE 13 years ago
Timothy Pearson 78a14fe575 Additional kde to tde renaming 13 years ago
Timothy Pearson a4cef2a115 Rename kde libraries to tde 13 years ago
tpearson 49be0750d9 Fix kdesdk FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1258672 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 76e1423b45 Fix kdesdk FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1258656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 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 99a2774ca6 TQt4 convert kdesdk
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 6082256ac5 TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1158450 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 4ae0c208b6 Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1157652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 3c5092f65b Updated obsolete GPL license addresses to current GPL address
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 649ce40719 * gcc4.4 compilation fixes
* automake updates

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1062803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma bd9e661782 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/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago