┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_directorysizemode.upd
AgeCommit message (Collapse)Author
2025-04-24Delete old KF5-based kconf update scriptNate Graham
This already ran, and running it again would be incorrect, so just delete it.
2025-04-24Revert "Update kconf update script version to 6"Nate Graham
This reverts commit fc56f8f2f92b98ccb9a1da0ffcbb57d723dc33bb. By changing the version number, this script now runs again, but it doesn't need to since the change was already made on everyone's systems. Instead it should just be deleted.
2025-04-17Update kconf update script version to 6Nate Graham
This allows it to run for people upgrading from an ancient version straight to the current one, and also prevents an error message about this from appearing in the journal log.
2024-03-07Add option to completely disable directory size countingNico Kreipke
Dolphin shows the size of directories by listing their contents, which for some users might cause unwanted load on the file system. Depending on the size of the subdirectories in question and how the storage is accessed, this might cause noticeable delays and even freezing. This commit adds a new option under "View -> Content Display" that enables users to set "Folder size:" to "No size", completely disabling directory size counting. Directory size counting is still enabled by default. As a third option for "Folder size" is added, the DirectorySizeCount boolean setting is replaced with a DirectorySizeMode enum setting. The old setting is migrated using a kconf_update script. FEATURE: 477187 GUI: