summaryrefslogtreecommitdiff
path: root/src/nautilus-search-popover.h
Commit message (Collapse)AuthorAgeFilesLines
* search-popover: provide function to reset date and mime typeCarlos Soriano2016-02-031-0/+2
| | | | | | | And use it internally. Better than setting up the widgets by hand every time we wanted a reset. It's made public because we are going to use it in a upcoming patch.
* search-popover: remove unneeded location propertyCarlos Soriano2016-02-021-5/+0
| | | | | | We were using it only for binding with the query editor and update the switch for recursive search, but looks like something it doesn't belong to the search popover, and instead to its owner, the query.
* search-popover: add popover to edit search filtersGeorges Basile Stavracas Neto2016-02-021-0/+54
The newest mockups for Nautilus search shows a popover that contains all the necessary options to edit search filters. This commit implements it. The following commits will adapt NautilusQueryEditor to match the latest mockups and display this popover.