<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/tooltips, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2025-01-14T21:52:32Z</updated>
<entry>
<title>ToolTipManager: double the size of the preview and use dpr</title>
<updated>2025-01-14T21:52:32Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-01-14T21:52:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=741abb872d52ef7bd3d5fba735049a6743b8182e'/>
<id>urn:sha1:741abb872d52ef7bd3d5fba735049a6743b8182e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issues if QT_NO_CAST_FROM_ASCII is defined</title>
<updated>2023-12-25T10:28:58Z</updated>
<author>
<name>Marius P</name>
<email>nmariusp1@gmail.com</email>
</author>
<published>2023-12-24T06:20:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b2defa2f98468fcb9491ef7c3b96e340bb6bfa92'/>
<id>urn:sha1:b2defa2f98468fcb9491ef7c3b96e340bb6bfa92</id>
<content type='text'>
Fix issues e.g. "error: ‘QString::QString(const QByteArray&amp;)’
is private within this context".
</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>Remove unused includes</title>
<updated>2022-09-26T06:17:13Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-09-26T06:17:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e19aa49a082076d5ae69931893c1d47b98f85e30'/>
<id>urn:sha1:e19aa49a082076d5ae69931893c1d47b98f85e30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup config-dolphin.h includes</title>
<updated>2022-06-15T09:28:44Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-06-11T17:23:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8aa81a1dc7fa978d44d2c6397df270432df1506f'/>
<id>urn:sha1:8aa81a1dc7fa978d44d2c6397df270432df1506f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use one config-dolphin.h.cmake configuration file</title>
<updated>2022-06-15T09:27:55Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-06-11T17:09:45Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8a0003bfbcc87068737ab1e2b94ae7b2ba73eca1'/>
<id>urn:sha1:8a0003bfbcc87068737ab1e2b94ae7b2ba73eca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We depend against qt5.15</title>
<updated>2022-06-02T05:55:08Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-06-02T05:55:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8df1ea33276f1d6107d6c1b187cd0fdc52bfe31b'/>
<id>urn:sha1:8df1ea33276f1d6107d6c1b187cd0fdc52bfe31b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port to QStringView</title>
<updated>2022-05-11T06:18:02Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-05-11T06:17:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6a727b1a7d3fb2db91456bbb3ff7fba6e7760353'/>
<id>urn:sha1:6a727b1a7d3fb2db91456bbb3ff7fba6e7760353</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused include</title>
<updated>2022-05-11T06:18:02Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-05-11T06:17:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=421410513dca779e23f4a018dc39e96447634e45'/>
<id>urn:sha1:421410513dca779e23f4a018dc39e96447634e45</id>
<content type='text'>
</content>
</entry>
</feed>
