Skip to content

A settings revamp for Dolphin.

This code contains the changes as discussed on #36 (closed), I have not removed the Navigation and Startup menus yet but all the settings they contain are duplicates. I kept them nonetheless just in case someone wants to do something with them. Here are some screenshots:

Interface->Folders & Tabs:

folderstabsinterface.png

Maybe some settings can be moved from here to somewhere else? I don't know... I have to still figure out how to make the "&" display on the tab... It is my first ever merge request after all... : )

View Modes->General View:

generalviewsviewmodes.png

In the original Issue it was just called "General" but that would not help much since it could confuse people reading generalsettings.cpp... But now that I think about it... Eh... we'll change it? 😅

View Modes->Content Display:

modifiedcontentdisplayviewmodes.png

This one was there before and added by @meven through this merge request: !553 (merged). What I did was to add the Sorting Mode settings on it.

I also changed the file structure of the whole settings directory to reflect the name changes.

I am looking forward to your opinions on this!

Oh! We might need some new icons for the categories and tabs!

Merge request reports