summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use TQImage rather than TQPixmap in the backend-oriented coder14.1.xAlexander Golubev2025-08-0811-22/+21
| | | | | | | | | | | | | | | | | 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> (cherry picked from commit a6ab7f1c6dcf3076aa5488a790d81f42cbc93b48)
* Fix tests' execution without X11Alexander Golubev2025-08-058-12/+20
| | | | | | | Note: kretest segfaults without a GUI because it makes use of TQPicture Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 19201b658c807f6ffa3c9dcaa02c90b38312e2d7)
* Use locale-unaware functions when importing filesAlexander Golubev2025-08-044-8/+8
| | | | | | | | 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> (cherry picked from commit adf2fa32500d33417b6e6ac9e2867f3ab3eede34)
* Merge translation files from master branch.Automated System2025-08-0337-185/+185
|
* Update translation template.Automated System2025-08-031-5/+5
|
* Fix FTBFS introduced by commit fbc41d7.Michele Calgaro2025-08-031-7/+7
| | | | | | | | 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> (cherry picked from commit 4d60965a1fba602778dbf35c28a93ec1a533c796)
* Fix importers/exporters bugs. Fix tests and add them to build process.Michele Calgaro2025-08-0316-98/+393
| | | | | | | | | 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> (cherry picked from commit dfbafdbb2f7369438a750327544f9084a765e407)
* Merge translation files from master branch.Automated System2025-05-2337-1103/+185
|
* Add desktop files translations.Slávek Banko2025-05-2332-107/+1194
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e1aca2d5b6d3d2294314b8eda4519ec7b3735311)
* Exclude tests binaries from translation template.Slávek Banko2025-05-232-30/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fa4b9977ee99c97ea22b8bb3f1e62c140859cc41)
* Merge translation files from master branch.Automated System2025-05-2237-37/+1103
|
* Update translation template.Automated System2025-05-221-1/+29
|
* Drop support for automake buildsMichele Calgaro2025-05-2241-13313/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 189026316e42f7499f9ef45556b1ebaf31acd36e)
* Add cmake rules for tests files and make tests runnable.Michele Calgaro2025-05-2216-16/+157
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 99e16012c2ddbfa877a77c2176e15c3fea5643e6)
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-03-2512-54/+54
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d881a9b6b5bcd95524d5e2bd8aea25d89f53f404)
* Merge translation files from master branch.Automated System2025-03-041-64/+62
|
* Drop support for discontinued DGUXMichele Calgaro2025-02-061-46/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b51834c65a8ba062fe9f8206a29206e5e4f32883)
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Merge translation files from master branch.Automated System2025-01-281-60/+41
|
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2025-01-081-0/+0
|
* Remove support for Tru64, OSF and SCOv3.2Michele Calgaro2025-01-073-298/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7f54e89c076e5a29aebf2f3379af7a1d4768448e)
* Merge translation files from master branch.Automated System2025-01-061-257/+231
|
* Merge translation files from master branch.Automated System2025-01-031-15/+10
|
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Rename Q_EXPORT to TQ_EXPORTMichele Calgaro2025-01-031-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6877068ccd8b8a43e25d0a66e7277bdc78d47edd)
* Merge translation files from master branch.Automated System2025-01-011-8/+10
|
* CMake conversionMichele Calgaro2024-11-1219-0/+482
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2c316e3037228223164adf5cd3446cf47f1744a4)
* Merge translation files from master branch.Automated System2024-10-3037-999/+999
|
* Remove 'po' folderMichele Calgaro2024-10-3038-202967/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 404be6eaa1a18c2c60b9387fa81c256de335b09d)
* Fix path for translations template.Slávek Banko2024-10-292-28/+28
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d751b5d2ee6ef37a04d6f5b56e880c481b4d10dc)
* Remove autotools code to extract translation messagesMichele Calgaro2024-10-291-5/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9c69bea5dc62e610118b985bc4699e6609a92171)
* Generalize inclusion of file generated by tquicMichele Calgaro2024-10-292-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 722352152635f6aec20d7d3bdf2554b7745c633f)
* Remove check for obsolete sqlite support. Check only for aqlite3Michele Calgaro2024-10-2911-94/+29
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d572a3f536f3cb283303c161095c5e83d4dc27da)
* Copy translations to new folderMichele Calgaro2024-10-2979-150/+202972
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0d190c75668f6c20aaad9bc2a458b801de90ee0b)
* Remove duplication of mime type icons in final packagesMichele Calgaro2024-10-2933-5/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7b1350b7d39874242b578e640fc50a3b4534520e)
* Add krecipes.xpm from tde-packaging repoMichele Calgaro2024-10-292-0/+231
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9251ed4aa1c7eebbcd3adb26c985eaf28a648916)
* Rearrange folders structure to remove unnecessary 'krecipes' second level ↵Michele Calgaro2024-10-29361-29/+28
| | | | | | | subfolder Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0c8ed6c9a4000af8f48581a81c4b5c2f5b9fd502)
* Remove unused scriptsMichele Calgaro2024-10-294-64/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d5ba3180a82a0827c1fbd6dc93a2abf4f882c37)
* Adjust structure of 'doc' folder to prepare for cmake conversionMichele Calgaro2024-10-2965-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 197e116ee0a3284de3fdf1494504b2f1acb1ff47)
* Remove duplicated picture filesMichele Calgaro2024-10-2915-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 38e2a9bee1cb05245cb00948764081d3380d30d9)
* Merge translation files from master branch.Automated System2024-10-281-60/+59
|
* Reset submodule main/applications/misc/krecipes/admin to latest HEADr14.1.3Automated System2024-09-261-0/+0
|
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9b2804e1d5a42707fcc262aa104329f1c80e56ab)
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e665f607e449e6bdd60516bc1945987e48da80c)
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Use proper TQt headersMichele Calgaro2024-05-23188-599/+599
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit eb49b1d15fbf228459c3675f9f348d7a946d9443)
* Reset submodule main/applications/misc/krecipes/admin to latest HEADAutomated System2024-05-021-0/+0
|