]> cloud.milkyroute.net Git - dolphin.git/commit
Fix a crash and extract unrelated changes
authorFelix Ernst <fe.a.ernst@gmail.com>
Wed, 28 Oct 2020 16:52:29 +0000 (17:52 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Mon, 9 Nov 2020 22:49:07 +0000 (23:49 +0100)
commita418d6229e31dac254660da2a417b4306f066ae3
tree2ee8cdcfbc3c4e92a480f82fdb3afee89af8a1ea
parent37327c9b0aae112c5890703cba1f0157043007e0
Fix a crash and extract unrelated changes

The secondary UrlNavigator is now created when and only when:
- split view mode is activated for the active tab
OR
- switching to a tab that has split view already enabled.
This fixes a crash that occurs when the setting to always start in
split view mode is enabled.

An animation for activating split view is also removed from this and
moved into a separate MR. Another unrelated name change left over from
a previous commit (viewContainers() -> activeViewContainers()) is
dropped.
src/dolphinbookmarkhandler.cpp
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinnavigatorswidgetaction.h
src/dolphintabpage.cpp
src/dolphintabpage.h
src/dolphintabwidget.cpp