]> cloud.milkyroute.net Git - dolphin.git/blob - src/settings/dolphin_generalsettings.kcfg
GeneralViewSettingsPage: Initialize variables in header, avoid unused variable depend...
[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 <signal name="splitViewChanged" />
13 <signal name="showStatusBarChanged">
14 <argument type="Bool">showStatusBar</argument>
15 </signal>
16 <group name="General">
17 <entry name="EditableUrl" type="Bool">
18 <label>Should the URL be editable for the user</label>
19 <default>false</default>
20 </entry>
21 <entry name="UrlCompletionMode" type="Enum">
22 <label>Text completion mode of the URL Navigator</label>
23 <default>KCompletion::CompletionPopupAuto</default>
24 </entry>
25 <entry name="ShowFullPath" type="Bool">
26 <label>Should the full path be shown inside the location bar</label>
27 <default>false</default>
28 </entry>
29 <entry name="ShowFullPathInTitlebar" type="Bool">
30 <label>Should the full path be shown in the title bar</label>
31 <default>false</default>
32 </entry>
33 <entry name="OpenExternallyCalledFolderInNewTab" type="Bool">
34 <label>Should an externally called folder open in a new tab in an existing Dolphin instance</label>
35 <default>false</default>
36 </entry>
37 <entry name="Version" type="Int">
38 <label>Internal config version of Dolphin, mainly Used to determine whether an updated version of Dolphin is running, so as to migrate config entries that were removed/renamed ...etc</label>
39 <default>0</default>
40 </entry>
41 <entry name="ModifiedStartupSettings" type="Bool">
42 <label>Have the startup settings been modified (internal setting not shown in the UI)</label>
43 <default>false</default>
44 </entry>
45 <entry name="HomeUrl" type="String">
46 <label>Home URL</label>
47 <default code="true">QUrl::fromLocalFile(QDir::homePath()).toDisplayString(QUrl::PreferLocalFile)</default>
48 </entry>
49 <entry name="RememberOpenedTabs" type="Bool">
50 <label>Remember open folders and tabs</label>
51 <default>true</default>
52 </entry>
53 <entry name="SplitView" type="Bool">
54 <label>Split the view into two panes</label>
55 <default>false</default>
56 <emit signal="splitViewChanged" />
57 </entry>
58 <entry name="FilterBar" type="Bool">
59 <label>Should the filter bar be shown</label>
60 <default>false</default>
61 </entry>
62 <entry name="GlobalViewProps" type="Bool">
63 <label>Should the view properties be used for all folders</label>
64 <default>true</default>
65 </entry>
66 <entry name="BrowseThroughArchives" type="Bool">
67 <label>Browse through archives</label>
68 <default>false</default>
69 </entry>
70 <entry name="ConfirmClosingMultipleTabs" type="Bool">
71 <label>Ask for confirmation when closing windows with multiple tabs.</label>
72 <default>true</default>
73 </entry>
74 <entry name="ConfirmClosingTerminalRunningProgram" type="Bool">
75 <label>Ask for confirmation when closing windows with a program that is still running in the Terminal panel.</label>
76 <default>true</default>
77 </entry>
78 <entry name="RenameInline" type="Bool">
79 <label>Rename inline</label>
80 <default>true</default>
81 </entry>
82 <entry name="ShowSelectionToggle" type="Bool">
83 <label>Show selection toggle</label>
84 <default>true</default>
85 </entry>
86 <entry name="ShowPasteBarAfterCopying" type="Bool">
87 <label>Show a bar for easy pasting after a cut or copy was done using the selection mode bottom bar.</label>
88 <default>true</default>
89 </entry>
90 <entry name="UseTabForSwitchingSplitView" type="Bool">
91 <label>Use tab for switching between right and left split</label>
92 <default>false</default>
93 </entry>
94 <entry name="CloseActiveSplitView" type="Bool">
95 <label>Close active pane when toggling off split view</label>
96 <default>true</default>
97 </entry>
98 <entry name="OpenNewTabAfterLastTab" type="Bool">
99 <label>New tab will be open after last one</label>
100 <default>false</default>
101 </entry>
102 <entry name="ShowToolTips" type="Bool">
103 <label>Show tooltips</label>
104 <default>false</default>
105 </entry>
106 <entry name="ViewPropsTimestamp" type="DateTime" >
107 <label>Timestamp since when the view properties are valid</label>
108 </entry>
109 <entry name="AutoExpandFolders" type="Bool">
110 <label>Use auto-expanding folders for all view types</label>
111 <default>false</default>
112 </entry>
113 <entry name="ShowStatusBar" type="Bool">
114 <label>Show the statusbar</label>
115 <default>true</default>
116 <emit signal="showStatusBarChanged" />
117 </entry>
118 <entry name="ShowZoomSlider" type="Bool">
119 <label>Show zoom slider in the statusbar</label>
120 <default>true</default>
121 </entry>
122 <entry name="ShowSpaceInfo" type="Bool">
123 <label>Show the space information in the statusbar</label>
124 <default>true</default>
125 </entry>
126 <entry name="LockPanels" type="Bool">
127 <label>Lock the layout of the panels</label>
128 <default>true</default>
129 </entry>
130 <entry name="EnlargeSmallPreviews" type="Bool">
131 <label>Enlarge Small Previews</label>
132 <default>true</default>
133 </entry>
134 <entry name="SortingChoice" type="Enum">
135 <choices>
136 <choice name="NaturalSorting" />
137 <choice name="CaseInsensitiveSorting" />
138 <choice name="CaseSensitiveSorting" />
139 </choices>
140 <label>Choose Natural, Case Sensitive, or Case Insensitive order of sorting the items</label>
141 <default>0</default>
142 <emit signal="sortingChoiceChanged" />
143 </entry>
144 </group>
145 <group name="Notification Messages">
146 <entry name="ConfirmOpenManyFolders" type="Bool">
147 <label>Ask for confirmation when opening many folders at once.</label>
148 <default>true</default>
149 </entry>
150 <entry name="ConfirmOpenManyTerminals" type="Bool">
151 <label>Ask for confirmation when opening many terminals at once.</label>
152 <default>true</default>
153 </entry>
154 </group>
155 </kcfg>