Revision 672692
Go back to digest for 10th June 2007Features in KDE Base
Peter Penz committed changes in /trunk/KDE/kdebase/apps/dolphin/src:
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...
File Changes
Added 2 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /dolphinviewcontainer.cpp
- /dolphinviewcontainer.h
Modified 17 files
- /trunk/KDE/kdebase/apps/dolphin/src
- /CMakeLists.txt
- /dolphinapplication.cpp
- /dolphincolumnview.cpp
- /dolphincolumnview.h
- /dolphincontextmenu.cpp
- /dolphindetailsview.cpp
- /dolphiniconsview.cpp
- /dolphiniconsview.h
- /dolphinmainwindow.cpp
- /dolphinmainwindow.h
- /dolphinnewmenu.cpp
- /dolphinstatusbar.cpp
- /dolphinstatusbar.h
- /dolphinview.cpp
- /dolphinview.h
- /generalsettingspage.cpp
- /generalviewsettingspage.cpp
19 files changed in total