<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/folders, 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>2026-01-22T15:14:16Z</updated>
<entry>
<title>clang-tidy: use default for trivial constructor</title>
<updated>2026-01-22T15:14:16Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T15:04:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=174bc684603326de15e933b3bb24ffb739f3291e'/>
<id>urn:sha1:174bc684603326de15e933b3bb24ffb739f3291e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DolphinView: Remove -1 interval, add setAutoActivationEnabled</title>
<updated>2025-05-09T10:34:30Z</updated>
<author>
<name>Akseli Lahtinen</name>
<email>akselmo@akselmo.dev</email>
</author>
<published>2025-05-09T10:34:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2201018673467bf7a871082b1fd1e3f8c6f926e7'/>
<id>urn:sha1:2201018673467bf7a871082b1fd1e3f8c6f926e7</id>
<content type='text'>
In future Qt versions, Qt Timers do not allow negative intervals.
Instead, they will be changed to 1.

Related Qt commit:
https://github.com/qt/qtbase/commit/f1f610bc67bfd5c2ef31270a6945e7bae93b5e4a

Instead of relying on the interval, use a boolean variable
to check if the autoactivation is enabled or not.
</content>
</entry>
<entry>
<title>Fix accessibility ancestor tree for folders panel</title>
<updated>2023-11-15T10:48:31Z</updated>
<author>
<name>Felix Ernst</name>
<email>felixernst@zohomail.eu</email>
</author>
<published>2023-11-15T10:48:31Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2ad0fa6e873685690b762c947f72b8e2befc24c1'/>
<id>urn:sha1:2ad0fa6e873685690b762c947f72b8e2befc24c1</id>
<content type='text'>
This is a followup to 549fad2daeeccac53b88b4777dcc9effbc2110e5.
That previous commit made sure that the accessibility tree for
Dolphin's main view was complete even though the view had no
parent by explicitly setting an accessible parent.

The folders panel also has a view though and that previous commit
did not contain an explicit call to also set an accessible parent
for it. This commit rectifies that.

Fixes a sanity check &amp; crash in the debug build.
Belongs to Dolphin issue #47.
</content>
</entry>
<entry>
<title>Adapt to KConfigGroup name officially being a QString type</title>
<updated>2023-11-08T11:08:31Z</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2023-11-08T11:08:31Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=91a4d5da94a6b0b60ad7989a402f654710103e99'/>
<id>urn:sha1:91a4d5da94a6b0b60ad7989a402f654710103e99</id>
<content type='text'>
GIT_SILENT
</content>
</entry>
<entry>
<title>Merge branch 'master' into kf6</title>
<updated>2023-07-05T20:44:40Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2023-07-05T20:44:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f510339f033658eae27f8400bf042b78b36f82f2'/>
<id>urn:sha1:f510339f033658eae27f8400bf042b78b36f82f2</id>
<content type='text'>
</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>Use ellipsis everywhere instead of three dots</title>
<updated>2023-06-29T22:42:34Z</updated>
<author>
<name>Tem PQD</name>
<email>variable_valuables761@simplelogin.com</email>
</author>
<published>2023-06-29T22:42:34Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4d930992c47140bc47dac2ecfe0c4ca7eca33be7'/>
<id>urn:sha1:4d930992c47140bc47dac2ecfe0c4ca7eca33be7</id>
<content type='text'>
Better for screen readers etc.
</content>
</entry>
<entry>
<title>Merge branch 'master' into kf6</title>
<updated>2023-06-28T07:49:46Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-06-28T07:49:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=cd2e64154fd5446a7e19aff4cb147efe2f2ba31e'/>
<id>urn:sha1:cd2e64154fd5446a7e19aff4cb147efe2f2ba31e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>KDirectoryContentsCounter: show intermediate dir size counting results, improve stopping, improve data caching</title>
<updated>2023-05-26T15:10:09Z</updated>
<author>
<name>Méven Car</name>
<email>meven.car@kdemail.net</email>
</author>
<published>2023-05-26T15:10:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a1c5c5cf81b5d1f6b7a0aa10b8a981cb70c5b26c'/>
<id>urn:sha1:a1c5c5cf81b5d1f6b7a0aa10b8a981cb70c5b26c</id>
<content type='text'>
Two user visible changes:
 * we can see the dir size changing as it is updated.
 * This makes the file counting a lot more reactive, when changing directories for instance.

`KDirectoryContentsCounterWorker::walkDir` is not recursive anymore.

The cache is now shared and only a single thread is used to count size recursively.
</content>
</entry>
<entry>
<title>Remove deprecated, ifdef'd code for old KIO versions</title>
<updated>2023-05-12T20:56:36Z</updated>
<author>
<name>Jakob Petsovits</name>
<email>jpetso@petsovits.com</email>
</author>
<published>2023-05-12T20:56:36Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1b0caf69a845d0a68c3d8d1a6bdf98568a673501'/>
<id>urn:sha1:1b0caf69a845d0a68c3d8d1a6bdf98568a673501</id>
<content type='text'>
</content>
</entry>
</feed>
