xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<include>QDir</include>
- <include>KUrl</include>
- <include>kglobalsettings.h</include>
+ <include>QUrl</include>
+ <include>KCompletion</include>
<kcfgfile name="dolphinrc"/>
+ <signal name="sortingChoiceChanged" />
<group name="General">
<entry name="EditableUrl" type="Bool">
<label>Should the URL be editable for the user</label>
</entry>
<entry name="UrlCompletionMode" type="Enum">
<label>Text completion mode of the URL Navigator</label>
- <default code="true">KGlobalSettings::completionMode()</default>
+ <default>KCompletion::CompletionPopupAuto</default>
</entry>
<entry name="ShowFullPath" type="Bool">
<label>Should the full path be shown inside the location bar</label>
<default>false</default>
</entry>
+ <entry name="ShowFullPathInTitlebar" type="Bool">
+ <label>Should the full path be shown in the title bar</label>
+ <default>false</default>
+ </entry>
+ <entry name="OpenExternallyCalledFolderInNewTab" type="Bool">
+ <label>Should an externally called folder open in a new tab in an existing Dolphin instance</label>
+ <default>true</default>
+ </entry>
<entry name="Version" type="Int">
<label>Internal version of Dolphin, containing 3 digits for major, minor, bugfix</label>
<default>0</default>
</entry>
<entry name="HomeUrl" type="String">
<label>Home URL</label>
- <default code="true">KUrl(QDir::homePath()).prettyUrl()</default>
+ <default code="true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)</default>
+ </entry>
+ <entry name="RememberOpenedTabs" type="Bool">
+ <label>Remember open folders and tabs</label>
+ <default>true</default>
</entry>
<entry name="SplitView" type="Bool">
<label>Split the view into two panes</label>
<default>false</default>
</entry>
<entry name="GlobalViewProps" type="Bool">
- <label>Should the view properties be used for all directories</label>
- <default>false</default>
+ <label>Should the view properties be used for all folders</label>
+ <default>true</default>
</entry>
<entry name="BrowseThroughArchives" type="Bool">
<label>Browse through archives</label>
<label>Ask for confirmation when closing windows with multiple tabs.</label>
<default>true</default>
</entry>
+ <entry name="ConfirmClosingTerminalRunningProgram" type="Bool">
+ <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.</label>
+ <default>true</default>
+ </entry>
<entry name="RenameInline" type="Bool">
<label>Rename inline</label>
<default>true</default>
<label>Show selection toggle</label>
<default>true</default>
</entry>
+ <entry name="UseTabForSwitchingSplitView" type="Bool">
+ <label>Use tab for switching between right and left split</label>
+ <default>false</default>
+ </entry>
+ <entry name="CloseActiveSplitView" type="Bool">
+ <label>Close active pane when toggling off split view</label>
+ <default>true</default>
+ </entry>
<entry name="ShowToolTips" type="Bool">
<label>Show tooltips</label>
<default>false</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>
<label>Enlarge Small Previews</label>
<default>true</default>
</entry>
+ <entry name="SortingChoice" type="Enum">
+ <choices>
+ <choice name="NaturalSorting" />
+ <choice name="CaseInsensitiveSorting" />
+ <choice name="CaseSensitiveSorting" />
+ </choices>
+ <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items</label>
+ <default>0</default>
+ <emit signal="sortingChoiceChanged" />
+ </entry>
</group>
</kcfg>