]> cloud.milkyroute.net Git - dolphin.git/commit
Implemented DolphinTabPage class to encapsulate the split view handling from DolphinM...
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Wed, 2 Jul 2014 13:30:37 +0000 (15:30 +0200)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Fri, 4 Jul 2014 15:16:03 +0000 (17:16 +0200)
commitb0fb590ebdad6f90f204c1482806a9da38b08598
treec480e2df3badb153bfa6613abbc1dce2dc7616a7
parent20e13c31df64f5fe3dfd410a1b0a0bd78c07ba32
Implemented DolphinTabPage class to encapsulate the split view handling from DolphinMainWindow.

The signal activeViewUrlChanged in DolphinTabPage is currently unused, but we need it later when
we implement the tab widget and tab bar.

DolphinTabPage has saveState/restoreState which are using a QByteArray instead of the KConfigGroup to
be more generic.

REVIEW: 118964
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphintabpage.cpp [new file with mode: 0644]
src/dolphintabpage.h [new file with mode: 0644]
src/dolphinviewcontainer.cpp