<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/information/informationpanel.cpp, 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>2025-11-07T12:54:35Z</updated>
<entry>
<title>informationpanel: ensure selection info is shown when using keyboard navigation</title>
<updated>2025-11-07T12:54:35Z</updated>
<author>
<name>weinan li</name>
<email>liweinan@kylinos.cn</email>
</author>
<published>2025-11-07T12:54:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=bad63660b4c3253fdbd5fc3f989146519a7338b7'/>
<id>urn:sha1:bad63660b4c3253fdbd5fc3f989146519a7338b7</id>
<content type='text'>
The original implementation prioritized mouse hover over keyboard selection,
preventing panel updates when navigating with arrow keys while the mouse
was over another item.

This patch adds explicit state tracking to ensure keyboard selections
always update the panel, regardless of mouse position.

BUG: 474507
</content>
</entry>
<entry>
<title>Apply 1 suggestion(s) to 1 file(s)</title>
<updated>2025-03-16T12:02:38Z</updated>
<author>
<name>Luc Schrijvers</name>
<email>begasus@gmail.com</email>
</author>
<published>2025-03-16T04:10:22Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=be51e7233294263e3c2866e101e1151dbc61ccbe'/>
<id>urn:sha1:be51e7233294263e3c2866e101e1151dbc61ccbe</id>
<content type='text'>
Co-authored-by: Felix Ernst &lt;felixernst@kde.org&gt;</content>
</entry>
<entry>
<title>only use KDirNotify if existing</title>
<updated>2025-03-16T12:02:38Z</updated>
<author>
<name>Luc Schrijvers</name>
<email>begasus@gmail.com</email>
</author>
<published>2025-03-15T18:50:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fad3305b8cbbdcc39de69740167326aff6fe6616'/>
<id>urn:sha1:fad3305b8cbbdcc39de69740167326aff6fe6616</id>
<content type='text'>
will not be there if we have no dbus enabled for kio
</content>
</entry>
<entry>
<title>Add settings page for Panels</title>
<updated>2024-03-15T16:28:35Z</updated>
<author>
<name>Benedikt Thiemer</name>
<email>numerfolt@posteo.de</email>
</author>
<published>2024-03-15T16:28:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1d4355f619ca8098d12f330741017e417a756083'/>
<id>urn:sha1:1d4355f619ca8098d12f330741017e417a756083</id>
<content type='text'>
For now this just includes the settings for the information panel.

Prior to this commit the options for configuring the information panel
were only exposed via right clicking the information panel. This was
not discoverable enough. Our guidelines also state that much. See:
https://community.kde.org/Get_Involved/Design/Frequently_Discussed_Topics#Context_menus_are_not_enough

The settings page is missing the "Configure" button for the entries in
the information panel, which can only be found in the context menu.
This is because I thought it would be weird to move it to the settings
page. (The "configure" button is used to select the entries for the
information panel)

BUG: 480243
FIXED-IN: 24.05
</content>
</entry>
<entry>
<title>Use correct KIO include</title>
<updated>2024-01-03T00:02:48Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2024-01-03T00:02:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c4bed0e132c2996c39589f727f309a0cccd10f14'/>
<id>urn:sha1:c4bed0e132c2996c39589f727f309a0cccd10f14</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>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>Fix a bunch of Qt6/Kf6 warnings</title>
<updated>2023-05-09T08:30:14Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2023-05-09T08:30:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5887d1d852ccfdaa6fc1582abc60de13768062e6'/>
<id>urn:sha1:5887d1d852ccfdaa6fc1582abc60de13768062e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>panels/information: Add option to not show information for hovered item</title>
<updated>2023-03-25T10:01:52Z</updated>
<author>
<name>Oliver Beard</name>
<email>olib141@outlook.com</email>
</author>
<published>2023-02-05T20:34:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=278380bf176ec4488f3a55043a7502310f60fde6'/>
<id>urn:sha1:278380bf176ec4488f3a55043a7502310f60fde6</id>
<content type='text'>
BUG: 364956
BUG: 453211
</content>
</entry>
</feed>
