Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-05 | yuzu/configuration: Make all widgets and dialogs aware of language changes | Lioncash | |
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. | |||
2019-06-05 | yuzu/configuration: Make function naming consistent | Lioncash | |
2019-05-25 | configure_hotkeys: Remove unused EmitHotkeysChanged() | Lioncash | |
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. | |||
2019-05-09 | configure_dialog: Remove the Whats This? button from the dialog | Lioncash | |
2019-04-09 | configure_dialog: Amend constructor initializer list order | Lioncash | |
Avoids a -Wreorder compiler warning. | |||
2019-03-16 | yuzu: Make hotkeys configurable via the GUI | Adityarup Laha | |
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it. | |||
2019-01-22 | citra_qt: Log settings on launch | zhupengfei | |
2019-01-04 | qt: Move profile manager to own UI tab | Zach Hilman | |
2018-12-28 | Qt/Configure: Use sidebar to divide tabs into smaller groups | spycrab | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-08-08 | Merge pull request #850 from DarkLordZach/icon-meta | bunnei | |
Add Icons and Metadata Support | |||
2018-08-07 | qt/hotkey: Get rid of global hotkey map instance | Lioncash | |
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. | |||
2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |
2018-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
2018-07-31 | audio_core: Add configuration settings. | bunnei | |
2018-01-16 | clang-format | MerryMage | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |