]> cloud.milkyroute.net Git - dolphin.git/commit
Factorize all the view-related action handling to DolphinViewActionHandler, to remove...
authorDavid Faure <faure@kde.org>
Mon, 11 Feb 2008 12:34:48 +0000 (12:34 +0000)
committerDavid Faure <faure@kde.org>
Mon, 11 Feb 2008 12:34:48 +0000 (12:34 +0000)
commit45a1074b0a38f38cfebde8bb65d5a6520b2db3e8
treea00ceea5593ffddf6fcf62cfdf52b7a733261d12
parent99a10f551dc171bf32c402326ab94c3608d0312a
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view.

svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewactionhandler.cpp [new file with mode: 0644]
src/dolphinviewactionhandler.h [new file with mode: 0644]