Revision 54208a6...

Go back to digest for 30th March 2014

Bug Fixes in KDE Base

Emmanuel Pescosta committed changes in [kde-baseapps/KDE/4.13] /src:

When you open a new tab while the search mode is enabled, the
newly opened tab also starts the same search (Because new tab is opened with
the current view url), but the search box is in read-only mode. So you cannot
close the search bar nor edit the search text.

This patch fixes this by parsing the search url. The value of the "search"
parameter is used as search text and the value of the "url" parameter is used
for the search path ("root" folder for the search when "Search from here" mode
is enabled).

In case of Baloo search urls, we use Baloo::Query::fromSearchUrl.

Removed everything related to read only mode in DolphinSearchBox, not needed
anymore.

REVIEW: 111968

FIXED-IN: 4.13.0

File Changes

Modified 5 files
  • /src
  •   dolphin/dolphinviewcontainer.cpp
  •   dolphin/search/dolphinfacetswidget.cpp
  •   dolphin/search/dolphinfacetswidget.h
  •   dolphin/search/dolphinsearchbox.cpp
  •   dolphin/search/dolphinsearchbox.h
5 files changed in total