summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added conditions for installing man pages according to parts that are builded.Slávek Banko2022-07-184-3/+30
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add man pages for TDE applications.Michele Calgaro2022-07-1613-2/+279
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS when tdehw is not present. This resolves bug 2494.Michele Calgaro2022-05-023-1/+16
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename ENABLE_QSTYLECONTROLELEMENTDATA_SLOW_COPY in ↵Michele Calgaro2022-04-301-1/+1
| | | | | | ENABLE_TQSTYLECONTROLELEMENTDATA_SLOW_COPY Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdebindings/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-1011-88/+48
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS in dcopjava in case TQt3 is not installed in the system directory.Slávek Banko2021-09-241-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add check whether Ruby requires explicit specification of C++ standard.Slávek Banko2021-09-227-4/+76
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use tqWaring call in printf style, instead of joining TQString.Slávek Banko2021-09-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed up previous commit which contained an invalid file my mistake.Michele Calgaro2021-09-051-1017/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS with c++11 on gcc 4.8.4.Michele Calgaro2021-09-052-1/+1018
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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/core/tdebindings/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Fix FTBFS on Fedora 34François Andriot2021-05-101-1/+1
| | | | | | Qt.cpp:2643:17: error: ordered comparison of pointer with integer zero ('void*' and 'int') Signed-off-by: François Andriot <francois.andriot@free.fr>
* Reset submodule main/core/tdebindings/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/core/tdebindings/admin 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>
* Reset submodule main/core/tdebindings/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdebindings/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdebindings/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/core/tdebindings/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/core/tdebindings/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/core/tdebindings/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/tdebindings/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed additional code formatting modelines.Michele Calgaro2020-09-2574-143/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-23109-559/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdebindings/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/tdebindings/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/tdebindings/admin to latest HEADAutomated System2020-06-241-0/+0
|
* Fixed up incomplete qtplugins -> tqtplugins renaming.Michele Calgaro2020-06-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Merge fixes for kalyptus that were made in tdelibs/dcopidlng:Slávek Banko2020-06-184-25/+46
| | | | | | | | | | | | | | | + includes may use quotation marks + argument types can contain multiple words + avoid use long, short, int or char type as the argument name + avoid use type as the argument name if the const qualifier is used + use long notation of int types + the arguments can be nameless + return types can have qualifiers + do not warn on inherit of the DCOPObject and TQObject classes + the documentation comment does not have to end on a separate line + do not skip an empty class if it is declared with K_DCOP Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/tdebindings/admin to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.Michele Calgaro2020-05-245-7/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Reset submodule main/tdebindings/cmake to latest HEADAutomated System2020-04-081-0/+0
|