Lioncash
85285b09b0
configure_system: Make the file selector text translatable
This should be localizable, since it's user-facing text.
7 years ago
Lioncash
5172354e29
configure_system: Make GetAccountUsername() an internal function
We can just make the function accept an arbitrary ProfileManager
reference and operate on that instead of tying the function to the class
itself. This allows us to keep the function internal to the cpp file and
removes the need to forward declare the UUID struct.
7 years ago
Lioncash
8806e69f59
configure_system: Simplify UUID generation call in AddUser()
This is a static function so we can just perform an assignment directly.
7 years ago
Lioncash
a6addb5332
configure_system: Amend function casing
7 years ago
Lioncash
4a31f99a02
profile_manager: Use std::optional instead of boost::optional
Now that we can actually use std::optional on macOS, we don't need to
continue using boost::optional here.
7 years ago
Zach Hilman
e7ac42677b
configure_system: Clear current username before overwriting
Prevents bug where old username would remain if the new username was shorter in length.
7 years ago
Zach Hilman
bfad41b0c1
profile_manager: Create save data if it doesn't exist on use
7 years ago
Zach Hilman
45f2a2fe29
acc: Fix account UUID duplication error
7 years ago
Zach Hilman
e408bbceed
configure_system: Clear selection after user delete
7 years ago
Zach Hilman
702622b8f1
profile_manager: Load user icons, names, and UUIDs from system save
7 years ago
Zach Hilman
b2a8209c5b
qt: Add Profile Manager UI to system settings
7 years ago
Lioncash
00a68c5eea
qt: Default destructors where applicable
Makes code consistent with our style of defaulting special member
functions where applicable.
8 years ago
David
c1d54f4aea
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests ( #851 )
8 years ago
James Rowe
096be16636
Format: Run the new clang format on everything
8 years ago
noah katz
1c98f3a9b3
Fixed formatting
8 years ago
noah katz
9a9d33a741
Fix non translated string (same as Citra PR 2949)
8 years ago
MerryMage
e35644c005
clang-format
8 years ago
MerryMage
80db02c497
Minor cleanup
8 years ago
James Rowe
389979018c
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
ebf9a784a9
Massive removal of unused modules
8 years ago
bunnei
72b03025ac
Remove lots more 3DS-specific code.
8 years ago
wwylele
7117fcc024
citra-qt: fix some untranslated strings
8 years ago
B3n30
8bee016145
Create a random console_unique_id ( #2668 )
* 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
9 years ago
Lioncash
1631e99eed
citra-qt: Move config dialog code to its own directory
9 years ago
Yuri Kunde Schlesner
441f8b5a4b
Core: Remove unnecessary include in thread.h
9 years ago
bunnei
232ef55c1a
core: Consolidate core and system state, remove system module & cleanups.
9 years ago
bunnei
198b6c9bdd
core: Consolidate top-level system state into a singleton.
9 years ago
Emmanuel Gil Peyrot
ebdae19fd2
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner
396a8d91a4
Manually tweak source formatting and then re-run clang-format
9 years ago
Emmanuel Gil Peyrot
dc8479928c
Sources: Run clang-format on everything.
9 years ago
wwylele
c0262001d8
Qt: fix birthday combo box updating
9 years ago
wwylele
bdc59c4c21
Qt: unify running detection
9 years ago
wwylele
ec3e99eec7
Qt: add system settings config tab
10 years ago