summaryrefslogtreecommitdiff
path: root/src/nautilus-search-engine-recent.c
Commit message (Expand)AuthorAgeFilesLines
* general: Fix indentation nitpicksAntónio Fernandes2023-04-231-5/+5
* Use generic helpers for obtaining file attributesOndrej Holy2023-03-091-2/+7
* nautilus-search-engine: Explicitely initialize variablesOndrej Holy2022-03-051-10/+23
* nautilus-search-engine: Use GDateTime everywhereOndrej Holy2022-03-051-6/+7
* search-engine-recent: Add support for creation timeOndrej Holy2022-03-051-4/+15
* search-engine-recent: Use file attributes instead of metadataOndrej Holy2022-03-051-12/+18
* search-engine-recent: Do not include remote filesOndrej Holy2022-03-051-15/+16
* search-engine-recent: Drop dead codeOndrej Holy2022-03-051-2/+0
* general: Switch to GTK4António Fernandes2022-01-091-10/+6
* nautilus-search-engine: search by creation timeNishit Patel2021-11-271-2/+9
* general: Uniformize case code styleAntónio Fernandes2021-07-111-0/+2
* general: Run uncrustify scriptOndrej Holy2020-04-051-9/+9
* query: Port MIME type filter to GPtrArrayAntónio Fernandes2018-12-121-7/+4
* search-engine-recent: keep track of the running state using a booleanMarco Trevisan (Treviño)2018-11-271-1/+6
* search-engine-recent: wait the search thread finish to change the run stateMarco Trevisan (Treviño)2018-11-271-5/+1
* search-engine-recent: only do IO operations if name comparision matchesMarco Trevisan (Treviño)2018-11-271-22/+22
* search-engine-recent: use g_autoptr to manage self unref in idleMarco Trevisan (Treviño)2018-11-271-3/+1
* search-engine-recent: use g_autoptr for GThreadMarco Trevisan (Treviño)2018-11-271-3/+1
* search-engine-recent: make sure we ref self before each idleMarco Trevisan (Treviño)2018-11-271-5/+6
* search-engine-recent: Remove unused variableAntónio Fernandes2018-10-141-1/+0
* search-engine-recent: Avoid premature destructionAntónio Fernandes2018-10-141-1/+1
* search-engine-recent: remove add hits idle on finalizeMarco Trevisan (Treviño)2018-10-081-14/+25
* search-engine-recent: fix memory leak on short-name resultMarco Trevisan (Treviño)2018-10-081-2/+2
* search-engine-recent: don't ref/unref query added to selfMarco Trevisan (Treviño)2018-10-081-6/+4
* search-engine: add a recent-search-engine listing GtkRecentManager entriesMarco Trevisan (Treviño)2018-07-261-0/+427