summaryrefslogtreecommitdiffstats
path: root/tdestyles
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* ↵Michele Calgaro13 days6-6/+6
| | | | | | equivalent Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-012-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-153-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-126-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-216-25/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-054-32/+32
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-263-39/+39
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2417-82/+82
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1514-105/+105
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-256-13/+13
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-133-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-1214-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2012-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-193-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1210-90/+90
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-06-201-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed some uncrustify's code formatting offending files.Michele Calgaro2020-12-191-26/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2712-33/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Further cleanup after removal of Qt2's TQListIterator class.Michele Calgaro2020-05-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix translations of "TDE Classic" for ar, bn, hi, ta and te languages.Chris2019-07-301-10/+10
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix branding of TDE Classic style in tdestyle selection.Chris2019-07-261-137/+137
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Update and promote new TDE websites, replace branding and do slight refactoring.Chris2019-07-131-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-095-0/+15
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.Michele Calgaro2018-10-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-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>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-179-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-161-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23232-0/+0
|
* Add a cmake detection for Xext libraryFrançois Andriot2014-10-081-1/+1
| | | | | Remove hardcoded Xext flags in tderandr and tdestyles/keramik Add missing link flag in tdeui
* Fix hardcoded link flag to "dl" libraryFrançois Andriot2014-10-051-1/+1
| | | | Fix "dlopen" function detection
* Fix return in keramik isFormWidgetFrançois Andriot2014-10-041-0/+1
|
* Use proper toolbar extension widget name when detecting widget inheritanceTimothy Pearson2014-08-112-6/+6
| | | | This relates to Bug 1693
* Rename the string kde toolbar widgetTimothy Pearson2014-08-074-11/+11
|
* Revert commit 1d498994Slávek Banko2014-04-0510-10/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-0210-0/+10
| | | | This relates to Bug 1199
* Fix tdecore directories of linked librariesSlávek Banko2014-01-213-3/+3
|
* Update to support latest TQt3 style APITimothy Pearson2013-12-222-3/+2
|
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-289-59/+59
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-18330-0/+35275