┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
committerKevin Ottens <[email protected]>2006-11-29 18:09:26 +0000
commitb1d5b6b7467d15417131c8df8fdecb22b2008db4 (patch)
tree119882f5616809a57eb9b81621dc6361a97ed282 /src/dolphinmainwindow.h
parent91c5f52d87c7af2412b5935095df1f90d6eb4a04 (diff)
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
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h12
1 files changed, 1 insertions, 11 deletions
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;
/**