]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
If the context menu is opened above a directory, add the actions "Open in New Window...
[dolphin.git] / src / dolphinmainwindow.h
index a9db9a3e2c5aa40900916a98dd5cae4149d36781..c98d2386a3adc7cbd8e52c947698472ac86efbde 100644 (file)
@@ -238,10 +238,11 @@ private slots:
     void toggleEditLocation();
 
     /**
-     * Switches to the edit mode of the navigation bar. If the edit mode is
+     * Switches to the edit mode of the navigation bar and selects
+     * the whole URL, so that it can be replaced by the user. If the edit mode is
      * already active, it is assured that the navigation bar get focused.
      */
-    void editLocation();
+    void replaceLocation();
 
     /** Goes back on step of the URL history. */
     void goBack();
@@ -305,6 +306,20 @@ private slots:
      */
     void openNewTab(const KUrl& url);
 
+    void activateNextTab();
+
+    void activatePrevTab();
+
+    /**
+     * Opens the selected folder in a new tab.
+     */
+    void openInNewTab();
+
+    /**
+     * Opens the selected folder in a new window.
+     */
+    void openInNewWindow();
+
     /** Toggles the active view if two views are shown within the main window. */
     void toggleActiveView();