<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/viewpropertiesdialog.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>2025-09-15T19:40:26Z</updated>
<entry>
<title>Don't store window size for ViewPropertiesDialog</title>
<updated>2025-09-15T19:40:26Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2025-09-14T13:23:20Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=df57589d12d755a05185296a2e73d84bcbe34a26'/>
<id>urn:sha1:df57589d12d755a05185296a2e73d84bcbe34a26</id>
<content type='text'>
The dialog isn't resizable, so saving/restoring the size is pointless
</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>Clean obsolete ifdefs since dolphin requires KF 5.101+</title>
<updated>2023-08-28T08:36:37Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-08-28T08:32:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1318f16fd7b84de79c04eb468d61e1c9b7b52e15'/>
<id>urn:sha1:1318f16fd7b84de79c04eb468d61e1c9b7b52e15</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>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>Port away from deprecated KMessageBox Yes/No</title>
<updated>2022-10-15T07:18:34Z</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2022-09-30T17:56:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5be69f0daba256cd3faad0aaa16dee8447a76af4'/>
<id>urn:sha1:5be69f0daba256cd3faad0aaa16dee8447a76af4</id>
<content type='text'>
GIT_SILENT
</content>
</entry>
<entry>
<title>Remove unused include</title>
<updated>2022-10-11T06:59:19Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2022-10-11T06:59:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8e0d84d0afa5607bb541e4082ddd602619786bbd'/>
<id>urn:sha1:8e0d84d0afa5607bb541e4082ddd602619786bbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Selection Mode</title>
<updated>2022-08-14T14:42:40Z</updated>
<author>
<name>Felix Ernst</name>
<email>fe.a.ernst@gmail.com</email>
</author>
<published>2021-09-12T13:33:39Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3b7c05b385dc56fbc0b9ffdd332f8d30e7624d0c'/>
<id>urn:sha1:3b7c05b385dc56fbc0b9ffdd332f8d30e7624d0c</id>
<content type='text'>
The selection mode action is a checkable toggle action named
"Select Files and Folders" which has "Space" as the default
shortcut.

In selection mode a bottom bar with contextual actions is shown.
These should mostly mirror the actions which are available through
the right-click context menu aka DolphinContextMenu.

Resizing of the window might make a overflow button appear in the
bottom selection mode bar.

This commit makes press and hold in the view activate selection
mode. This behaviour is not triggered if the press and hold is
used to either start a rubberband selection or a drag operation
within a short time. The length of the short timeframe is defined
by a QStyleHint. This is currently not implemented in touch
because I can't test it.

Mix the selection mode bars' background colors using a nice
combination of colors from the current color scheme

BUG: 427202
</content>
</entry>
<entry>
<title>ViewPropertiesDialog: use action terms instead of Yes/No buttons</title>
<updated>2022-07-03T17:01:58Z</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2022-07-03T17:01:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f3a0986b8b1addabb93323ac850060ffa0a8c5bd'/>
<id>urn:sha1:f3a0986b8b1addabb93323ac850060ffa0a8c5bd</id>
<content type='text'>
Yes/No buttons in dialogs are discouraged (not only) by KDE HIG
in favour of actions terms.
</content>
</entry>
<entry>
<title>Use cmakedefine01</title>
<updated>2022-06-15T09:28:42Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-06-11T17:16:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=28a74d178071c89dbdc53a193c1db68e0d10ddcb'/>
<id>urn:sha1:28a74d178071c89dbdc53a193c1db68e0d10ddcb</id>
<content type='text'>
This way we get a build time warning if the var isn't defined at all, e.g.
a missing check_include_files() CMake call.
</content>
</entry>
</feed>
