┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/dolphin_contentdisplaysettings.kcfg
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-06-13 09:40:27 +0000
committerMéven Car <[email protected]>2023-06-13 09:40:27 +0000
commit3338c2834af81e00c3f2b73ad7061fefce89f226 (patch)
tree79c6c332584c36391ba3691db41cf90fde91dab7 /src/settings/dolphin_contentdisplaysettings.kcfg
parentd8bf2f3f19e95b27a81d22d4dc8b9774561cae6b (diff)
Settings Add ViewModes > Content display
This does not move the settings location in files though. baby step for https://invent.kde.org/system/dolphin/-/issues/36
Diffstat (limited to 'src/settings/dolphin_contentdisplaysettings.kcfg')
-rw-r--r--src/settings/dolphin_contentdisplaysettings.kcfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/settings/dolphin_contentdisplaysettings.kcfg b/src/settings/dolphin_contentdisplaysettings.kcfg
new file mode 100644
index 000000000..36895b869
--- /dev/null
+++ b/src/settings/dolphin_contentdisplaysettings.kcfg
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
+<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
+ http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
+ <kcfgfile name="dolphinrc"/>
+ <group name="ContentDisplay">
+ <entry name="DirectorySizeCount" type="Bool">
+ <label>Whether or not content count is used as directory size</label>
+ <default>true</default>
+ </entry>
+ <entry name="RecursiveDirectorySizeLimit" type="UInt">
+ <label>Recursive directory size limit</label>
+ <default>10</default>
+ </entry>
+ <entry name="UseShortRelativeDates" type="Bool">
+ <label>if true we use short relative dates, if not short dates</label>
+ <default>true</default>
+ </entry>
+ <entry name="UsePermissionsFormat" type="Enum">
+ <label>Permissions style format</label>
+ <choices>
+ <choice name="SymbolicFormat" />
+ <choice name="NumericFormat" />
+ <choice name="CombinedFormat" />
+ </choices>
+ <default>0</default>
+ </entry>
+ </group>
+</kcfg>