<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinplacesmodelsingleton.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>2023-09-30T07:15:18Z</updated>
<entry>
<title>DolphinPlacesModel: remove usage of alternativeApplicationName</title>
<updated>2023-09-30T07:15:18Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-09-29T07:29:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=cff402356e269d562a3acf2292cfdac233b1032c'/>
<id>urn:sha1:cff402356e269d562a3acf2292cfdac233b1032c</id>
<content type='text'>
This is now not needed anymore since `PlacesItemModel::cleanupBookmarks` (now removed) from https://phabricator.kde.org/D9333 has run for on users systems.
</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 duplicate header between header/file</title>
<updated>2022-05-04T18:54:55Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-05-04T18:54:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=013ca76a31c3a4c897a505732748e7c66426f535'/>
<id>urn:sha1:013ca76a31c3a4c897a505732748e7c66426f535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Places Panel] Support drag and drop from Ark</title>
<updated>2022-04-11T16:01:51Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-04-07T19:41:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0c7f7c92ed961ce46a7b42aeeb1c30070c95ae17'/>
<id>urn:sha1:0c7f7c92ed961ce46a7b42aeeb1c30070c95ae17</id>
<content type='text'>
Accepts Ark's special dnd mime types so that archive contents can
be dragged onto a place to extract and/or (mount and) switch to the
hovered location.
</content>
</entry>
<entry>
<title>Hide "Places" section header when panels are unlocked</title>
<updated>2022-02-05T22:18:28Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-01-28T18:40:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0dac70d059551ad143b9bb9849efb28840b7ba4b'/>
<id>urn:sha1:0dac70d059551ad143b9bb9849efb28840b7ba4b</id>
<content type='text'>
Avoids showing "Places" twice.
</content>
</entry>
<entry>
<title>Store model as a DolphinPlacesModel</title>
<updated>2022-02-05T22:18:28Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-01-28T18:39:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f645e6b4b2053926bcea3f9ae6985a53b28caab1'/>
<id>urn:sha1:f645e6b4b2053926bcea3f9ae6985a53b28caab1</id>
<content type='text'>
Because that's what it is. It's a subclass anyway but saves us some
casts in the future.
</content>
</entry>
<entry>
<title>Port back to KFilePlacesView</title>
<updated>2022-01-09T17:09:10Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2021-12-16T18:29:22Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0603e18cd4e36b988196a99810f2e3e803fe3125'/>
<id>urn:sha1:0603e18cd4e36b988196a99810f2e3e803fe3125</id>
<content type='text'>
This removes the custom-view engine version of the places panel
and replaces it with the upstream `KFilePlacesView` from KIO.
</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>
<entry>
<title>Introduce singleton for KFilePlacesModel</title>
<updated>2018-03-19T08:57:24Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2018-03-19T08:57:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7cee23157f099837fffc22380b85ac33a2006a49'/>
<id>urn:sha1:7cee23157f099837fffc22380b85ac33a2006a49</id>
<content type='text'>
There are various places where Dolphin created a new KFilePlacesModel which would then query all storage devices and do other expensive work.

Differential Revision: https://phabricator.kde.org/D11283
</content>
</entry>
</feed>
