Zach Hilman
a012cf713d
qt: Add service dialog
7 years ago
Zach Hilman
e5c7372a94
yuzu: Add UI tab to configure BCAT services
Also displays current events if boxcat is selected.
7 years ago
Zach Hilman
41b35e5849
yuzu: Add UI to manage filesystem paths and sizes
7 years ago
fearlessTobi
d264ecdb00
configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
7 years ago
Lioncash
fb580dcda2
yuzu/configuration: Make all widgets and dialogs aware of language changes
To prepare for translation support, this makes all of the widgets
cognizant of the language change event that occurs whenever
installTranslator() is called and automatically retranslates their text
where necessary.
This is important as calling the backing UI's retranslateUi() is often
not enough, particularly in cases where we add our own strings that
aren't controlled by it. In that case we need to manually refresh the
strings ourselves.
7 years ago
Lioncash
5bcab18c77
yuzu/configuration: Make function naming consistent
7 years ago
Lioncash
c227927751
configure_hotkeys: Remove unused EmitHotkeysChanged()
1. This is something that should be solely emitted by the hotkey dialog
itself
2. This is functionally unused, given there's nothing listening for the
signal.
7 years ago
Lioncash
63feb1abed
configure_dialog: Remove the Whats This? button from the dialog
7 years ago
Lioncash
4c08ff8b1c
configure_dialog: Amend constructor initializer list order
Avoids a -Wreorder compiler warning.
7 years ago
Adityarup Laha
62287f8ee7
yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
7 years ago
zhupengfei
c63f74ed1d
citra_qt: Log settings on launch
8 years ago
Zach Hilman
fe91364e29
qt: Move profile manager to own UI tab
7 years ago
spycrab
8a5f6de6c8
Qt/Configure: Use sidebar to divide tabs into smaller groups
8 years ago
fearlessTobi
92e939952c
Port web_service from Citra
8 years ago
Lioncash
ee8808c6a7
qt/hotkey: Get rid of global hotkey map instance
Instead, we make a proper registry class and house it within the main
window, then pass it to whatever needs access to the loaded hotkeys.
This way, we avoid a global variable, and don't need to initialize a
std::map instance before the program can do anything.
8 years ago
Zach Hilman
f89988272e
Avoid parsing RomFS to directory in NCA
8 years ago
Lioncash
5de7c31baa
qt: Default destructors where applicable
Makes code consistent with our style of defaulting special member
functions where applicable.
8 years ago
bunnei
14d9b2d6d3
audio_core: Add configuration settings.
8 years ago
MerryMage
41bfd994f6
clang-format
8 years ago
James Rowe
bd5740a721
Remove gpu debugger and get yuzu qt to compile
8 years ago
James Rowe
5dbd091a80
Massive removal of unused modules
8 years ago
bunnei
b4d06de621
qt: Add web configuration tab.
9 years ago
Lioncash
bbb41d4504
citra-qt: Move config dialog code to its own directory
9 years ago
James Rowe
08f830fed4
Support additional screen layouts.
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
10 years ago
Yuri Kunde Schlesner
fa5d9d8266
Use negative priorities to avoid special-casing the self-include
10 years ago
Emmanuel Gil Peyrot
1138ec0d49
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.
10 years ago
Yuri Kunde Schlesner
1e4a5da9f4
Manually tweak source formatting and then re-run clang-format
10 years ago
Emmanuel Gil Peyrot
628ed4376a
Sources: Run clang-format on everything.
10 years ago
wwylele
e64309bac9
Qt: unify running detection
10 years ago
bunnei
2d64553023
qt: Add a configuration tab for Graphics and move relevant fields.
10 years ago
Anon
9e4923c36c
Input GUI: Add tab to remap controls ( #1900 )
10 years ago
wwylele
031589a960
Qt: add system settings config tab
10 years ago
Maribel
3172c8cdad
Config: Audio sink configuration ( #1798 )
10 years ago
LittleWhite
aad774fa01
Add more stuff to configure.
10 years ago
LittleWhite
e5b8519b62
Add Configure widget
10 years ago