| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. | Michele Calgaro | 2025-08-13 | 1 | -1/+1 |
| | | | | | | | | A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename KDesktopFile to TDEDesktopFile and also rename kdesktopfile.{h,cpp} ↵ | Michele Calgaro | 2025-07-13 | 1 | -1/+1 |
| | | | | | | | | | to tdedesktopfile.{h.cpp}. This is an API/ABI change. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename ksimpleconfig.{h,cpp} to tdesimpleconfig.{h.cpp}. | Michele Calgaro | 2025-07-12 | 1 | -1/+1 |
| | | | | | | | | | Add temporary ksimpleconfig.h to keep things building. This is a change of API/ABI. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename kstandarddirs.h to tdestandarddirs.h | Michele Calgaro | 2025-02-26 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename kglobalaccel* files to tdeglobalaccel*. | Michele Calgaro | 2025-02-23 | 1 | -2/+2 |
| | | | | | | | A dummy 'kglobalaccel.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename kcrash.{h,cpp} to tdecrash.{h.cpp} | Michele Calgaro | 2024-12-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename class KProcIO to TDEProcIO | Michele Calgaro | 2024-12-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Remove temporary kprocctrl.h header | Michele Calgaro | 2024-12-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}. | Michele Calgaro | 2024-12-01 | 1 | -1/+1 |
| | | | | | | | Add temporary kprocess.h to keep things building. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Complete renaming left over from commit 121b26f5e | Michele Calgaro | 2024-11-29 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename KAppDCOPInterface to TDEAppDCOPInterface | Michele Calgaro | 2024-11-21 | 1 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename KUniqueApplication to TDEUniqueApplication and remove obsolete kapp.h ↵ | Michele Calgaro | 2024-11-19 | 1 | -1/+1 |
| | | | | | | | and kuniqueapp.h headers Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Drop Borland compiler specific code | Michele Calgaro | 2024-10-27 | 8 | -18/+0 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Rename kdemacros.* files to tdemacros.* | Michele Calgaro | 2024-06-30 | 2 | -1/+1 |
| | | | | | | | A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-01 | 1 | -20/+20 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-15 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 2 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Drop TQT_NO_COMPAT code | Michele Calgaro | 2023-06-10 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Fixed some uncrustify's code formatting offending files. | Michele Calgaro | 2020-12-19 | 1 | -41/+73 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Renaming of files in preparation for code style tools. | Michele Calgaro | 2020-12-06 | 3 | -37/+37 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -2/+2 |
| | | | | | | | | | | 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> | ||||
| * | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 2 | -2/+2 |
| | | | | | | | | | | | | 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> | ||||
| * | Rename kdewidgets => tdewidgets | Slávek Banko | 2013-12-23 | 3 | -6/+6 |
| | | |||||
| * | Fix remnant QMIN/QMAX to TQMIN/TQMAX. | Darrell Anderson | 2013-11-28 | 1 | -3/+3 |
| | | |||||
| * | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 14 | -25/+25 |
| | | |||||
| * | Rename KStyle to TDEStyle to avoid conflicts with KDE4. | Darrell Anderson | 2013-08-18 | 20 | -12/+12 |
| | | |||||
| * | Second part of prior commit | Timothy Pearson | 2013-02-21 | 1 | -0/+0 |
| | | |||||
| * | Rename makekdewidgets | Timothy Pearson | 2013-02-21 | 3 | -4/+4 |
| | | |||||
| * | Fix build system references to kabc | Timothy Pearson | 2013-02-16 | 2 | -2/+2 |
| | | |||||
| * | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 7 | -16/+16 |
| | | |||||
| * | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 5 | -11/+11 |
| | | |||||
| * | Rename kcompletionbox | Timothy Pearson | 2013-02-07 | 1 | -1/+1 |
| | | |||||
| * | Rename KStyle to TDEStyle to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-03 | 1 | -1/+1 |
| | | |||||
| * | Fix unintended renaming | Timothy Pearson | 2013-02-02 | 1 | -4/+4 |
| | | |||||
| * | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 5 | -38/+38 |
| | | |||||
| * | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 2 | -4/+4 |
| | | |||||
| * | Rename KHTML and kiobuffer | Timothy Pearson | 2013-01-27 | 1 | -3/+3 |
| | | |||||
| * | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 20 | -154/+154 |
| | | |||||
| * | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 19 | -73/+73 |
| | | |||||
| * | Fix FTBFS resulting from KCModule rename | Timothy Pearson | 2013-01-25 | 1 | -1/+1 |
| | | |||||
| * | Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵ | Timothy Pearson | 2013-01-25 | 1 | -3/+3 |
| | | | | | and KBuffer to avoid conflicts with KDE4 | ||||
| * | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs | Timothy Pearson | 2012-03-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Rename straggling environment variables KDE->TDE. | Darrell Anderson | 2012-03-07 | 1 | -2/+2 |
| | | | |||||
| * | | Rename additional members for tqt3 | Timothy Pearson | 2012-03-07 | 1 | -3/+3 |
| |/ | |||||
| * | Rename additional global TQt functions | Timothy Pearson | 2012-03-01 | 1 | -24/+24 |
| | | |||||
| * | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 1 | -2/+2 |
| | | |||||
| * | Rename ksocket and kcache | Timothy Pearson | 2012-01-30 | 1 | -3/+3 |
| | | |||||
| * | Remove additional unneeded tq method conversions | Timothy Pearson | 2011-12-19 | 1 | -1/+1 |
| | | |||||
| * | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -1/+1 |
| | | | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77. | ||||
| * | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -1/+1 |
| | | |||||
