]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphin_generalsettings.kcfg
Make details view mode's full row activation optional
[dolphin.git] / src / settings / dolphin_generalsettings.kcfg
index b2460b11ca892eec5fc6bcc5eab83e116a6eebaa..aedc24ea47ed3b22cd10bdb35b1e2dfbf2e03036 100644 (file)
@@ -10,6 +10,9 @@
     <kcfgfile name="dolphinrc"/>
     <signal name="sortingChoiceChanged" />
     <signal name="splitViewChanged" />
+    <signal name="showStatusBarChanged">
+        <argument type="Bool">showStatusBar</argument>
+    </signal>
     <group name="General">
         <entry name="EditableUrl" type="Bool">
             <label>Should the URL be editable for the user</label>
@@ -29,7 +32,7 @@
         </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>
+            <default>false</default>
         </entry>
         <entry name="Version" type="Int">
             <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>
             <label>Show selection toggle</label>
             <default>true</default>
         </entry>
+        <entry name="ShowPasteBarAfterCopying" type="Bool">
+            <label>Show a bar for easy pasting after a cut or copy was done using the selection mode bottom bar.</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 name="ShowStatusBar" type="Bool">
             <label>Show the statusbar</label>
             <default>true</default>
+            <emit signal="showStatusBarChanged" />
         </entry>
         <entry name="ShowZoomSlider" type="Bool">
             <label>Show zoom slider in the statusbar</label>