https://bugs.kde.org/show_bug.cgi?id=387851
David Hallas <da...@davidhallas.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://commits.kde.org/dol | |phin/44a21ea51a055c7429ddee | |866e35b0a5a21c072b Resolution|--- |FIXED --- Comment #9 from David Hallas <da...@davidhallas.dk> --- Git commit 44a21ea51a055c7429ddee866e35b0a5a21c072b by David Hallas. Committed on 24/08/2018 at 10:09. Pushed by hallas into branch 'master'. 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. 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 M +4 -43 src/dolphinmainwindow.cpp M +2 -3 src/dolphinmainwindow.h M +10 -16 src/dolphintabwidget.cpp M +1 -1 src/dolphintabwidget.h M +47 -0 src/dolphinviewcontainer.cpp M +7 -0 src/dolphinviewcontainer.h https://commits.kde.org/dolphin/44a21ea51a055c7429ddee866e35b0a5a21c072b -- You are receiving this mail because: You are watching all bug changes.