Hi There's a small blemish in Dolphin 2.1.0. Dolphin displays the old directory name in title and window bar after renaming a directory on the desktop (not in Dolphin), though the name will be refreshed automatically in directory view window. Reproducible: Always Steps to Reproduce: 1. Open a directory on the desktop 2. Change the name of the directory on the desktop (not in Dolphin) 3. The changed directory name will be refreshed in Dolphin's directory view window automatically, but not within the title bar or within the window bar. Actual Results: title bar + window bar => old directory name (no refreshing) directory view window => new directory name (automatic refreshing) Expected Results: Same directory name in window and title bar as in directory view window.
Created attachment 73437 [details] Some screenshots for better demonstrating (2 PNG files)
Thanks for the bug report! I can confirm this.
Git commit 2943ac85ba139b2131295d3d7cb60ce22f15e79f by Emmanuel Pescosta. Committed on 10/09/2013 at 14:35. Pushed by emmanuelp into branch 'emmanuelp/tabhandling'. Update the window and tab title on url redirection. M +4 -4 dolphin/src/dolphinviewsignaladapter.cpp M +1 -0 dolphin/src/views/dolphinview.cpp http://commits.kde.org/kde-baseapps/2943ac85ba139b2131295d3d7cb60ce22f15e79f
*** Bug 335240 has been marked as a duplicate of this bug. ***
Git commit bca32e16c626c1b1cd8ee4ae7e5bb88c3cdf1a65 by Emmanuel Pescosta. Committed on 13/08/2014 at 20:06. Pushed by emmanuelp into branch 'master'. React on the redirection signal from DolphinView to properly update the tab and window titles. REVIEW: 119697 M +18 -19 dolphin/src/dolphinmainwindow.cpp M +6 -6 dolphin/src/dolphinmainwindow.h M +13 -0 dolphin/src/dolphintabpage.cpp M +7 -0 dolphin/src/dolphintabpage.h M +8 -1 dolphin/src/dolphintabwidget.cpp M +6 -0 dolphin/src/dolphintabwidget.h http://commits.kde.org/kde-baseapps/bca32e16c626c1b1cd8ee4ae7e5bb88c3cdf1a65