Commit Graph

464 Commits (785064f9bd59b54f0aa4dfe3beca9ca542e7931d)
 

Author SHA1 Message Date
Slávek Banko 785064f9bd
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3fb4333012)
1 year ago
TDE Gitea 07030ed03a Reset submodule main/core/tdesdk/admin to latest HEAD 1 year ago
TDE Gitea 429f7fd406 Merge translation files from master branch. 1 year ago
TDE Gitea f85b414e41 Reset submodule main/core/tdesdk/admin to latest HEAD 1 year ago
Michele Calgaro 7485c8248a
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ffe839d6e)
1 year ago
TDE Gitea 2611dd9a20 Reset submodule main/core/tdesdk/admin to latest HEAD 1 year ago
Michele Calgaro 2a3f66d4fd
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ab509f2fb)
1 year ago
Michele Calgaro d5e7a82195
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4419ae4879)
1 year ago
Michele Calgaro 854ae8e07b
Replace tqt_mo_* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a917f919a1)
1 year ago
TDE Gitea 35014b8f02 Reset submodule main/core/tdesdk/admin to latest HEAD 1 year ago
Michele Calgaro 4a1cc838f1
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0fc9d37b2b)
1 year ago
Michele Calgaro 3c1e2ceb3a
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ceb4caa0b)
2 years ago
Michele Calgaro 80e5cf10ad
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d3c01b6e72)
2 years ago
Michele Calgaro ea4d684558
Rename Token_Q_OBJECT to Token_TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aff1b73799)
2 years ago
Michele Calgaro 3c9c6c22a3
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44548d3e71)
2 years ago
TDE Gitea 291c8d1ad9 Reset submodule main/core/tdesdk/admin to latest HEAD 2 years ago
Michele Calgaro 41f63196dd
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8dac8f1a52)
2 years ago
Michele Calgaro 365f31354b
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7c1c8b9759)
2 years ago
Denis Kozadaev 8b02e37929
SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 4dabbe71b0)
2 years ago
Michele Calgaro 9afce99921
Drop python2 support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Gitea a291362802 Reset submodule main/core/tdesdk/admin to latest HEAD 2 years ago
TDE Gitea 56d363e70c Reset submodule main/core/tdesdk/admin to latest HEAD 2 years ago
Slávek Banko 0735520740
Remove unnecessary include 'libxml/DOCBparser.h'.
This resolve FTBFS with libxml2 >= 2.10.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro af35bb1c9d
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 423f98b279
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro d8521af7be
Add man pages for TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 3cb0d9a6cd
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
TDE Gitea 85167423d2 Reset submodule main/core/tdesdk/admin to latest HEAD 3 years ago
Michele Calgaro ffe6ae3dcc
Replaced 'includehints' with 'includes' in *.ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko cabf27fab4
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko e6c529dc8a
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 8e4aa143d9
Fix backtrace detection with CMake 2.x.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 2ffff0ed74
kmtrace: fixed code for realloc and avoid its use when logging info about realloc calls.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro 7c1e81c883
ktrace: let both parent and child processes write into the log file.
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>
3 years ago
Slávek Banko cf63191672
Add a backtrace function and library detection.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro f4582480b4
Fixed building with glibc 2.34 where malloc/free hooks have been removed.
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>
3 years ago
TDE Weblate 5adfbc2372 Update translation files
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/
4 years ago
TDE Gitea dc3b326615 Update translation template. 4 years ago
Slávek Banko fcdabee3c8
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Gitea c21db259fd Reset submodule main/core/tdesdk/cmake to latest HEAD 4 years ago
Michele Calgaro c78b2cfec3
Use new icon in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 3b0bc44a3c Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 62e885d36a Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 99d680f7de Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 03217f6630 Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 0e66f0855b Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 1c20a063ff Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 7996bf5e0e Translated using Weblate (Italian)
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/
4 years ago
Michele Calgaro 77614380c4 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: tdesdk/kbugbuster - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/it/
4 years ago
Michele Calgaro 848db990d0 Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: tdesdk/cervisia - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/it/
4 years ago