]> cloud.milkyroute.net Git - dolphin.git/commit
When navigating back/forward in the DolphinPart inside Konqueror, remember
authorFrank Reininghaus <frank78ac@googlemail.com>
Sat, 14 Nov 2009 15:51:47 +0000 (15:51 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Sat, 14 Nov 2009 15:51:47 +0000 (15:51 +0000)
commit487215f0c459ca38c68619325edac4a2fe42ca4b
tree15ab897d8696f0093dbe93319cb434a6fa20088c
parentd49bdf8f9c7b8b2445e4355c955763ddf6339c19
When navigating back/forward in the DolphinPart inside Konqueror, remember

1. the current item,
2. the scroll position of the view, and
3. the expansion state of the details view.

Before 3. can be implemented in Dolphin itself, some changes in
KUrlNavigator are required.

This fix will be in KDE 4.4.

BUG: 193549
BUG: 198073
BUG: 213137

svn path=/trunk/KDE/kdebase/apps/; revision=1049164
src/CMakeLists.txt
src/dolphindetailsview.cpp
src/dolphindetailsview.h
src/dolphindetailsviewexpander.cpp [new file with mode: 0644]
src/dolphindetailsviewexpander.h [new file with mode: 0644]
src/dolphinpart.cpp
src/dolphinpart.h
src/dolphinview.cpp
src/dolphinview.h
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h