]> cloud.milkyroute.net Git - dolphin.git/commit
Revert the moving of the action to the DolphinView instance, this doesn't work with...
authorDavid Faure <faure@kde.org>
Mon, 21 Jan 2008 19:08:52 +0000 (19:08 +0000)
committerDavid Faure <faure@kde.org>
Mon, 21 Jan 2008 19:08:52 +0000 (19:08 +0000)
commitc00478bbc1001d10dcfc04e9b0ea251620837e85
tree59d238add8e6b240e672bf039fc9ec5fc58c7e1b
parentf9aeb825c605ec4ca8b95aae0be1b441ca8ceb91
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).

Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=764429
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp