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/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7ea5426bb..2ee66d31a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,7 +36,6 @@ set(dolphin_SRCS bookmarkssettingspage.cpp editbookmarkdialog.cpp settingspagebase.cpp - sidebar.cpp sidebarpage.cpp bookmarkssidebarpage.cpp infosidebarpage.cpp @@ -52,8 +51,7 @@ kde4_add_kcfg_files(dolphin_SRCS generalsettings.kcfgc iconsmodesettings.kcfgc detailsmodesettings.kcfgc - previewsmodesettings.kcfgc - sidebarsettings.kcfgc ) + previewsmodesettings.kcfgc ) kde4_add_executable(dolphin ${dolphin_SRCS}) @@ -65,7 +63,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) ########### install files ############### install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} ) -install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg sidebarsettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) +install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg previewsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin ) kde4_install_icons( ${ICON_INSTALL_DIR} ) -- cgit v1.3