summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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]>
* Fix automake icons installationr14.0.0Slávek Banko2014-10-201-9/+11
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Rename kde.potTimothy Pearson2014-09-281-2/+2
|
* Fix remaining renaming knewstuffSlávek Banko2014-09-241-2/+2
|
* Update default pam service name to 'tde'Slávek Banko2014-05-271-1/+1
|
* Update default pam service name to 'tde'Slávek Banko2014-05-271-1/+1
|
* Fix sqlite3 plugin detectionSlávek Banko2014-05-271-2/+14
|
* Update default C dialect to C99 standard. This resolves a FTBFS in tdemultimediaMichele Calgaro2014-04-171-1/+1
| | | | when using libxine2-dev >=1.2.5-1.
* Fix setting TQTDCOPIDLNGSlávek Banko2014-03-271-3/+1
|
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-4/+4
|
* Fix unknown icon prefix messageDarrell Anderson2013-12-231-1/+7
|
* Add support for automake 1.14Slávek Banko2013-09-151-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-20/+20
|
* Fix remaining FTBFS in parallel-tests with automake 1.13Francois Andriot2013-08-301-1/+1
|
* Fix FTBFS in parallel-tests with automake 1.13Slávek Banko2013-08-271-1/+1
|
* Fix build with automake 1.13Slávek Banko2013-05-242-4/+4
|
* Update files and references in support of bug report 1446.Darrell Anderson2013-04-182-5/+5
|
* Rename makekdewidgetsTimothy Pearson2013-02-211-1/+1
|
* Rename KABC namespaceTimothy Pearson2013-02-201-2/+2
|
* Fix unintended rename of lnkscriptSlávek Banko2013-02-191-1/+1
|
* Fix unintended rename of workfilesSlávek Banko2013-02-181-10/+10
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-152-3/+3
|
* Fix Python library detection on multiarch systemsTimothy Pearson2013-02-111-1/+2
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-4/+4
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-272-21/+21
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-21/+21
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|