]> 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:07:34 +0000 (18:07 +0000)
committerDavid Faure <faure@kde.org>
Wed, 13 Feb 2008 18:07:34 +0000 (18:07 +0000)
commit905277aac40f2a55daa5bb2925acb6d4046dacfd
tree0e71fb7f7a5ba6ab7f0d88edf5fdf01dbb5bd499
parent35654aa44d35fb238ed2f045617917fa87a7f468
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.
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.
BUG: 157424

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774632
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