[dolphin] [Bug 473775] Clearing searched text doesn't restore full content of current folder
Méven Car
bugzilla_noreply at kde.org
Mon Sep 4 08:39:17 BST 2023
https://bugs.kde.org/show_bug.cgi?id=473775
Méven Car <meven.car at kdemail.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |https://invent.kde.org/syst
| |em/dolphin/-/commit/c4bb3db
| |0229bef8adee1daa183892cebba
| |5efe72
--- Comment #3 from Méven Car <meven.car at kdemail.net> ---
Git commit c4bb3db0229bef8adee1daa183892cebba5efe72 by Méven Car, on behalf of
Amol Godbole.
Committed on 04/09/2023 at 09:39.
Pushed by meven into branch 'master'.
Restore the URL when DolphinSearchBox is cleared
Currently, the URL navigator is not updated when the search box is cleared.
This MR restores the URL, by closing and reopening the box.
The call for emitting closeRequest() on pressing Esc has been replaced with
emitCloseRequest(). The wait duration before starting a search has been reduced
to 500ms to increase responsiveness.
Also, the bugfix for BUG: 423328 is slightly incorrect and causes the search
term to not be displayed when opening a saved search for the first time. As a
better solution for this bug, DolphinSearchBox::setText() now updates the text
only if the text has changed.
M +6 -0 src/dolphinviewcontainer.cpp
M +1 -0 src/dolphinviewcontainer.h
M +16 -9 src/search/dolphinsearchbox.cpp
M +5 -0 src/search/dolphinsearchbox.h
https://invent.kde.org/system/dolphin/-/commit/c4bb3db0229bef8adee1daa183892cebba5efe72
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list