summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove color '#define' stringsMichele Calgaro2023-11-231-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' with actual strings - part 2Michele Calgaro2023-11-231-12/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove time related '#define' with actual stringsMichele Calgaro2023-11-231-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various tq* stringsMichele Calgaro2023-11-211-18/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' stringsMichele Calgaro2023-11-191-10/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-181-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Change to build and install inputmethod files if enabledOBATA Akio2023-11-134-0/+60
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop TQT_VERSION_ONLYMichele Calgaro2023-11-021-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unsupported qtint*/qtuint* typesMichele Calgaro2023-10-091-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-11/+1
| | | | | | 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-132-5/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various tqtinterface's TQ_* definesMichele Calgaro2023-09-121-24/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-061-15/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-031-11/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_QT3/4 codeMichele Calgaro2023-09-01321-9881/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove tqt_mo_* definesMichele Calgaro2023-09-011-7/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-121-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-13/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-24/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2010-163/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add missing tqobjectdefs.h replacing the compat version tqobjdefs.h.Slávek Banko2023-07-162-1/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove _OBJECT_NAME_STRING defines. This relates to the merging of ↵Michele Calgaro2023-07-121-125/+0
| | | | | | tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQt'3 compat headersMichele Calgaro2023-07-0846-1475/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-069-151/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-035-102/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionr14.1.0Michele Calgaro2022-06-201-1/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* 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>
* Fixed references to TDE website.Michele Calgaro2021-02-041-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Add quotes for the file name used as a parameter in tqt-replace scripts.Slávek Banko2020-09-146-9/+9
| | | | | | This resolves bug 3158. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/tqtinterface/cmake to latest HEADAutomated System2020-06-121-0/+0
|