Commit graph

5 commits

Author SHA1 Message Date
Florian Müllner
4d01f6bfed search-provider: Concatenate search terms with AND
Currently the provider will match all panels that match at least
one search term. This differs from the search pattern we use in
GNOME Shell and other GNOME applications, where a result has to
match all search terms. The latter allows users to narrow down
search results by adding additional terms, which is generally
more useful than potentially adding additional results.

https://bugzilla.gnome.org/show_bug.cgi?id=694960
2013-03-02 00:04:41 +01:00
Giovanni Campagna
6ddd56a9a2 search-provider: escape the description passed to gnome-shell
gnome-shell uses the description as markup (to allow highlighting
the searched terms), so we need to properly escape it to avoid warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=694908
2013-03-01 17:59:07 +01:00
Rui Matos
cfa16a070d Move cc-util into panels/common
We need this in some panels too.
2013-02-19 12:25:54 +01:00
Cosimo Cecchi
b7d7c5c1ed search-provider: fix the build 2013-02-18 11:16:16 -05:00
Giovanni Campagna
59f873ecf5 Add a gnome-shell search-provider for settings panel
Replace the gnome-shell builtin settings search, which relied on removed
menu files, with one that uses the remote search infrastructure and
CcSearchModel, and features the ability to continue searching within the
control center application.

https://bugzilla.gnome.org/show_bug.cgi?id=690577
2013-02-18 16:08:22 +01:00