]> cloud.milkyroute.net Git - dolphin.git/commit
First big step to make it possible that the DolphinView can be embedded as KPart...
authorPeter Penz <peter.penz19@gmail.com>
Thu, 7 Jun 2007 21:10:48 +0000 (21:10 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 7 Jun 2007 21:10:48 +0000 (21:10 +0000)
commitbe9746e87bb6a42e641dbf36c528a60fb564420a
tree678e044f977b702685aa7267957b797f623efbb3
parent5de9950182b5a1b0b99e4cc51e48d4d83b6bef24
First big step to make it possible that the DolphinView can be embedded as KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done:
- The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer.
- The DolphinView does not contain any reference to the main window anymore.

Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step...

svn path=/trunk/KDE/kdebase/apps/; revision=672692
19 files changed:
src/CMakeLists.txt
src/dolphinapplication.cpp
src/dolphincolumnview.cpp
src/dolphincolumnview.h
src/dolphincontextmenu.cpp
src/dolphindetailsview.cpp
src/dolphiniconsview.cpp
src/dolphiniconsview.h
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinnewmenu.cpp
src/dolphinstatusbar.cpp
src/dolphinstatusbar.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp [new file with mode: 0644]
src/dolphinviewcontainer.h [new file with mode: 0644]
src/generalsettingspage.cpp
src/generalviewsettingspage.cpp