X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/aa0b09dac43ec2a58bd32a1e08d59acd35bd86aa..148282e2d856b47ceb191eeef4c834118c8cdffd:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a9db9a3e2..464083696 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -168,11 +168,8 @@ private slots: /** Updates the 'Create New...' sub menu. */ void updateNewMenu(); - /** - * Shows the error information from the places model - * in the status bar. - */ - void slotHandlePlacesError(const QString &message); + /** Shows the error message in the status bar of the active view. */ + void showErrorMessage(const QString& message); /** * Updates the state of the 'Undo' menu action dependent @@ -238,10 +235,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 +303,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();