suyu/src/yuzu
Lioncash a6830e61b8 configure_system: Contrain profile usernames to 32 characters
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.
2018-10-31 02:05:00 -04:00
..
configuration configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
debugger graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-24 11:01:23 -04:00
util configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
about_dialog.cpp Better Title Bar Display 2018-09-07 11:54:51 +05:30
about_dialog.h qt: Add missing override specifiers where applicable 2018-08-06 13:29:14 -04:00
aboutdialog.ui Merge pull request #859 from FearlessTobi/port-3837 2018-07-30 10:11:43 -07:00
bootmanager.cpp bootmanager: Use QStringLiteral instead of std::string to represent the window title 2018-10-24 08:14:26 -04:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 20:26:57 +02:00
CMakeLists.txt configure_system: Contrain profile usernames to 32 characters 2018-10-31 02:05:00 -04:00
compatdb.cpp Address a bunch of review comments 2018-10-02 15:30:48 +02:00
compatdb.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
compatdb.ui Port web_service from Citra 2018-10-02 15:30:48 +02:00
compatibility_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
compatibility_list.h yuzu: Move compatibility list specifics to their own source files 2018-09-09 19:45:25 -04:00
discord.h Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.cpp Port web_service from Citra 2018-10-02 15:30:48 +02:00
discord_impl.h Address a bunch of review comments 2018-10-02 15:30:48 +02:00
game_list.cpp Merge pull request #1568 from lioncash/dir 2018-10-24 17:13:51 -04:00
game_list.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list_p.h Merge pull request #1360 from FearlessTobi/port-3979 2018-09-27 17:09:11 -04:00
game_list_worker.cpp game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() 2018-10-24 11:27:35 -04:00
game_list_worker.h file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 2018-10-16 09:38:52 -04:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-07 02:28:17 -04:00
hotkeys.ui Massive removal of unused modules 2018-01-12 19:11:03 -07:00
Info.plist macOS: Update Info.plist 2018-01-13 23:11:51 +00:00
main.cpp Merge pull request #1569 from lioncash/amiibo 2018-10-25 22:10:08 -04:00
main.h Added Amiibo support (#1390) 2018-10-23 19:28:17 -04:00
main.ui Added Amiibo support (#1390) 2018-10-23 19:28:17 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-04 09:43:51 -04:00
ui_settings.h Merge pull request #1332 from FearlessTobi/port-web-backend 2018-10-06 02:43:09 -04:00
yuzu.rc Removing unused settings and yuzu rebranding 2018-01-12 19:11:05 -07:00