From: Kai Uwe Broulik Date: Mon, 2 Sep 2019 07:13:29 +0000 (+0200) Subject: Merge branch 'Applications/19.08' X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/41f7f4e4e89b97b5c7f31452774c37ce953dd125?hp=-c Merge branch 'Applications/19.08' --- 41f7f4e4e89b97b5c7f31452774c37ce953dd125 diff --combined src/dolphinviewcontainer.cpp index 25ca6fdd9,585610550..93e785f0d --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@@ -412,8 -412,6 +412,8 @@@ void DolphinViewContainer::setSearchMod } m_searchModeEnabled = enabled; + + emit searchModeEnabledChanged(enabled); } bool DolphinViewContainer::isSearchModeEnabled() const @@@ -568,6 -566,7 +568,7 @@@ void DolphinViewContainer::slotDirector // Trigger an undetermined progress indication. The progress // information in percent will be triggered by the percent() signal // of the directory lister later. + m_statusBar->setProgressText(QString()); updateDirectoryLoadingProgress(-1); } }