<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/trash, 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>2025-09-01T14:46:39Z</updated>
<entry>
<title>DolphinTrash: Only play emptied sound when it was emptied without error</title>
<updated>2025-09-01T14:46:39Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2025-09-01T14:46:39Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=31f4c03aaa91d4f87eae026fc7207011a0789ede'/>
<id>urn:sha1:31f4c03aaa91d4f87eae026fc7207011a0789ede</id>
<content type='text'>
Also cancelling the confirmation results in a job finishing
with error.
</content>
</entry>
<entry>
<title>dolphintrash.cpp: Update trash dir on device changes</title>
<updated>2024-09-17T09:28:49Z</updated>
<author>
<name>Akseli Lahtinen</name>
<email>akselmo@akselmo.dev</email>
</author>
<published>2024-09-17T09:28:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7af7159b35d6c3091eb73f34ead80d64b3f85e2b'/>
<id>urn:sha1:7af7159b35d6c3091eb73f34ead80d64b3f85e2b</id>
<content type='text'>
Make sure we update the trash directory when storage devices are added/changed.
This ensures that whenever a mounted device, for example
USB stick is mounted/unmounted, the contents are properly
updated in the trash folder as well.

Otherwise the trash folder and USB stick trash folder will get
out of sync, making the trash folder behavior unpredictable.

BUG:493247
</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>Adapt to KNotifcations API change</title>
<updated>2023-08-18T20:39:15Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2023-08-15T21:59:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b7e859827d405ff15b6039f35cefa869868d2733'/>
<id>urn:sha1:b7e859827d405ff15b6039f35cefa869868d2733</id>
<content type='text'>
</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>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>
<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 build with older KF versions</title>
<updated>2022-10-19T15:45:10Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-10-19T15:45:10Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1d04d04cf301e82971d90cceb541f368192e2167'/>
<id>urn:sha1:1d04d04cf301e82971d90cceb541f368192e2167</id>
<content type='text'>
GIT_SILENT
</content>
</entry>
<entry>
<title>DolphinTrash: port away from deprecated KIO API</title>
<updated>2022-10-16T11:13:22Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-09-07T19:55:45Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a0c0b43b97017280f6290fc720f41307a5b85d22'/>
<id>urn:sha1:a0c0b43b97017280f6290fc720f41307a5b85d22</id>
<content type='text'>
Also change empty() method to return void, nothing was using the KJob * it was returning.
</content>
</entry>
</feed>
