<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/global.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-10T13:19:13Z</updated>
<entry>
<title>Replace qAsConst with std::as_const</title>
<updated>2023-09-10T13:19:13Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-09-10T13:19:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b58a346be96f7d0973ed96e52c4cf95463ba244d'/>
<id>urn:sha1:b58a346be96f7d0973ed96e52c4cf95463ba244d</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>Revert "Restrict attaching instances to those on the same activity or same virtual desktop"</title>
<updated>2023-05-24T10:11:41Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-05-24T08:52:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ee8b71e5568f5a56b886b877d63fb345c96b2cce'/>
<id>urn:sha1:ee8b71e5568f5a56b886b877d63fb345c96b2cce</id>
<content type='text'>
This reverts commit b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85.

BUG: 408919

Reintroduces:
CCBUG: 408919
</content>
</entry>
<entry>
<title>Revert "global.cpp: Ensure qApp does not emit signal because of local QEventLoop"</title>
<updated>2023-05-24T10:11:41Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-05-24T08:50:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b01329bf360795b51809c0adfeefaa91b79f7950'/>
<id>urn:sha1:b01329bf360795b51809c0adfeefaa91b79f7950</id>
<content type='text'>
This reverts commit dec80fb0f940ff4e71032c2d3544f0d60a05c4ce.
</content>
</entry>
<entry>
<title>global.cpp: Ensure qApp does not emit signal because of local QEventLoop</title>
<updated>2023-05-19T15:31:42Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-05-18T08:07:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=dec80fb0f940ff4e71032c2d3544f0d60a05c4ce'/>
<id>urn:sha1:dec80fb0f940ff4e71032c2d3544f0d60a05c4ce</id>
<content type='text'>
BUG: 469656
</content>
</entry>
<entry>
<title>Fix build without KF5Activities</title>
<updated>2023-05-09T08:49:28Z</updated>
<author>
<name>Heiko Becker</name>
<email>heiko.becker@kde.org</email>
</author>
<published>2023-05-09T06:59:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c3fb0dc15ba71da45ed854769a3d80410c8fc598'/>
<id>urn:sha1:c3fb0dc15ba71da45ed854769a3d80410c8fc598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restrict attaching instances to those on the same activity or same virtual desktop</title>
<updated>2023-04-20T08:50:40Z</updated>
<author>
<name>Méven Car</name>
<email>meven.car@kdemail.net</email>
</author>
<published>2023-04-20T08:50:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85'/>
<id>urn:sha1:b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85</id>
<content type='text'>
CCBUG: 408919
</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 Wayland window activation when attaching to an existing instance</title>
<updated>2022-10-14T14:46:29Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2022-10-11T19:21:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6c19e733673e24684707836fb2c9e0f45d1ac3f9'/>
<id>urn:sha1:6c19e733673e24684707836fb2c9e0f45d1ac3f9</id>
<content type='text'>
The application launching Dolphin passes a token via the XDG_ACTIVATION_TOKEN environment variable

We need to pass that to the running instance so that it can use it to raise itself
</content>
</entry>
<entry>
<title>fix opening new windows unnecessary</title>
<updated>2022-10-12T20:04:07Z</updated>
<author>
<name>Andrey Butirsky</name>
<email>butirsky@gmail.com</email>
</author>
<published>2022-10-12T20:04:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c628c9d64d14e8bbcb380de08878d158857d0781'/>
<id>urn:sha1:c628c9d64d14e8bbcb380de08878d158857d0781</id>
<content type='text'>
fixes a regression introduced by
https://invent.kde.org/utilities/ark/-/merge_requests/44

BUG: 440663
</content>
</entry>
</feed>
