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">
<label>Should the full path be shown inside the location bar</label>
<default>false</default>
</entry>
- <entry name="FirstRun" type="Bool">
- <label>Is the application started the first time</label>
- <default>true</default>
+ <entry name="Version" type="Int">
+ <label>Internal version of Dolphin, containing 3 digits for major, minor, bugfix</label>
+ <default>0</default>
+ </entry>
+ <entry name="ModifiedStartupSettings" type="Bool">
+ <label>Have the startup settings been modified (internal setting not shown in the UI)</label>
+ <default>false</default>
</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>
</entry>
<entry name="RenameInline" type="Bool">
<label>Rename inline</label>
- <default>false</default>
+ <default>true</default>
</entry>
<entry name="ShowSelectionToggle" type="Bool">
<label>Show selection toggle</label>
</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>