<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/information/pixmapviewer.cpp, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-03-10T09:04:17Z</updated>
<entry>
<title>information/pixmapviewer: handle hdipi for animated images</title>
<updated>2026-03-10T09:04:17Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-03-09T10:46:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=359ba4c0700ff43a68ad62517bf7c638c341be8a'/>
<id>urn:sha1:359ba4c0700ff43a68ad62517bf7c638c341be8a</id>
<content type='text'>
BUG: 510829
</content>
</entry>
<entry>
<title>Don't do an animation on the information panel</title>
<updated>2025-10-23T14:26:12Z</updated>
<author>
<name>Marco Martin</name>
<email>notmart@gmail.com</email>
</author>
<published>2025-10-23T14:26:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2a3f1badca2a5f21bfb62022d3ff435c7e74cca7'/>
<id>urn:sha1:2a3f1badca2a5f21bfb62022d3ff435c7e74cca7</id>
<content type='text'>
The information panel does a scaling animation when switching between files. It does not completely make sense because the pixmap passes immediately to the new one, it just animates the scale between the two which just looks glitchy. the effect is particularly visible when switching between a normal folder and one that has thumbnails overlayed on top: the two folder icons appear the same size, but still a weird animation occurs when going from one to another.

Also, the rest of the text of the information panel does change immediately. ideally perhaps some sort of fading animation could make sense, but only if everything in that panel faded together, only the icon fading with the text that is already the "new" one doesn't make much sense

BUG:503036
</content>
</entry>
<entry>
<title>panels/information: Fix preview size for animated images</title>
<updated>2025-07-13T10:24:01Z</updated>
<author>
<name>Ismael Asensio</name>
<email>isma.af@gmail.com</email>
</author>
<published>2025-07-06T13:08:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=efd4a2acb681a0766d59d5cfb0bcbfb7fc389309'/>
<id>urn:sha1:efd4a2acb681a0766d59d5cfb0bcbfb7fc389309</id>
<content type='text'>
If the image size is larger than the available size, we need to scale
so it fits into the preview
</content>
</entry>
<entry>
<title>InformationPanel: fix potential glitches with gifs</title>
<updated>2025-01-20T08:09:29Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-01-18T13:15:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5667fc9aaf0e98aa19f557fbed79f8c632ce7bf1'/>
<id>urn:sha1:5667fc9aaf0e98aa19f557fbed79f8c632ce7bf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>InformationPanel: prevent animated images from glitching</title>
<updated>2025-01-17T08:56:37Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-01-15T20:15:42Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9a44aad838e111175b57a7ff14a9f6d2f44c5b65'/>
<id>urn:sha1:9a44aad838e111175b57a7ff14a9f6d2f44c5b65</id>
<content type='text'>
And show them in their actual pixel density.
</content>
</entry>
<entry>
<title>Add explicit moc includes to sources for moc-covered headers</title>
<updated>2023-07-05T07:59:18Z</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2023-07-04T20:07:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ed2d352c42a6d517d4f29b3582c0e00aa34fe647'/>
<id>urn:sha1:ed2d352c42a6d517d4f29b3582c0e00aa34fe647</id>
<content type='text'>
* speeds up incremental builds as changes to a header will not always
  need the full mocs_compilation.cpp for all the target's headers rebuild,
  while having a moc file sourced into a source file only adds minor
  extra costs, due to small own code and the used headers usually
  already covered by the source file, being for the same class/struct
* seems to not slow down clean builds, due to empty mocs_compilation.cpp
  resulting in those quickly processed, while the minor extra cost of the
  sourced moc files does not outweigh that in summary.
  Measured times actually improved by some percent points.
  (ideally CMake would just skip empty mocs_compilation.cpp &amp; its object
  file one day)
* enables compiler to see all methods of a class in same compilation unit
  to do some sanity checks
* potentially more inlining in general, due to more in the compilation unit
* allows to keep using more forward declarations in the header, as with the
  moc code being sourced into the cpp file there definitions can be ensured
  and often are already for the needs of the normal class methods
</content>
</entry>
<entry>
<title>Add clang-format and format code as in Frameworks</title>
<updated>2023-02-05T05:45:38Z</updated>
<author>
<name>Serg Podtynnyi</name>
<email>serg@podtynnyi.com</email>
</author>
<published>2023-02-03T17:14:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=38c34eeca315c7be58e65d4d3fb72aaf7b866719'/>
<id>urn:sha1:38c34eeca315c7be58e65d4d3fb72aaf7b866719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings about scaling pixmaps</title>
<updated>2020-11-01T22:17:17Z</updated>
<author>
<name>Martin T. H. Sandsmark</name>
<email>martin.sandsmark@kde.org</email>
</author>
<published>2020-09-25T14:33:25Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=891ebf5758cd3569974c87f3c25f0546fe2613be'/>
<id>urn:sha1:891ebf5758cd3569974c87f3c25f0546fe2613be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port away from QTimeLine::setCurveShape()</title>
<updated>2020-10-14T23:27:28Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2020-10-14T23:27:28Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=29b894dbbab8775fe1e626827eb86feaa66f5525'/>
<id>urn:sha1:29b894dbbab8775fe1e626827eb86feaa66f5525</id>
<content type='text'>
As recommended, we now set `easingCurve` directly.
</content>
</entry>
<entry>
<title>Output of licensedigger + manual cleanup afterwards.</title>
<updated>2020-08-25T17:07:38Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2020-08-25T17:07:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=954e8c47906c12edaaf6e6aebdd41516eceb0d44'/>
<id>urn:sha1:954e8c47906c12edaaf6e6aebdd41516eceb0d44</id>
<content type='text'>
Unfortunately licensedigger does not strip the trailing * characters.
While at it, use a common style for all source files.
</content>
</entry>
</feed>
