]> cloud.milkyroute.net Git - dolphin.git/commit
Unify window and tab title
authorDavid Hallas <david@davidhallas.dk>
Sat, 28 Jul 2018 15:29:00 +0000 (17:29 +0200)
committerDavid Hallas <david@davidhallas.dk>
Fri, 24 Aug 2018 10:09:26 +0000 (12:09 +0200)
commit44a21ea51a055c7429ddee866e35b0a5a21c072b
tree024226885442cdf341a660482efc29b4365dba3f
parent79c485a66de7444e87708ae25c5f8a661a89dd21
Unify window and tab title

Summary:
Previously the title of tabs was a prettyfied version of the URL.
This is inconsistent with the title of the Window and in some cases
for specials URLs kind of misleading. This commit generalizes the
code from DolphinMainWindow so that both the DolphinMainWindow title
and the tab title uses the same function for the title. This also
means that the 'Show Full Path in Title Bar' also applies to the
tab title, and also that searches changes the tab title.

FEATURE: 387851

Test Plan: Open a new tab from the places panel and navigate around.

Reviewers: #dolphin, ngraham, elvisangelaccio, markg

Reviewed By: #dolphin, ngraham, markg

Subscribers: markg, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D14442
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphintabwidget.cpp
src/dolphintabwidget.h
src/dolphinviewcontainer.cpp
src/dolphinviewcontainer.h