Skip to content
Snippets Groups Projects
Commit 9f600662 authored by Sergios - Anestis Kefalidis's avatar Sergios - Anestis Kefalidis Committed by Alexander Schwinn
Browse files

Add Recursive Search (!146)

The recursive search is implemented as a job to not slow down the main thread and maintain responsiveness.
The search job inserts its findings in a list (files_to_add). Every X milliseconds the main thread checks
this list and adds the entirety of its contents to the model of the view where the search takes place.

The search continues in the background if the user changes tabs (this creates a need for the UI to re-enter
search mode when the user changes back to the search tab).

MR !146
parent dc49c2f7
1 merge request!146Add recursive search.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment