]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_generalsettings.kcfg
Add an option to show tabs from last time when Dolphin starts
[dolphin.git] / src / settings / dolphin_generalsettings.kcfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
3 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
6 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
7 <include>QDir</include>
8 <include>QUrl</include>
9 <include>KCompletion</include>
10 <kcfgfile name="dolphinrc"/>
11 <signal name="sortingChoiceChanged" />
12 <group name="General">
13 <entry name="EditableUrl" type="Bool">
14 <label>Should the URL be editable for the user</label>
15 <default>false</default>
16 </entry>
17 <entry name="UrlCompletionMode" type="Enum">
18 <label>Text completion mode of the URL Navigator</label>
19 <default>KCompletion::CompletionPopupAuto</default>
20 </entry>
21 <entry name="ShowFullPath" type="Bool">
22 <label>Should the full path be shown inside the location bar</label>
23 <default>false</default>
24 </entry>
25 <entry name="ShowFullPathInTitlebar" type="Bool">
26 <label>Should the full path be shown in the title bar</label>
27 <default>false</default>
28 </entry>
29 <entry name="OpenExternallyCalledFolderInNewTab" type="Bool">
30 <label>Should an externally called folder open in a new tab in an existing Dolphin instance</label>
31 <default>true</default>
32 </entry>
33 <entry name="Version" type="Int">
34 <label>Internal version of Dolphin, containing 3 digits for major, minor, bugfix</label>
35 <default>0</default>
36 </entry>
37 <entry name="ModifiedStartupSettings" type="Bool">
38 <label>Have the startup settings been modified (internal setting not shown in the UI)</label>
39 <default>false</default>
40 </entry>
41 <entry name="HomeUrl" type="String">
42 <label>Home URL</label>
43 <default code="true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)</default>
44 </entry>
45 <entry name="RememberOpenedTabs" type="Bool">
46 <label>Remember open folders and tabs</label>
47 <default>true</default>
48 </entry>
49 <entry name="SplitView" type="Bool">
50 <label>Split the view into two panes</label>
51 <default>false</default>
52 </entry>
53 <entry name="FilterBar" type="Bool">
54 <label>Should the filter bar be shown</label>
55 <default>false</default>
56 </entry>
57 <entry name="GlobalViewProps" type="Bool">
58 <label>Should the view properties be used for all folders</label>
59 <default>true</default>
60 </entry>
61 <entry name="BrowseThroughArchives" type="Bool">
62 <label>Browse through archives</label>
63 <default>false</default>
64 </entry>
65 <entry name="ConfirmClosingMultipleTabs" type="Bool">
66 <label>Ask for confirmation when closing windows with multiple tabs.</label>
67 <default>true</default>
68 </entry>
69 <entry name="ConfirmClosingTerminalRunningProgram" type="Bool">
70 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.</label>
71 <default>true</default>
72 </entry>
73 <entry name="RenameInline" type="Bool">
74 <label>Rename inline</label>
75 <default>true</default>
76 </entry>
77 <entry name="ShowSelectionToggle" type="Bool">
78 <label>Show selection toggle</label>
79 <default>true</default>
80 </entry>
81 <entry name="UseTabForSwitchingSplitView" type="Bool">
82 <label>Use tab for switching between right and left split</label>
83 <default>false</default>
84 </entry>
85 <entry name="CloseActiveSplitView" type="Bool">
86 <label>Close active pane when toggling off split view</label>
87 <default>true</default>
88 </entry>
89 <entry name="ShowToolTips" type="Bool">
90 <label>Show tooltips</label>
91 <default>false</default>
92 </entry>
93 <entry name="ShowCopyMoveMenu" type="Bool">
94 <label>Show 'Copy To' and 'Move To' commands in context menu</label>
95 <default>false</default>
96 </entry>
97 <entry name="ViewPropsTimestamp" type="DateTime" >
98 <label>Timestamp since when the view properties are valid</label>
99 </entry>
100 <entry name="AutoExpandFolders" type="Bool">
101 <label>Use auto-expanding folders for all view types</label>
102 <default>false</default>
103 </entry>
104 <entry name="ShowZoomSlider" type="Bool">
105 <label>Show zoom slider in the statusbar</label>
106 <default>true</default>
107 </entry>
108 <entry name="ShowSpaceInfo" type="Bool">
109 <label>Show the space information in the statusbar</label>
110 <default>true</default>
111 </entry>
112 <entry name="LockPanels" type="Bool">
113 <label>Lock the layout of the panels</label>
114 <default>true</default>
115 </entry>
116 <entry name="EnlargeSmallPreviews" type="Bool">
117 <label>Enlarge Small Previews</label>
118 <default>true</default>
119 </entry>
120 <entry name="SortingChoice" type="Enum">
121 <choices>
122 <choice name="NaturalSorting" />
123 <choice name="CaseInsensitiveSorting" />
124 <choice name="CaseSensitiveSorting" />
125 </choices>
126 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items</label>
127 <default>0</default>
128 <emit signal="sortingChoiceChanged" />
129 </entry>
130 </group>
131 </kcfg>