Revision 673169
Go back to digest for 10th June 2007Features in KDE Base
David Faure committed changes in /trunk/KDE/kdebase/apps/konqueror:
First round of cleanups, mainly of the view manager.
Always create the tab container (95% of the code paths would convert the container to a tab container after the fact, so let's just do it before hand and simplify the code in many places). But create its popupmenu on demand.
Port all inherits() calls to qobject_cast.
Next step is to add unit tests, meanwhile shout if anything broke :)
File Changes
Modified 14 files
- /trunk/KDE/kdebase/apps/konqueror
- /konq_actions.cc
- /konq_factory.cc
- /konq_frame.cc
- /konq_frame.h
- /konq_framecontainer.cc
- /konq_framecontainer.h
- /konq_guiclients.cc
- /konq_mainwindow.cc
- /konq_mainwindow.h
- /konq_tabs.cc
- /konq_tabs.h
- /konq_view.cc
- /konq_viewmgr.cc
- /konq_viewmgr.h
14 files changed in total