diff options
| author | Peter Penz <[email protected]> | 2011-03-26 16:37:13 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-26 16:38:34 +0100 |
| commit | a90938c414687b6dd85d34a7c9fc16afa03e0b68 (patch) | |
| tree | 7bb4ce67e237233509d682ea44b10057f9e90d51 /src/dolphinmainwindow.h | |
| parent | 4b0dc69070af505e2bc620dd1be8fd3e7dff7718 (diff) | |
Show places selector of URL navigator only when required
The places selector of the URL navigator only needs to get shown
if the Places panel is invisible.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 10ebccb80..9c7753112 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -261,6 +261,13 @@ private slots: */ void togglePanelLockState(); + /** + * Is invoked if the Places panel got visible/invisible and takes care + * that the places-selector of all views is only shown if the Places panel + * is invisible. + */ + void slotPlacesPanelVisibilityChanged(bool visible); + /** Goes back one step of the URL history. */ void goBack(); @@ -451,6 +458,11 @@ private: */ void setActiveViewContainer(DolphinViewContainer* view); + /** + * Creates a view container and does a default initialization. + */ + DolphinViewContainer* createViewContainer(const KUrl& url, QWidget* parent); + void setupActions(); void setupDockWidgets(); void updateEditActions(); |
