summaryrefslogtreecommitdiffstats
path: root/src/backends
Commit message (Collapse)AuthorAgeFilesLines
* Use TQImage rather than TQPixmap in the backend-oriented codeHEADmasterAlexander Golubev2025-08-052-6/+6
| | | | | | | | | | | | | | | | 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>
* Drop support for automake buildsMichele Calgaro2025-05-224-92/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add cmake rules for tests files and make tests runnable.Michele Calgaro2025-05-225-5/+196
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-254-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeAppMichele Calgaro2025-02-031-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDEProcIO classMichele Calgaro2024-12-151-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* CMake conversionMichele Calgaro2024-11-124-0/+72
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove check for obsolete sqlite support. Check only for aqlite3Michele Calgaro2024-10-213-21/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rearrange folders structure to remove unnecessary 'krecipes' second level ↵Michele Calgaro2024-10-2120-0/+7691
subfolder Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>