summaryrefslogtreecommitdiff
path: root/src/nautilus-search-engine-recent.h
Commit message (Collapse)AuthorAgeFilesLines
* search-engine-recent: use #pragma once for guardingMarco Trevisan (Treviño)2018-07-261-4/+1
|
* search-engine: add a recent-search-engine listing GtkRecentManager entriesMarco Trevisan (Treviño)2018-07-261-0/+36
Using GtkRecent items as search engine source in nautilus. The main reason for this, is being able to get fast results on recently-used files from the shell search provider. This is disabled when recursive searches are disabled, as there's no need to go through for recent files if no recursive (or indexed) search is enabled as the simple engine will be already fast enough, while running this engine could be just a waste.