Skip to content
  1. May 26, 2017
  2. May 25, 2017
  3. May 24, 2017
  4. May 22, 2017
  5. May 21, 2017
  6. May 20, 2017
  7. May 19, 2017
  8. May 18, 2017
  9. May 17, 2017
  10. May 16, 2017
  11. May 15, 2017
  12. May 14, 2017
  13. May 13, 2017
  14. May 12, 2017
  15. May 11, 2017
  16. May 10, 2017
    • James Rowe's avatar
      Frontend: Prevent FileSystemWatcher from blocking UI thread · fc2f7b0d
      James Rowe authored
      Instead of tying the QFileSystemWatcher to the GameList and updating in
      the UI thread, this change moves it to the worker thread. Since it gets
      deleted and recreated as part of the worker thread, this prevents it from
      ever getting used from multiple threads (which is why it was originally
      done on the UI thread)
      fc2f7b0d
Loading