xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<include>QDir</include>
+ <include>QUrl</include>
<include>kglobalsettings.h</include>
<kcfgfile name="dolphinrc"/>
<group name="General">
</entry>
<entry name="HomeUrl" type="String">
<label>Home URL</label>
- <default code="true">QDir::homePath()</default>
+ <default code="true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)</default>
</entry>
<entry name="SplitView" type="Bool">
<label>Split the view into two panes</label>
<label>Ask for confirmation when closing windows with multiple tabs.</label>
<default>true</default>
</entry>
+ <entry name="RenameInline" type="Bool">
+ <label>Rename inline</label>
+ <default>true</default>
+ </entry>
<entry name="ShowSelectionToggle" type="Bool">
<label>Show selection toggle</label>
<default>true</default>
</entry>
<entry name="ShowSpaceInfo" type="Bool">
<label>Show the space information in the statusbar</label>
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="LockPanels" type="Bool">
<label>Lock the layout of the panels</label>
<default>true</default>
</entry>
+ <entry name="EnlargeSmallPreviews" type="Bool">
+ <label>Enlarge Small Previews</label>
+ <default>true</default>
+ </entry>
</group>
</kcfg>