From b1d5b6b7467d15417131c8df8fdecb22b2008db4 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 29 Nov 2006 18:09:26 +0000 Subject: Get ride of the sidebar and use dockwidgets instead. Default is now three panes, but the dockwidgets can be stacked, etc. to the user convenience. There's a slight loss in feature since I disabled dockwidgets hiding, it's simply because some rework is still needed in kdelibs and Qt to make them work correctly. svn path=/trunk/playground/utils/dolphin/; revision=609186 --- src/dolphinmainwindow.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d736c8262..8b5694619 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -48,7 +48,6 @@ class Q3IconViewItem; class QSplitter; class KAction; class UrlNavigator; -class Sidebar; class DolphinApplication; /** @@ -373,14 +372,6 @@ private slots: void addUndoOperation(KJob* job); - void toggleSidebar(); - - /** - * Stores the current sidebar width and closes - * the sidebar. - */ - void closeSidebar(); - private: DolphinMainWindow(); void init(); @@ -388,6 +379,7 @@ private: void setupAccel(); void setupActions(); + void setupDockWidgets(); void setupCreateNewMenuActions(); void updateHistory(); void updateEditActions(); @@ -401,10 +393,8 @@ private: const KUrl::List& source, const KUrl& dest); void clearStatusBar(); - void openSidebar(); QSplitter* m_splitter; - Sidebar* m_sidebar; DolphinView* m_activeView; /** -- cgit v1.3