]> cloud.milkyroute.net Git - dolphin.git/commit
Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View...
authorDavid Faure <faure@kde.org>
Wed, 13 Feb 2008 18:45:20 +0000 (18:45 +0000)
committerDavid Faure <faure@kde.org>
Wed, 13 Feb 2008 18:45:20 +0000 (18:45 +0000)
commit804a1967002b8d0714a865296fa2360c957284e6
treeedb5ca8ae6f3657c1b518ac142339fad8b9c5165
parent9a8f75e93cbddca787cbfea8d27ed60009a44512
Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library (240 lines less!).
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.

svn path=/trunk/KDE/kdebase/apps/; revision=774646
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinpart.cpp
src/dolphinpart.desktop
src/dolphinpart.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewactionhandler.cpp
src/dolphinviewactionhandler.h