Commit Graph

364 Commits (58a570163d90ddcb81e682e28aa4478a62dd7dac)
 

Author SHA1 Message Date
Michele Calgaro 58a570163d
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2b574c1420)
3 months ago
TDE Gitea e67ee2a60a Merge translation files from master branch. 3 months ago
TDE Gitea 8bd84215be Merge translation files from master branch. 3 months ago
TDE Gitea 15467e01a6 Merge translation files from master branch. 4 months ago
TDE Gitea 8b444313c8 Merge translation files from master branch. 4 months ago
TDE Gitea 6a140c21c0 Merge translation files from master branch. 4 months ago
TDE Gitea e7e6c33c5b Merge translation files from master branch. 5 months ago
TDE Gitea 77cb05e35e Merge translation files from master branch. 5 months ago
Michele Calgaro 58b5bd4d8b
Fix FTBFS with gcc 15. This resolves issue #28
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0ed59f2f13)
5 months ago
TDE Gitea 42a0c2b1d9 Merge translation files from master branch. 6 months ago
Michele Calgaro 5a00a6bb09
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 49746c5b86)
6 months ago
TDE Gitea d6b49323d3 Merge translation files from master branch. 8 months ago
TDE Gitea 36887f67c1 Merge translation files from master branch. 8 months ago
TDE Gitea 4323132c5f Merge translation files from master branch. 1 year ago
TDE Gitea 70fcba07a9 Merge translation files from master branch. 1 year ago
TDE Gitea fb8caf3a21 Merge translation files from master branch. 1 year ago
Slávek Banko 16dc642a28
Fix compatibility with C++17.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d4cf702259)
1 year ago
TDE Gitea a5f04b8222 Merge translation files from master branch. 1 year ago
TDE Gitea abe4b198f5 Merge translation files from master branch. 1 year ago
Michele Calgaro e8f457ac8c
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48a28f804c)
1 year ago
Michele Calgaro ccc90afb89
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a7d0c9e487)
1 year ago
Michele Calgaro f9ec1da001
Replace auto_ptr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 55ea90e756)
1 year ago
Michele Calgaro aa5bb4434e
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c650254e18)
2 years ago
Michele Calgaro 727a2e58bc
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3d581777cd)
2 years ago
TDE Gitea 8ed9929d5b Merge translation files from master branch. 2 years ago
Michele Calgaro c932624b68
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4f29422c2b)
2 years ago
TDE Gitea 5f98a5228d Merge translation files from master branch. 2 years ago
Michele Calgaro ad02e86c02
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1be100df96)
2 years ago
Michele Calgaro 1ff93d9ecc
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dbf84303c4)
2 years ago
Michele Calgaro 211ad8746b
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4bbccf7d67)
2 years ago
Slávek Banko 5dcd02bb65
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ac553347dc)
2 years ago
Michele Calgaro 034ed63e8d
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f57d24985e)
2 years ago
TDE Gitea 59252e910c Merge translation files from master branch. 2 years ago
TDE Gitea 5fc9c892f7 Merge translation files from master branch. 2 years ago
TDE Gitea 000d82e701 Update translation template. 2 years ago
Slávek Banko 8e80232676
Fix FTBFS caused by taglib as a result of the QString -> TQString renaming.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f163e21e1e)
2 years ago
Michele Calgaro 9c6e80458b
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 b3acf22ba8)
2 years ago
Michele Calgaro 4b657979ec
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d82c9bd8b6)
2 years ago
Michele Calgaro 31fba84125
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 074a3e6db6)
2 years ago
Michele Calgaro 37c2ad0c29
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e164b1d027)
2 years ago
Michele Calgaro 2aa8f8fcbf
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 c7f2ea3d7c)
2 years ago
Slávek Banko c800d114bf
Drop python2 support.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro b2ccda8be8
Add man page from tde packaging repo.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro c243009e07
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro a2df6e1f40
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 6f703233c3
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 4cca346710
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 1672602b4b
Do forgotten rename of README file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 150ee6fac9
Change README to markdown format.
Add translation status overview.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Weblate b6c5bff9b5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tellico
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/
4 years ago