summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop Borland compiler specific coder14.1.xMichele Calgaro2024-10-314-395/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c5d8e3ada8ef474e4125eff38556e65d4a618a18)
* Use JasPer 3 library initialization routinesr14.1.3mio2024-10-011-2/+64
| | | | | | | | | Update to use the jas_init_library() and jas_init_thread() functions as JasPer 3 deprecated jas_init and changed its behaviour to not register jas_cleanup() as an atexit callback. Signed-off-by: mio <stigma@disroot.org> (cherry picked from commit 508ae3fc06f4c4407eab9fc38e951d168a2e0519)
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-131-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39d98694a71e1af634ae23723775421bea09a778)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f66d221cadd61d1a553fe8288705a8b08790ac7d)
* Fix FTBFS due to invalid pointer in iconv functionr14.1.2François Andriot2024-04-181-1/+1
| | | | | Signed-off-by: François Andriot <francois.andriot@thalesgroup.com> (cherry picked from commit eb8f32b893d0e3f138f5a0bbcf1cf6b3d255437b)
* Set a real data type used for FreeArray2D.Slávek Banko2024-04-182-3/+3
| | | | | | | This relates to issue #17. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 29f338fe21b0fb066d05d1335e0562560ff1f4b1)
* Add missing function prototype.Slávek Banko2024-04-181-0/+3
| | | | | | | This relates to issue #17. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 512be3d17b531dd0f86dca60223cd220b735d28e)
* Use centralized cmake versionMichele Calgaro2024-03-161-9/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4981cc4bfcb67d8876e067a890acadbe8729096)
* cmake files: change keywords to lower caseMichele Calgaro2024-03-0911-11/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 841afd2b25ac7030b9775fd914731d878db42f37)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-112-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b28cc773efcf6ae234ea4defe7e06c495690fb5e)
* Replace Qt with TQtMichele Calgaro2023-11-071-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bca6608668e43fa7a725cf4f982b66f2030c42fb)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-061-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f30d3a37fedf7b42b13a7dc025527b94d05ac5de)
* Drop autotools supportMichele Calgaro2023-10-3192-16910/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1bdd2746f8891bc9a22d76dc2531901d5c7b03bb)
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2023-10-301-0/+0
|
* cmake: Add detection of standalone iconv library.r14.1.1Slávek Banko2023-10-232-2/+19
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e0827ea544d475622ed6b7a10e201fd93cae4251)
* cmake: Fix X11/XWDFile.h header detection.Slávek Banko2023-10-231-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3de53226da36ff255ac18118b0f54d608fabc16c)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-276-9/+9
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b6c5fd7f2cc1b54794896fb5445cbad795424d63)
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Conversion to cmake building systemMichele Calgaro2023-09-21138-102/+1909
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit af121719c99a99fc3444d181777a6177f0d59dba)
* Move ksquirrel-libs-png to kernel folder since it is shared by three ↵Michele Calgaro2023-09-1727-11/+9
| | | | | | | different codecs (dicom, png, svg) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5b8d2d73599f1a06c2106ef71b9774dada86e076)
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-212-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c6b9cf3fa7d9597192601b58ab30eab7807a548c)
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit be0e3963b4dfc9341bfcaa92ad72170ba3519673)
* Removed unnecessary filesMichele Calgaro2023-05-1913-3537/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0d3ac8f304e1726db2f4849950435c2fa232855e)
* Reset submodule main/libraries/libksquirrel/admin to latest HEADr14.1.0Automated System2023-01-131-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Add man pages from tde packaging repo.Michele Calgaro2022-09-1020-1/+440
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-042-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add freetype detection using pkg-config.Slávek Banko2021-10-101-2/+23
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix check of OpenEXR >= 3.0 library.Slávek Banko2021-07-092-14/+43
| | | | | | Add check if OpenEXR needs explicit C++ standard. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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/libraries/libksquirrel/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-185-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2020-10-091-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-252-14/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2020-09-201-0/+0
|
* Reset submodule main/libraries/libksquirrel/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/libraries/libksquirrel/admin to latest HEADAutomated System2020-09-181-0/+0
|