summaryrefslogtreecommitdiffstats
path: root/kalyptus
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS caused by TDE/tqt3#109Michele Calgaro2024-04-021-2/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-151-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-133-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unsupported qtint*/qtuint*/qreal typesMichele Calgaro2023-10-092-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-062-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kalyptus: No longer use tqt-replace-stream.Slávek Banko2023-07-241-1/+1
| | | | | | | | We are already using TQ_OBJECT and therefore there is no need to use tqt-replace-stream. Because the tqt-replace-stream script has been removed, the call causes FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-206-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)Michele Calgaro2023-07-071-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classes.Michele Calgaro2023-06-181-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-032-10/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS when tdehw is not present. This resolves bug 2494.Michele Calgaro2022-05-021-1/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to ↵Michele Calgaro2021-02-131-1/+1
| | | | | | TQ_FULL_TEMPLATE_INSTANTIATION). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Merge fixes for kalyptus that were made in tdelibs/dcopidlng:Slávek Banko2020-06-184-25/+46
| | | | | | | | | | | | | | | + includes may use quotation marks + argument types can contain multiple words + avoid use long, short, int or char type as the argument name + avoid use type as the argument name if the const qualifier is used + use long notation of int types + the arguments can be nameless + return types can have qualifiers + do not warn on inherit of the DCOPObject and TQObject classes + the documentation comment does not have to end on a separate line + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.Michele Calgaro2020-05-241-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQVector class and replacedMichele Calgaro2018-10-201-1/+0
| | | | | | with TQt3's TQPtrVector. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-2/+0
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed incorrect TTQ rename (TTQ -> TQ)Michele Calgaro2018-10-142-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | 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 Calgaro2018-09-271-1/+1
| | | | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-271-3/+3
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on local perl modules in kalyptusSlávek Banko2016-09-301-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid perl syntax in kdocAstUtil.pmFrançois Andriot2015-12-061-1/+1
| | | | | | This resolves Bug 2543 Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fixed FTBFS and detection of tdenewstuff.Michele Calgaro2014-10-011-1/+1
|
* Fix unintended renamingDarrell Anderson2014-02-161-6/+6
|
* Rename many classes to avoid conflicts with KDEDarrell Anderson2014-01-087-1975/+1975
|
* Rename KDEsu->TDEsu to provide consistency with previous renamings.Darrell Anderson2013-11-241-1/+1
| | | | This relates to bug report 1707.
* Additional k => tde renaming and fixesSlávek Banko2013-09-034-4/+4
|
* Fix inadvertent renaming and typos.Darrell Anderson2013-05-051-7/+7
|
* Fix FTBFSTimothy Pearson2013-02-221-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-154-11/+11
|
* Fix FTBFSTimothy Pearson2013-02-104-10/+10
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-074-7/+7
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-8/+8
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-064-15/+15
|
* Rename KCrash to avoid conflicts with KDE4Timothy Pearson2013-02-051-1/+1
|
* Rename KZone to avoid conflicts with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-19/+19
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-031-1/+1
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-21/+21
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-105/+105
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-014-7/+7
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename KStartup for enhanced compatibility with KDE4Timothy Pearson2013-01-311-6/+6
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|