X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/a8a050952df82d8f9cc1191f410fca7c6a219da3..b1c9b5126d:/src/dolphinviewactionhandler.h diff --git a/src/dolphinviewactionhandler.h b/src/dolphinviewactionhandler.h index 4eb856387..ad56518c4 100644 --- a/src/dolphinviewactionhandler.h +++ b/src/dolphinviewactionhandler.h @@ -131,6 +131,11 @@ private Q_SLOTS: */ void slotSortingChanged(DolphinView::Sorting sorting); + /** + * Updates the state of the 'Zoom In' and 'Zoom Out' actions. + */ + void slotZoomLevelChanged(int level); + /** * Switches on or off the displaying of additional information * as specified by \a action. @@ -167,6 +172,25 @@ private Q_SLOTS: */ void slotShowHiddenFilesChanged(); + /** + * Opens the view properties dialog, which allows to modify the properties + * of the currently active view. + */ + void slotAdjustViewProperties(); + + /** + * Opens the Find File dialog for the currently shown directory. + */ + void slotFindFile(); + + /** + * Connected to the "properties" action. + * Opens the properties dialog for the selected items of the + * active view. The properties dialog shows information + * like name, size and permissions. + */ + void slotProperties(); + private: /** * Create all the actions.