summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for discontinued DGUXr14.1.xMichele Calgaro2025-02-053-69/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4185112a621d8c5bc88984b117f434c9560e2cc2)
* Remove support for SCOv3Michele Calgaro2025-01-094-66/+14
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 12bb2cad8e2982bd842d168158e391d6c12fb6a3)
* Remove support for discontinued Reliant/Sinix unixMichele Calgaro2025-01-082-21/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 85116532467b2bb4c73caf54c106c91a22dbe37b)
* Remove support for Tru64 and OSFMichele Calgaro2025-01-036-404/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 43b0c7bdb9af44dc13b0fd17b95ae172a4a382d2)
* Fix FTBFS with Python 3.13.r14.1.3François Andriot2024-09-261-1/+1
| | | | | | | This solves issue #33. Signed-off-by: François Andriot <[email protected]> (cherry picked from commit 9e0d473a4d6a27fdd3b91e86e1a6358ac233290a)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-121-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 272990b269b5c72b397c6804397ad81e68c3791e)
* am_edit: Cover all wizard include variants and class name in one regexp.Slávek Banko2024-07-081-2/+2
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 316450ad53987b392aee244756b2bd91167a36d0)
* Rename kdemacros.h to tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b770a18e00a82febd12c1787247533771ecbb575)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 7fc9aedfb802dbb23da9f54134dd1c381124bc58)
* Replace Q_WS_* defines with TQ_WS_* equivalentsr14.1.2Michele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 59a8bf7c09f87fbccd6dc2987145c7216e043e77)
* Fix wrong nesting in KDE_CHECK_TQT_JPEG functionIng. Daniel Rozsnyó2024-01-021-1/+1
| | | | | Signed-off-by: Ing. Daniel Rozsnyó <[email protected]> (cherry picked from commit bcdaa92c5e9642c6513046285309aabcae37b938)
* Improve TQt detection. Use CFLAGS from pkg-configSlávek Banko2023-11-101-2/+3
| | | | | | | instead of hard-coded include paths. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3bdc9fd55ff86f033cc1ffab9178d8453fa1ab2f)
* Fix detection of TQt3 following bug introduced in previous commitMichele Calgaro2023-11-061-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fb9f93be9a4442beeca2765ca75e149ea5c1ad8a)
* Drop TQT_VERSION_ONLYMichele Calgaro2023-11-031-2/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4cee5361965f7d798bc08b18bee87ce69e78bb99)
* Fix visibility support checkRay-V2023-10-301-3/+3
| | | | | Signed-off-by: Ray-V <[email protected]> (cherry picked from commit 80a742849d872788877a90b91becb696b170d73c)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-251-1/+1
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9eb3dfbe43eb57993befe98533f2e686a30da2f9)
* Drop USE_QT4 codeMichele Calgaro2023-09-011-4/+0
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d0f78209de58cd69fa83e6a90b0c877a221e6ef2)
* Add support for moc-ing TQ_OBJECT classesMichele Calgaro2023-07-191-4/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bf853883478c90dd4a9bc594f792e77031fcba58)
* Detect and use abiflags during Python 3 detectionr14.1.0Slávek Banko2023-01-131-9/+18
| | | | | | because these are used as part of the library name. Signed-off-by: Slávek Banko <[email protected]>
* Update version detection for python 3.Michele Calgaro2023-01-101-17/+7
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Set C++11 as the required minimum standard.Slávek Banko2022-01-281-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.Slávek Banko2022-01-281-0/+212
| | | | | | | | | The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf. To verify the C++ standard supported by the compiler, only the value of the __cplusplus constant defined by the compiler is checked, instead of testing examples of using individual C++ features. Signed-off-by: Slávek Banko <[email protected]>
* Drop -ansi from CXXFLAGS because it is actually a synonym for enforcing ↵Slávek Banko2022-01-281-1/+1
| | | | | | -std=c++98. Signed-off-by: Slávek Banko <[email protected]>
* Add includes to the UI file generated for testing TDE UIC plugins.Slávek Banko2022-01-281-1/+4
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Make /opt/trinity the default PATH for search and install.gregory guy2021-02-231-3/+3
| | | | Signed-off-by: gregory guy <[email protected]>
* Fix for (t)qmake.gregory guy2021-02-231-1/+1
| | | | Signed-off-by: gregory guy <[email protected]>
* Just to reestablish the truth....gregory guy2021-02-231-2/+2
| | | | Signed-off-by: gregory guy <[email protected]>
* Fix for the env variable TQTDOCDIR.gregory guy2021-02-231-2/+2
| | | | Signed-off-by: gregory guy <[email protected]>
* Add support for autoconf + autoheader 2.7x.Slávek Banko2021-01-261-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* doxygen: Determine the module name from the information in .tdescminfoSlávek Banko2020-12-061-2/+6
| | | | | | instead of by directory name. Signed-off-by: Slávek Banko <[email protected]>
* Removed additional code formatting modelines.Michele Calgaro2020-09-254-28/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed additional code formatting modelines.Michele Calgaro2020-09-201-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-186-45/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Allow TQt3 includes to exist somewhere other than /usr/include/tqtaneejit12020-06-221-1/+1
| | | | | | The test for TQt3 fails when it's not installed in /usr due to CXXFLAGS being hardcoded to /usr/include/tqt. Amended to append to CXXFLAGS. Signed-off-by: aneejit1 <[email protected]>
* Use dcopildng as the default instead of dcopidl.Slávek Banko2020-06-071-3/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop definition of deprecated substitution type ksize_t.Slávek Banko2019-02-171-2/+0
| | | | | | This avoids FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <[email protected]>
* Remove unwanted -i option for perl.OBATA Akio2018-12-051-1/+1
| | | | | | | This resolves bug 2984. Signed-off-by: OBATA Akio <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Replaced _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE with _DEFAULT_SOURCE.Michele Calgaro2018-10-081-30/+2
| | | | | | Removed _XOPEN_SOURCE. Signed-off-by: Michele Calgaro <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-251-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed following issues:Michele Calgaro2018-09-161-19/+15
| | | | | | | | | | - bug in original admin module with wrong "fi" position (by Slávek Banko) - default settings for path check - test for tqt3 detection Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Reversed some incorrect TQt renaming related to qhelpgenerator.Michele Calgaro2018-09-161-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed incorrect rename of QT_AUTOBRIEF.Michele Calgaro2018-09-161-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed mistakes in previous commit related to test for tqt-mt.Michele Calgaro2018-09-161-83/+1
| | | | | | Thanks to Slávek Banko for review the proposed code :-) Signed-off-by: Michele Calgaro <[email protected]>
* Conversion qt -> tqtMichele Calgaro2018-09-168-868/+480
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag from Doxyfile.global.Michele Calgaro2018-09-011-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add cppunit detection using pkg-configSlávek Banko2018-05-241-52/+61
| | | | | | Obsolete cppunit-config was removed in cppunit 1.14.0 Signed-off-by: Slávek Banko <[email protected]>
* Add support for all versions of automake 1.x >= 1.6.1Slávek Banko2018-05-081-1/+1
| | | | | | | Thanks to Ray Vine for the original patch This resolves bug 2891 Signed-off-by: Slávek Banko <[email protected]>
* Add check if Java is >= 8Slávek Banko2018-04-291-2/+21
| | | | | | | With Java >= 8 instead of javah, it is preferred to use javac with option -h. In later Java versions, javah is removed. Signed-off-by: Slávek Banko <[email protected]>
* Do not force C dialect for automake buildsSlávek Banko2016-08-071-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add support for automake 1.15Slávek Banko2015-04-141-1/+1
| | | | | | This resolves Bug 2403 Signed-off-by: Slávek Banko <[email protected]>