summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the complete definition of the prototype functions.r14.1.xSlávek Banko2025-08-311-39/+39
| | | | | | | This solves FTBFS in checking the compatibility of pointers. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0bb23a9bb6c8b1324b81db3ab82ea71d2ec58092)
* Merge translation files from master branch.Automated System2025-06-101-14/+19
|
* Merge translation files from master branch.Automated System2025-06-091-0/+67
|
* Fix FTBFS caused by previous commitr14.1.4Michele Calgaro2025-04-021-0/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f911069757729f3957a40ac0ce4991f058f765b4)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e97147fe74643a5e0070cb5deda6e0e00de03f8)
* Merge translation files from master branch.Automated System2024-11-081-14/+19
|
* Merge translation files from master branch.Automated System2024-11-071-0/+67
|
* Merge translation files from master branch.r14.1.3Automated System2024-10-021-14/+19
|
* Merge translation files from master branch.Automated System2024-10-011-0/+67
|
* Fix build with gcc14 and various warningsMichele Calgaro2024-09-191-76/+78
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 408a7440394ae3966f518d389d0a64e85d423471)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c2e3bfc5f69efb5fa7a0a7e96786d76296c265b5)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3af9a02b4b2bdc7899dcf649f791b11f023fef9b)
* Merge translation files from master branch.r14.1.2Automated System2024-04-131-4/+4
|
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 91a3f7d4164fee0e04bdcca88e7cc4b05d8ef77f)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-091-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3828b7eb44c6b67e08d4569d62b42d65868a0155)
* Merge translation files from master branch.Automated System2023-12-081-8/+9
|
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dfc17c5190afb26a64744eccfa96df1623f73088)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-112-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 00c30437bd5104f38695203c6578391263b9e32d)
* Replace Q_OBJECT with TQ_OBJECTr14.1.1Michele Calgaro2023-07-251-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a31984a02ed1d403453aac4305d3dffa60e49f41)
* Drop automake build support.r14.1.0Michele Calgaro2022-12-147-129/+67
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add gtk2 link directoriesaneejit12022-11-021-0/+3
| | | | | | | | When gtk2 is not installed in /usr, a link failure may occur due to missing specifications of the link directories. An new "link_directories" statement has been added with the required directory variable. Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fixed support for building with glibc >= 2.34.Michele Calgaro2022-07-113-1/+12
| | | | | | This resolves issue #3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-261-0/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-032-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/themes/kgtk-qt3/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.Slávek Banko2021-12-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove the original translation directory layout.Slávek Banko2021-10-1912-828/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2021-10-1913-2/+813
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Housekeeping in CMake rules:Slávek Banko2021-10-186-64/+99
| | | | | | | | | | + Removed detailed DL library detection - the results were not used. + Added test whether the DL library contains _dl_sym function. + GTK presence test moved to ConfigureChecks.cmake. + Added GTHREAD presence test. + Used tde_add_library macro. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS with clang.Michele Calgaro2021-07-271-1/+1
| | | | 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/applications/kgtk-qt3/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Add missing return in nonvoid functionsFrançois Andriot2021-05-031-2/+4
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kgtk-qt3/admin to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/applications/kgtk-qt3/cmake to latest HEADAutomated System2020-07-291-0/+0
|