| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e1aca2d5b6d3d2294314b8eda4519ec7b3735311)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 189026316e42f7499f9ef45556b1ebaf31acd36e)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 99e16012c2ddbfa877a77c2176e15c3fea5643e6)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d881a9b6b5bcd95524d5e2bd8aea25d89f53f404)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2c316e3037228223164adf5cd3446cf47f1744a4)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9c69bea5dc62e610118b985bc4699e6609a92171)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 722352152635f6aec20d7d3bdf2554b7745c633f)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d572a3f536f3cb283303c161095c5e83d4dc27da)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9251ed4aa1c7eebbcd3adb26c985eaf28a648916)
|
|
subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c8ed6c9a4000af8f48581a81c4b5c2f5b9fd502)
|