1. 10 May, 2017 1 commit
    • 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
  2. 08 May, 2017 1 commit
  3. 07 May, 2017 7 commits
  4. 06 May, 2017 3 commits
    • Nico Bosshard's avatar
      db256ea3
    • Yuri Kunde Schlesner's avatar
      Merge pull request #2686 from wwylele/tex-coord-reg · 2a01a033
      Yuri Kunde Schlesner authored
      pica: use correct coordinates for texture 2
      2a01a033
    • B3n30's avatar
      Create a random console_unique_id (#2668) · 8bee0161
      B3n30 authored
      * Create a random console_id when config save_file is created
      
      Added button in system config to refresh the console unique id
      
      * Moved the connect for the button from .ui file to constructor of ConfigureSystem
      
      * Added warning and info dialog
      Fixup: Make use of qt5 style connects,
        renamed the refresh button,
        removed some duplicate code,
        changed random device and moved all to the generate function
      
      * Changed the random generator to reflect what a real 3DS stores as console unique id
      Fixup: Changed the warning message
      
      * Fixup: Set and Create
      
      * Fixup: Added console id label, therfore removed second message box
      
      * Fixup: fixed the endianess
      
      * Fixup: more endianness fixes
      
      * Fixup: Endianness the 3rd
      8bee0161
  5. 05 May, 2017 1 commit
  6. 04 May, 2017 1 commit
  7. 03 May, 2017 2 commits
  8. 02 May, 2017 2 commits
  9. 30 Apr, 2017 1 commit
    • Nico Bosshard's avatar
      citra-qt: game list search function (#2673) · 06d46549
      Nico Bosshard authored
      * citra-qt: game list search function
      
      * Empty search field during game list refresh
      
      * Code improvements
      
      * Code formatting
      
      * Autofocus search field
      
      * JayFoxRox's recommendations
      
      * lioncash's review
      06d46549
  10. 21 Apr, 2017 1 commit
  11. 20 Apr, 2017 2 commits
  12. 19 Apr, 2017 1 commit
  13. 18 Apr, 2017 2 commits
  14. 17 Apr, 2017 5 commits
  15. 13 Apr, 2017 2 commits
  16. 12 Apr, 2017 2 commits
  17. 09 Apr, 2017 2 commits
  18. 08 Apr, 2017 1 commit
  19. 06 Apr, 2017 2 commits
  20. 04 Apr, 2017 1 commit