Commit Graph

245 Commits (master)
 

Author SHA1 Message Date
Michele Calgaro 75d9674825
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 weeks ago
Alexander Golubev a6ab7f1c6d Use TQImage rather than TQPixmap in the backend-oriented code
TQImage is more suitable for i/o operations and long-term storage rather
than TQPixmap (which is better for immediate display on the screen). The
UI rarely does displays all those photos and does it one-by-one (i.e.
there is no big gallery), so there is no significant performance penalty
for the use of TQImage. On the contrary this way we should save some
memory on allocations associated X11 stuff for pixmaps and loading time
when the database contains a lot of photos.

Note that there is yet another use of TQPixmap in `htmlexporter` which
cannot be replaced because it uses TQPainter, which didn't supported
QImage until Qt5.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Alexander Golubev 19201b658c Fix tests' execution without X11
Note: kretest segfaults without a GUI because it makes use of TQPicture

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Alexander Golubev adf2fa3250 Use locale-unaware functions when importing files
Locale-aware version of MixedNumber::fromString() were causing problems
when locale has a different decimal separator than dot (`.`).

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
TDE Weblate 16b722122b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
5 months ago
TDE Gitea a5098d326d Update translation template. 5 months ago
Michele Calgaro 4d60965a1f
Fix FTBFS introduced by commit dfbafdb.
The tests require an active X session, so they can not be part of an
automated build system that runs in a clean X-less environment.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
Michele Calgaro dfbafdbb2f
Fix importers/exporters bugs. Fix tests and add them to build process.
The file `mx2test.txt` is taken from KRecipes 2.1 source code.
Other tests have been adjusted based on the tests in KRecipes 2.1 source code.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
5 months ago
Temuri Doghonadze fd118e52e5 Translated using Weblate (Georgian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/krecipes - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes-desktop-files/ka/
7 months ago
Andrei Stepanov 4c25897128 Translated using Weblate (Russian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/krecipes - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes-desktop-files/ru/
7 months ago
Michele Calgaro ac99fe305f Translated using Weblate (Italian)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/krecipes - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes-desktop-files/it/
8 months ago
Heimen Stoffels 9ef16093db Translated using Weblate (Dutch)
Currently translated at 100.0% (5 of 5 strings)

Translation: applications/krecipes - desktop files
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes-desktop-files/nl/
8 months ago
TDE Weblate 837cc197ad Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
8 months ago
Slávek Banko e1aca2d5b6
Add desktop files translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 months ago
Slávek Banko fa4b9977ee
Exclude tests binaries from translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 months ago
TDE Weblate d414d576d5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
8 months ago
TDE Gitea e5296243b3 Update translation template. 8 months ago
Michele Calgaro 189026316e
Drop support for automake builds
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro 99e16012c2
Add cmake rules for tests files and make tests runnable.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro d881a9b6b5
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
stefano ef52f2b558 Translated using Weblate (Italian)
Currently translated at 55.0% (618 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/it/
10 months ago
Michele Calgaro fb3f1c534e
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro b51834c65a
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
TDE Gitea f9d8709de5 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 11 months ago
Michele Calgaro f6082cf0a5
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
TDE Gitea 6d9717eb18 Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
11 months ago
Temuri Doghonadze 83274befb1 Translated using Weblate (Georgian)
Currently translated at 65.9% (741 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ka/
11 months ago
TDE Gitea 49eecd753f Reset submodule main/applications/misc/krecipes/admin to latest HEAD 1 year ago
Michele Calgaro 7f54e89c07
Remove support for Tru64, OSF and SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Temuri Doghonadze c366a9c9cb Translated using Weblate (Georgian)
Currently translated at 64.1% (720 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ka/
1 year ago
Temuri Doghonadze 1e83a1c428 Translated using Weblate (Georgian)
Currently translated at 62.6% (704 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ka/
1 year ago
Temuri Doghonadze 4bbdd5490b Translated using Weblate (Georgian)
Currently translated at 43.6% (490 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ka/
1 year ago
TDE Gitea 74e25404e4 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 1 year ago
Michele Calgaro 6877068ccd
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Temuri Doghonadze d8b100a89b Translated using Weblate (Georgian)
Currently translated at 43.1% (485 of 1123 strings)

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ka/
1 year ago
Michele Calgaro 567e063ea9
Use TDEProcIO class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 1953eddce2
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro f4a17e2475
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 2c316e3037
CMake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Gitea 83ad595165 Reset submodule main/applications/misc/krecipes/admin to latest HEAD 1 year ago
TDE Gitea 0300b9359c Reset submodule main/applications/misc/krecipes/admin to latest HEAD 1 year ago
Michele Calgaro 404be6eaa1
Remove 'po' folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
TDE Weblate b7cee4f280 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: applications/krecipes
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/
1 year ago
Slávek Banko d751b5d2ee
Fix path for translations template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
TDE Gitea 78528c48c4 Update translation template. 1 year ago
Michele Calgaro 9c69bea5dc
Remove autotools code to extract translation messages
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 7223521526
Generalize inclusion of file generated by tquic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro d572a3f536
Remove check for obsolete sqlite support. Check only for aqlite3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 0d190c7566
Copy translations to new folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 7b1350b7d3
Remove duplication of mime type icons in final packages
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago