Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect and use abiflags during Python 3 detectionr14.1.0 | Slávek Banko | 2023-01-13 | 1 | -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 Calgaro | 2023-01-10 | 1 | -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 Banko | 2022-01-28 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard. | Slávek Banko | 2022-01-28 | 1 | -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 Banko | 2022-01-28 | 1 | -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 Banko | 2022-01-28 | 1 | -1/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Make /opt/trinity the default PATH for search and install. | gregory guy | 2021-02-23 | 1 | -3/+3 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Fix for (t)qmake. | gregory guy | 2021-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Just to reestablish the truth.... | gregory guy | 2021-02-23 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Fix for the env variable TQTDOCDIR. | gregory guy | 2021-02-23 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Add support for autoconf + autoheader 2.7x. | Slávek Banko | 2021-01-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | doxygen: Determine the module name from the information in .tdescminfo | Slávek Banko | 2020-12-06 | 1 | -2/+6 |
| | | | | | | instead of by directory name. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed additional code formatting modelines. | Michele Calgaro | 2020-09-25 | 4 | -28/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed additional code formatting modelines. | Michele Calgaro | 2020-09-20 | 1 | -5/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-18 | 6 | -45/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Allow TQt3 includes to exist somewhere other than /usr/include/tqt | aneejit1 | 2020-06-22 | 1 | -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 Banko | 2020-06-07 | 1 | -3/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop definition of deprecated substitution type ksize_t. | Slávek Banko | 2019-02-17 | 1 | -2/+0 |
| | | | | | | This avoids FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Remove unwanted -i option for perl. | OBATA Akio | 2018-12-05 | 1 | -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 Calgaro | 2018-10-08 | 1 | -30/+2 |
| | | | | | | Removed _XOPEN_SOURCE. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed following issues: | Michele Calgaro | 2018-09-16 | 1 | -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 Calgaro | 2018-09-16 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed incorrect rename of QT_AUTOBRIEF. | Michele Calgaro | 2018-09-16 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed mistakes in previous commit related to test for tqt-mt. | Michele Calgaro | 2018-09-16 | 1 | -83/+1 |
| | | | | | | Thanks to Slávek Banko for review the proposed code :-) Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Conversion qt -> tqt | Michele Calgaro | 2018-09-16 | 8 | -868/+480 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed unnecessary executable flag from Doxyfile.global. | Michele Calgaro | 2018-09-01 | 1 | -0/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add cppunit detection using pkg-config | Slávek Banko | 2018-05-24 | 1 | -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.1 | Slávek Banko | 2018-05-08 | 1 | -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 >= 8 | Slávek Banko | 2018-04-29 | 1 | -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 builds | Slávek Banko | 2016-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Add support for automake 1.15 | Slávek Banko | 2015-04-14 | 1 | -1/+1 |
| | | | | | | This resolves Bug 2403 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix automake icons installationr14.0.0 | Slávek Banko | 2014-10-20 | 1 | -9/+11 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename kde.pot | Timothy Pearson | 2014-09-28 | 1 | -2/+2 |
| | |||||
* | Fix remaining renaming knewstuff | Slávek Banko | 2014-09-24 | 1 | -2/+2 |
| | |||||
* | Update default pam service name to 'tde' | Slávek Banko | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Update default pam service name to 'tde' | Slávek Banko | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Fix sqlite3 plugin detection | Slávek Banko | 2014-05-27 | 1 | -2/+14 |
| | |||||
* | Update default C dialect to C99 standard. This resolves a FTBFS in tdemultimedia | Michele Calgaro | 2014-04-17 | 1 | -1/+1 |
| | | | | when using libxine2-dev >=1.2.5-1. | ||||
* | Fix setting TQTDCOPIDLNG | Slávek Banko | 2014-03-27 | 1 | -3/+1 |
| | |||||
* | Rename kdewidgets => tdewidgets | Slávek Banko | 2013-12-23 | 1 | -4/+4 |
| | |||||
* | Fix unknown icon prefix message | Darrell Anderson | 2013-12-23 | 1 | -1/+7 |
| | |||||
* | Add support for automake 1.14 | Slávek Banko | 2013-09-15 | 1 | -1/+1 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -20/+20 |
| | |||||
* | Fix remaining FTBFS in parallel-tests with automake 1.13 | Francois Andriot | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS in parallel-tests with automake 1.13 | Slávek Banko | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Fix build with automake 1.13 | Slávek Banko | 2013-05-24 | 2 | -4/+4 |
| | |||||
* | Update files and references in support of bug report 1446. | Darrell Anderson | 2013-04-18 | 2 | -5/+5 |
| | |||||
* | Rename makekdewidgets | Timothy Pearson | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | Rename KABC namespace | Timothy Pearson | 2013-02-20 | 1 | -2/+2 |
| |