Commit Graph

192 Commits (fe71db0569f2ab1aa559a031aa9ad54003371aea)
 

Author SHA1 Message Date
Slávek Banko fe71db0569
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro 24ad61649c
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 318e3e3a62
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 7ef277b379
Remove unnecessary backup translations.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
TDE Weblate a1373b9a9b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/
3 years ago
TDE Gitea 919fbc97a6 Update translation template. 3 years ago
Michele Calgaro c3532e2dfe
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro cf298aba57
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro b20b02ef18
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 44b7142eb1
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko f7ce4cdb60
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko 6b34028d26
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko b353103ec0
Drop automake build support.
Rework the README and INSTALL files.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Gitea 350c369a73 Reset submodule main/applications/internet/tork/admin to latest HEAD 3 years ago
Slávek Banko f86b9c3064
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
Michele Calgaro 51192bc071
Removed unnecessary 'wrong' comments.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko 1e00e32106
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
TDE Gitea b0a65017ac Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
3 years ago
Victor Galvez 2f007e4eca Translated using Weblate (Spanish)
Currently translated at 95.5% (934 of 977 strings)

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/es/
3 years ago
Victor Galvez d428d2112a Translated using Weblate (Spanish)
Currently translated at 95.7% (935 of 977 strings)

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/es/
3 years ago
TDE Weblate 7d9b9c4ae5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/
4 years ago
TDE Gitea 7d1abc6212 Update translation template. 4 years ago
Slávek Banko ad3833c865
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 33df204cc2 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
François Andriot 7576a4bfe8 Fix ftbfs on Fedora 34
error: ordered comparison of pointer with integer zero (‘TQListViewItem*’ and ‘int’)

Signed-off-by: François Andriot <francois.andriot@free.fr>
4 years ago
TDE Gitea e39e316d00 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea e90fa4dc7c Reset submodule main/applications/tork/admin to latest HEAD 4 years ago
TDE Gitea 166e219397 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea ccf3d242d7 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea a0dd43887a Reset submodule main/applications/tork/admin to latest HEAD 4 years ago
TDE Weblate 93399a02d3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/
4 years ago
Slávek Banko e776187e4b Update translation template. 4 years ago
gregory guy 59e62bdeba
This fix aims to get rid of the eth0, eth1...name for network cards.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko d1e8f93d79
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
TDE Weblate 90edec96ef Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/
4 years ago
Slávek Banko 6dbe4fb87c Update translation template. 4 years ago
Slávek Banko 46ca3fa952
Replace __DATE__ with PACKAGE_DATETIME in the crash handler
to allow reproducible build.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko bda2d7559f
Add sys/time.h and time.h header detection to resolve FTBFS.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 355f00c2bd
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 5962b7e681
cmake: Install application-specific icons in the application folder.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy 81b64bcfc0
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
TDE Gitea 8b4f72aa07 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea 6a85c5007c Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea 3b5b13d28f Reset submodule main/applications/tork/admin to latest HEAD 4 years ago
TDE Weblate a9cb662ef7 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/tork
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork/
4 years ago
TDE Gitea 7103742f58 Reset submodule main/applications/tork/cmake to latest HEAD 4 years ago
TDE Gitea a6669c5d00 Reset submodule main/applications/tork/admin to latest HEAD 4 years ago
Heimen Stoffels 2bebfc96a5 Added translation using Weblate (Dutch) 4 years ago
Michele Calgaro 1af35a0723
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
TDE Gitea 85b73e2888 Reset submodule main/applications/tork/cmake to latest HEAD 5 years ago