summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2023-11-0864-174/+174
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1a7a57976491e8df569198d8e903bf9e57e233f0)
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-062-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3fb433301238a98e4eb537d1e56bc6b53f374f96)
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Merge translation files from master branch.Automated System2023-10-301-7/+9
|
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-2528-274/+274
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-09-251-0/+0
|
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-141-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ab509f2fbc16905a7a214a3c5e0ee6d61cb1f5e)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0411-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4419ae48793b07591929aff8c69a381e7a5bbb32)
* Replace tqt_mo_* definesMichele Calgaro2023-09-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a917f919a183240a1631b9bf500ba6c8df5cbb58)
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-313-8/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0fc9d37b2bd1bd32f3b975af0859e9dd248dc57b)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1711-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2ceb4caa0bdb7828fdc87dca7b5a719279e23398)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d3c01b6e72bc676f859f5601dac5473421f7cafc)
* Rename Token_Q_OBJECT to Token_TQ_OBJECTMichele Calgaro2023-07-212-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aff1b73799d76c43235d27b86ff17b179f4ad2fc)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21359-398/+398
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 44548d3e71aab859c1547104f3419fd288add594)
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1324-78/+78
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8dac8f1a52cf3a2983af451aff69ca268cfbd6d7)
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-114-4/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7c1c8b9759e1beeee46f19650ca8c51fd8bc8f22)
* SunOS cosmetic changesDenis Kozadaev2023-06-032-1/+4
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 4dabbe71b09383cba554e9338c059e5ed3d54e6c)
* Drop python2 support.r14.1.0Michele Calgaro2023-01-141-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-01-131-0/+0
|
* Reset submodule main/core/tdesdk/admin to latest HEADAutomated System2023-01-101-0/+0
|
* Remove unnecessary include 'libxml/DOCBparser.h'.Slávek Banko2022-10-131-1/+0
| | | | | | This resolve FTBFS with libxml2 >= 2.10. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-186-30/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add man pages for TDE applicationsMichele Calgaro2022-06-1374-14/+3437
| | | | 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/core/tdesdk/admin to latest HEADAutomated System2022-01-281-0/+0
|
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-081-11/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Fix backtrace detection with CMake 2.x.Slávek Banko2021-09-231-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kmtrace: fixed code for realloc and avoid its use when logging info about ↵Michele Calgaro2021-09-221-10/+36
| | | | | | realloc calls. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* ktrace: let both parent and child processes write into the log file.Michele Calgaro2021-09-201-18/+0
| | | | | | | | | | | This makes sure all malloc/realloc/free operations are correctly logged, although there is a summary section for each process. As a rule of thumb, when monitoring malloc operations it is recommended to run the program with the '--nofork' argument to avoid the fork operation in first place. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add a backtrace function and library detection.Slávek Banko2021-09-154-2/+36
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed building with glibc 2.34 where malloc/free hooks have been removed.Michele Calgaro2021-09-153-490/+124
| | | | | | | Removed mtrace.c file since it is not used (it seems it was a base for ktrace.c). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2021-07-0745-45/+45
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: TDE/tdesdk Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tde/tdesdk/
* Update translation template.Automated System2021-07-071-4/+3
|
* 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/tdesdk/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Use new icon in tdelibs.Michele Calgaro2021-04-101-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-9/+9
| | | | | | | Currently translated at 100.0% (29 of 29 strings) Translation: tdesdk/tdeioslave - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-7/+8
| | | | | | | Currently translated at 100.0% (3 of 3 strings) Translation: tdesdk/umbrello - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-8/+8
| | | | | | | Currently translated at 100.0% (46 of 46 strings) Translation: tdesdk/kbabel - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-7/+8
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdesdk/tdecachegrind - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-7/+8
| | | | | | | Currently translated at 100.0% (2 of 2 strings) Translation: tdesdk/scheck - scheck.themerc Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-231-8/+9
| | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: tdesdk/kuiviewer - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/it/
* Translated using Weblate (Italian)Michele Calgaro2021-03-211-10/+11
| | | | | | | Currently translated at 100.0% (5 of 5 strings) Translation: tdesdk/kompare - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/it/