- Jan 17, 2019
-
-
Lioncash authored
-
- Jan 08, 2019
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jan 04, 2019
-
-
Zach Hilman authored
-
- Nov 13, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- Nov 12, 2018
-
-
Zach Hilman authored
-
- Nov 06, 2018
-
-
Frederic Laing authored
-
- Oct 31, 2018
-
-
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.
-
- Oct 30, 2018
-
-
Frederic L authored
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
-
- Oct 28, 2018
-
-
Frederic Laing authored
-
- Oct 27, 2018
-
-
Lioncash authored
Avoids the need to put the scaling parameters all over the place for the common case. The only other time scaling is done is to generate the smaller 48x48 image, so this is fine.
-
Lioncash authored
Avoids the need to duplicate this all over the place, and makes it translator-friendly across the board.
-
Lioncash authored
We should display an error to the user if setting a user image for an account fails, rather than continuing onwards.
-
- Oct 25, 2018
-
-
Lioncash authored
This should be localizable, since it's user-facing text.
-
Lioncash authored
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.
-
Lioncash authored
This is a static function so we can just perform an assignment directly.
-
Lioncash authored
-
- Oct 24, 2018
-
-
Lioncash authored
Now that we can actually use std::optional on macOS, we don't need to continue using boost::optional here.
-
Zach Hilman authored
Prevents bug where old username would remain if the new username was shorter in length.
-
- Oct 23, 2018
-
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Aug 06, 2018
-
-
Lioncash authored
Makes code consistent with our style of defaulting special member functions where applicable.
-
- Aug 03, 2018
-
-
David authored
Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 17, 2018
- Jan 16, 2018
-
-
MerryMage authored
-
- Jan 13, 2018
-
-
MerryMage authored
-
James Rowe authored
-
James Rowe authored
-
- Oct 13, 2017
-
-
bunnei authored
-
- Sep 24, 2017
-
-
wwylele authored
-
- May 06, 2017
-
-
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
-
- Apr 04, 2017
-
-
Lioncash authored
-
- Feb 27, 2017
-
-
Yuri Kunde Schlesner authored
-
- Dec 22, 2016
-
-
bunnei authored
-