summaryrefslogtreecommitdiff
path: root/src/yuzu/main.ui
AgeCommit message (Collapse)Author
2024-12-31chore: update project branding to citronZephyron
2024-02-19Import keys from filesystem. (#13056)Andrew Pilley
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list. * <.< spelling. * Update based on feedback on #13047 and this PR * Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches. * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Remove translation of literal filename/filter format. * clang-format. --------- Co-authored-by: Tobias <thm.frey@gmail.com>
2024-02-17Implement In-app firmware installation.Andrew Pilley
2024-01-25frontend_common: Remove key rederivation and keep key checkt895
2023-11-19Implemented qlaunch version of the controller appletFrozenAra
2023-10-02yuzu: Allow to launch album applet from firmwareNarr the Reg
2023-10-01yuzu: Allow to launch cabinet applet from firmwareNarr the Reg
2023-09-23yuzu: Add button to boot mii edit from firmwaregerman77
2023-09-12qt: add verification for installed contentsLiam
2022-11-23Qt: assign menuRole properties for actionsLiam
2022-11-02remove unnecessary sepator in file menu (main.ui)Ludovic
2022-09-20Address some review commentsFearlessTobi
2022-09-10yuzu: Multiple room UI improvementsgerman77
2022-09-09ldn: Initial implementationFearlessTobi
2022-07-25yuzu: Hide multiplayer button and room statusFearlessTobi
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-02-08yuzu: Allow to open and remove the amiibogerman77
2021-11-24Refactor menu states and shortcuts in GMainWindow. (#7419)Adam Heinermann
Refactor menu states and shortcuts in GMainWindow. - Removed "Start", since it was always disabled unless it was "Continue" which has now been moved to "Pause". - Allow hotkeys to be used while in fullscreen. - Removed the load amiibo hotkey.
2021-11-21Added TAS controls to the menu under ToolsAdam Heinermann
2021-10-11main: Add option to reset window size to 900pameerj
2021-09-18UI: Relocate tas menu and add brief descriptiongerman77
2021-09-18config: Move TAS options to it's own menugerman77
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience ↵bunnei
on Linux.
2020-12-22yuzu/main: Improve menubar access keyslat9nq
Adds a unique access key to each action within each menu. A few actions already had their own access key, so those were untouched.
2020-12-22Add option to reset window size to 1080pgerman
2020-09-02main: Use three dots to complete the ellipsislat9nq
Fixes a typo in the UI file. An ellipsis has 3 dots.
2020-08-15main: Add an option to modify the currrent game's configurationlat9nq
Creates a new entry in the Emulation menu called "Configure Current Game..." that is only available if a game is currently being executed in yuzu. When selected, it opens the game properties dialog for the current game. Thanks to @BSoDGamingYT for reminding me to do this.
2020-07-10Add support for batch install to NANDMorph
This adds support to batch install files to NAND
2020-06-25Fix formattingVolcaEM
2020-06-25Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM
While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-04-14yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi
Makes popup texts more compact and clear and also links our quickstart guide now. Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there.
2020-01-18Merge pull request #3298 from Simek/missing_hotkeysbunnei
GUI: add few missing hotkeys to main menu
2020-01-18Add headbar icon on LinuxTotalCaesar659
2020-01-13GUI: add few missing hotkeys to main menuBartosz Kaszubowski
2019-11-19citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias
..."Select Game Directory..." Co-authored-by: vvanelslande <vvanelslandedev@gmail.com>
2019-09-04yuzu: Add support for multiple game directoriesfearlessTobi
Ported from https://github.com/citra-emu/citra/pull/3617.
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
2018-11-13qt: Move Open yuzu Folder action from Help to FileZach Hilman
2018-11-03qt: Add help option to open yuzu folderZach Hilman
Opens a new file manager window at the UserDir.
2018-10-23Added Amiibo support (#1390)David
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
2018-10-20qt: Move Reinitialize Keys to Tools menuZach Hilman
2018-10-07qt: Add rederive keyset menu optionZach Hilman
2018-10-02Port web_service from CitrafearlessTobi
2018-09-03qt: Add UI options to change NAND/SD dirsZach Hilman
2018-08-28Fix two stupid errors made in #1141fearlessTobi
2018-08-21Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
Prompts for title type on NCA files.
2018-06-14Add 'Load Folder' menu optionZach Hilman
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats