<feed xmlns='http://www.w3.org/2005/Atom'>
<title>digikam/src/showfoto, branch master</title>
<subtitle>DigiKam – digital photo management application
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/digikam/atom?h=master</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/digikam/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/'/>
<updated>2026-03-05T12:55:08Z</updated>
<entry>
<title>Remove use of KDE_IS_VERSION</title>
<updated>2026-03-05T12:55:08Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2026-03-05T12:55:08Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=1754ec47b18d279138e1f37e9c693a87dc49f921'/>
<id>urn:sha1:1754ec47b18d279138e1f37e9c693a87dc49f921</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Add desktop files translations.</title>
<updated>2025-07-25T00:05:10Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2025-07-25T00:05:10Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=67d18a6d8e8b76c9d805c2665779a2c9c5dab88b'/>
<id>urn:sha1:67d18a6d8e8b76c9d805c2665779a2c9c5dab88b</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Drop autotools support</title>
<updated>2025-07-24T13:44:27Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-07-13T08:17:47Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=a2ab145c9a7b83a42fc168a07972f0de3e31efef'/>
<id>urn:sha1:a2ab145c9a7b83a42fc168a07972f0de3e31efef</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Fix showfoto usability.</title>
<updated>2025-05-05T11:39:01Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-05-03T13:45:33Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=f8074c05d9a2ad3b4a4e44557222ad51539b7e79'/>
<id>urn:sha1:f8074c05d9a2ad3b4a4e44557222ad51539b7e79</id>
<content type='text'>
This resolves issue #50.

The problem seems to be a known issue already addressed by the original
authors. This is an extract from the 'ChangeLog' file that best
describes the issue:
```
Fix a linking problem with showfoto, image plugins and
--enable-gcc-hidden-visibility:
All image plugins link to libdigikam.so.
The showfoto executable however does not link to this lib, but
statically links the relevant parts.
With visibility hidden, now the linker obviously cannot see the
already linked DImgInterface class,
and there would be two different static variables for
DImgInterface::instance(). One with the loaded
image, the other (from the image plugins) with a null image.
```
Linking against libdigikam.so instead of including the libraries in a
static way solves the issue.

Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Use tdestandarddirs.h</title>
<updated>2025-02-25T09:31:53Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-02-25T09:31:53Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=4d8ab369a179ecdbaedf8344607509f8a3e353fb'/>
<id>urn:sha1:4d8ab369a179ecdbaedf8344607509f8a3e353fb</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Use tdeApp</title>
<updated>2025-02-03T13:24:26Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2025-01-21T05:25:31Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=edfc85e62cba9be0a16a44c060141f33d0f28481'/>
<id>urn:sha1:edfc85e62cba9be0a16a44c060141f33d0f28481</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Conversion to cmake building system</title>
<updated>2024-12-26T01:37:38Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-12-01T01:36:36Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=76a8e935be38afad0105c46d5a2aa7b58162223b'/>
<id>urn:sha1:76a8e935be38afad0105c46d5a2aa7b58162223b</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
<entry>
<title>Rename 'digikam' folder to 'src'</title>
<updated>2024-11-22T09:41:30Z</updated>
<author>
<name>Michele Calgaro</name>
<email>michele.calgaro@yahoo.it</email>
</author>
<published>2024-11-22T09:41:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/digikam/commit/?id=ee0d99607c14cb63d3ebdb3a970b508949fa8219'/>
<id>urn:sha1:ee0d99607c14cb63d3ebdb3a970b508949fa8219</id>
<content type='text'>
Signed-off-by: Michele Calgaro &lt;michele.calgaro@yahoo.it&gt;
</content>
</entry>
</feed>
