<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krecipes/src/exporters/htmlexporter.cpp, 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>Use tdestandarddirs.h</title>
<updated>2025-02-25T09:35:21Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-02-25T09:35:21Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/krecipes/commit/?id=fb3f1c534eeed67560638a98bbbe86255119848e'/>
<id>urn:sha1:fb3f1c534eeed67560638a98bbbe86255119848e</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&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>
