<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krecipes/src/tests/checks.h, branch master</title>
<subtitle>KRecipes – cooking recipes manager
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/krecipes/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/krecipes/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/krecipes/'/>
<updated>2025-08-04T23:24:46Z</updated>
<entry>
<title>Use TQImage rather than TQPixmap in the backend-oriented code</title>
<updated>2025-08-04T23:24:46Z</updated>
<author>
<name>Alexander Golubev</name>
<email>fatzer2@gmail.com</email>
</author>
<published>2025-08-04T00:29:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/krecipes/commit/?id=a6ab7f1c6dcf3076aa5488a790d81f42cbc93b48'/>
<id>urn:sha1:a6ab7f1c6dcf3076aa5488a790d81f42cbc93b48</id>
<content type='text'>
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 &lt;fatzer2@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix importers/exporters bugs. Fix tests and add them to build process.</title>
<updated>2025-08-02T08:06:04Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-05-24T04:55:19Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/krecipes/commit/?id=dfbafdbb2f7369438a750327544f9084a765e407'/>
<id>urn:sha1:dfbafdbb2f7369438a750327544f9084a765e407</id>
<content type='text'>
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 &lt;michele.calgaro@yahoo.it&gt;
Signed-off-by: Alexander Golubev &lt;fatzer2@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rearrange folders structure to remove unnecessary 'krecipes' second level subfolder</title>
<updated>2024-10-21T00:29:11Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-10-13T02:56:14Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/krecipes/commit/?id=0c8ed6c9a4000af8f48581a81c4b5c2f5b9fd502'/>
<id>urn:sha1:0c8ed6c9a4000af8f48581a81c4b5c2f5b9fd502</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
</feed>
