Skip to content
Snippets Groups Projects
  1. Dec 30, 2021
  2. Dec 29, 2021
  3. Dec 28, 2021
  4. Dec 27, 2021
  5. Dec 26, 2021
  6. Dec 25, 2021
  7. Dec 24, 2021
    • Sergios - Anestis Kefalidis's avatar
      Workaround: Searching changes the view type to Details-View · bacf4219
      Sergios - Anestis Kefalidis authored and Alexander Schwinn's avatar Alexander Schwinn committed
      ExoIconView is very slow to update which causes the UI to freeze while searching large folders. Until that issue is solved
      searching is confined to the details-view.
      
      MR !146
      bacf4219
    • Sergios - Anestis Kefalidis's avatar
      Add Recursive Search (!146) · 9f600662
      Sergios - Anestis Kefalidis authored and Alexander Schwinn's avatar Alexander Schwinn committed
      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
      9f600662
Loading