Skip to content
Snippets Groups Projects
  1. Jan 17, 2019
  2. Jan 08, 2019
  3. Jan 04, 2019
  4. Nov 13, 2018
  5. Nov 12, 2018
  6. Nov 06, 2018
  7. Oct 31, 2018
    • Lioncash's avatar
      configure_system: Contrain profile usernames to 32 characters · a6830e61
      Lioncash authored
      Previously, we would let a user enter an unbounded name and then
      silently truncate away characters that went over the 32-character limit.
      This is kind of bad from the UX point of view, because we're essentially
      not doing what the user intended in certain scenarios.
      
      Instead, we clamp it to 32 characters and make that visually apparent in
      the dialog box to provide a name for a user.
      a6830e61
  8. Oct 30, 2018
  9. Oct 28, 2018
  10. Oct 27, 2018
  11. Oct 25, 2018
  12. Oct 24, 2018
  13. Oct 23, 2018
  14. Aug 06, 2018
  15. Aug 03, 2018
  16. Jan 20, 2018
  17. Jan 17, 2018
  18. Jan 16, 2018
  19. Jan 13, 2018
  20. Oct 13, 2017
  21. Sep 24, 2017
  22. May 06, 2017
    • 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
  23. Apr 04, 2017
  24. Feb 27, 2017
  25. Dec 22, 2016
Loading