Skip to content
Snippets Groups Projects
  1. May 29, 2019
  2. May 19, 2019
  3. Jan 17, 2019
  4. Jan 08, 2019
  5. Jan 04, 2019
  6. Nov 13, 2018
  7. Nov 12, 2018
  8. Nov 06, 2018
  9. 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
  10. Oct 30, 2018
  11. Oct 28, 2018
  12. Oct 27, 2018
  13. Oct 25, 2018
  14. Oct 24, 2018
  15. Oct 23, 2018
  16. Aug 06, 2018
  17. Aug 03, 2018
  18. Jan 20, 2018
  19. Jan 17, 2018
  20. Jan 16, 2018
  21. Jan 13, 2018
  22. Oct 13, 2017
  23. Sep 24, 2017
  24. 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
  25. Apr 04, 2017
Loading