Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 <slavek.banko@axis.cz> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | Make /opt/trinity the default PATH for search and install. | gregory guy | 2021-02-23 | 1 | -3/+3 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Fix for (t)qmake. | gregory guy | 2021-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Just to reestablish the truth.... | gregory guy | 2021-02-23 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | Fix for the env variable TQTDOCDIR. | gregory guy | 2021-02-23 | 1 | -2/+2 |
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
* | 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 <aneejit1@gmail.com> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. | Michele Calgaro | 2018-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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 <michele.calgaro@yahoo.it> | ||||
* | Conversion qt -> tqt | Michele Calgaro | 2018-09-16 | 1 | -803/+415 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | 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 <slavek.banko@axis.cz> | ||||
* | Do not force C dialect for automake builds | Slávek Banko | 2016-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -20/+20 |
| | |||||
* | Update files and references in support of bug report 1446. | Darrell Anderson | 2013-04-18 | 1 | -3/+3 |
| | |||||
* | Rename makekdewidgets | Timothy Pearson | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | Rename KABC namespace | Timothy Pearson | 2013-02-20 | 1 | -2/+2 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Fix Python library detection on multiarch systems | Timothy Pearson | 2013-02-11 | 1 | -1/+2 |
| | |||||
* | Rename a few build variables for overall consistency | Timothy Pearson | 2013-01-29 | 1 | -4/+4 |
| | |||||
* | Rename kiobuffer and KHTML | Timothy Pearson | 2013-01-27 | 1 | -3/+3 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-27 | 1 | -11/+11 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -20/+20 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-20 | 1 | -13/+13 |
| | |||||
* | Allow build to proceed even if libhpi.so is not present | Timothy Pearson | 2012-09-14 | 1 | -8/+6 |
| | |||||
* | Use tqt3 moc | Timothy Pearson | 2012-06-19 | 1 | -5/+5 |
| | |||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Update acinclude.m4.in to avoid "unary operator expected" output | Darrell Anderson | 2012-04-14 | 1 | -27/+12 |
| | | | | | messages caused by failure to parse new TDE version scheme string. This resolves bug report 819. | ||||
* | Update final HTML install path so all modules are consistent. | Darrell Anderson | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Fix test for PDF export support. | Darrell Anderson | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | Fix failure on missing AH_CHECK_HEADERS | Timothy Pearson | 2012-03-13 | 1 | -1/+8 |
| | |||||
* | Rename kde-config to tde-config | Timothy Pearson | 2012-02-26 | 1 | -5/+5 |
| | |||||
* | Fix FTBFS under qt3 | Timothy Pearson | 2012-02-16 | 1 | -1/+3 |
| | |||||
* | Update various qt function definitions and static methods for tqt3 | Timothy Pearson | 2012-02-14 | 1 | -8/+8 |
| | |||||
* | Update header checks | Timothy Pearson | 2012-02-11 | 1 | -24/+24 |
| | |||||
* | Update Autotools tqt checks | Timothy Pearson | 2012-02-10 | 1 | -0/+51 |
| | |||||
* | Rename include subdirectory to tde | Timothy Pearson | 2012-02-07 | 1 | -3/+3 |
| | |||||
* | Fix FTBFS with TQt3 | Timothy Pearson | 2012-02-01 | 1 | -3/+8 |
| | |||||
* | Rename KDEHOME and KDEDIR | Timothy Pearson | 2011-12-07 | 1 | -13/+13 |
| |