<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/interface/folderstabssettingspage.h, 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>2026-02-10T19:08:33Z</updated>
<entry>
<title>tabbar: readd auto-with tab width and make it default</title>
<updated>2026-02-10T19:08:33Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-02-07T11:58:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=369d0dc5d6dc8b37ca057b6acfbb01a945dccb66'/>
<id>urn:sha1:369d0dc5d6dc8b37ca057b6acfbb01a945dccb66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tab settings: add tab style</title>
<updated>2026-01-31T15:57:43Z</updated>
<author>
<name>Nicolai Sehrt</name>
<email>n.sehrt@gmail.com</email>
</author>
<published>2026-01-31T15:57:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=31b7abd81f7e01d5c8575373dc18bb4edddf74c5'/>
<id>urn:sha1:31b7abd81f7e01d5c8575373dc18bb4edddf74c5</id>
<content type='text'>
Add a Full Width option and a Fixed Size option.

This removes the current behavior of adapting to tab name, i.e folder name.
</content>
</entry>
<entry>
<title>Add options to always show tab bar and hide close buttons</title>
<updated>2026-01-17T19:23:16Z</updated>
<author>
<name>xi ota</name>
<email>kde@mentalfossa.com</email>
</author>
<published>2026-01-17T19:23:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a31695655194c57c608f938c94684fe8db93696b'/>
<id>urn:sha1:a31695655194c57c608f938c94684fe8db93696b</id>
<content type='text'>
This MR adds options to keep tab bar always visible and to remove the close button from tabs.

MR !269 cannot be reopened because the branch it is based on is no longer accessible.  Per @meven direction, I am opening this new MR.

Note: Defaults to current defaults.

![dolphin-config](/uploads/342914c6067f69dfe7146a3c938e2083/dolphin-config.png){width=734 height=597}

![dolphin-main](/uploads/2da396c36ca5074829123511f54968cc/dolphin-main.png){width=762 height=580}

Criticisms of previous MR:

* Options should take effect immediately when users apply new settings, rather than requiring restart.

  * Done.

* Concern about potential maintenance burden.

  * I've been maintaining some version of this patch for ~4-5 years, available via [aur/dolphin-tabopts](https://aur.archlinux.org/packages/dolphin-tabopts) and Chaotic AUR.  During that time, only two major rebases were needed.  First was what appeared to be automated linting and reformatting.  Second was when the preferences system was reorganized.
  
    Had the patch been integrated in the code base prior to those refactors, the first would have required zero maintainer intervention (assuming automated reformatting).  The second would have required minimal effort beyond what was needed for the refactor itself.

    Every defect I've noticed during that time were also present in the unpatched package.

* There is no demand or desire for this feature.

  * Equivalent settings are available in various apps across operating systems and desktop environments, including several KDE apps, such as akregator, kate, konsole (confirmed in 25.12.1).

  * The first merge request in this repo !1 was to implement always showing the tab bar.

  * Some users have found, created an account, and commented at the previous MR to ask that it be reconsidered.

  * Arch opt-in pkgstats shows non-zero count for aur/dolphin-tabopts since early 2023.  Max 15 in early 2025.  Current 5.

  * Chaotic AUR download metrics is 41 (rolling 30-day count).

* Unproductive "discussion" not worth further comment.
</content>
</entry>
<entry>
<title>folderstabssettingspage: add 3 options for closing split view</title>
<updated>2025-12-03T11:19:46Z</updated>
<author>
<name>Rafał Lichwała</name>
<email>rafal@siliconet.pl</email>
</author>
<published>2025-11-29T12:32:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=9e5926147606737a87cf17535db1ecbfd2c9a2c5'/>
<id>urn:sha1:9e5926147606737a87cf17535db1ecbfd2c9a2c5</id>
<content type='text'>
There is one bool setting in Dolphin Interface-&gt;Folders&amp;Tabs-&gt;Split_view
which determines which panel is closed on "Close split view" button
click (currently focused or unfocused one).

This commit replaces this setting with (enum-based) 3-state combo box.
Since now we can set "When closing a split view" action to:
 - Close the active pane
 - Close the inactive pane
 - Close the right pane

BUG: 464696
BUG: 186185
</content>
</entry>
<entry>
<title>Dolphin settings revamp</title>
<updated>2023-08-18T07:07:48Z</updated>
<author>
<name>Dimosthenis Krallis</name>
<email>sandboxgamergr@hotmail.com</email>
</author>
<published>2023-08-18T07:07:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=489b56b68bb29e81337e115c490eea4403001b71'/>
<id>urn:sha1:489b56b68bb29e81337e115c490eea4403001b71</id>
<content type='text'>
It includes a move of the settings in the Navigation and Startup sections to the Interface (formerly Behavior) section.
It also includes a new tab in the View (formerly View Mode) section, called General where some settings regarding Display style, Browsing and Miscellaneous settings
The Interface section has new tabs named Folders &amp; Tabs and Status &amp; Location bars respectively where most of the Startup and Navigation settings moved.

The `dolphin/kcms/kcm_dolphinnavigation` kcm is removed.
</content>
</entry>
</feed>
