From fe8b349bcee6426ddc6f33bc221dfc8973b07e33 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 2 Mar 2007 18:59:09 +0000 Subject: It seems some people cannot live without a tree view ;-) So Dolphin will provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)... svn path=/trunk/KDE/kdebase/apps/; revision=638628 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2ed9374e8..6c53dca95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,6 +40,7 @@ set(dolphin_SRCS sidebarpage.cpp statusbarspaceinfo.cpp statusbarmessagelabel.cpp + treeviewsidebarpage.cpp urlbutton.cpp urlnavigator.cpp urlnavigatorbutton.cpp -- cgit v1.3.1