From fd060ce7f67a95b1e3f41d3ff091595f34704920 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 27 Mar 2007 19:08:44 +0000 Subject: Initial version for a column view support (thanks a lot to Benjamin Meyer for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary... svn path=/trunk/KDE/kdebase/apps/; revision=647234 --- 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 2ad4814e2..81eaf9452 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,6 +41,7 @@ set(dolphin_SRCS bookmarkssidebarpage.cpp detailsviewsettingspage.cpp dolphinapplication.cpp + dolphincolumnview.cpp dolphinmainwindow.cpp dolphinnewmenu.cpp dolphinview.cpp -- cgit v1.3.1