Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8405 from Docteh/dock_undock | Mai M | 2022-06-11 | 1 | -0/+13 |
|\ | | | | | ui: Status bars dock button becomes DOCKED/HANDHELD button | ||||
| * | ui: Status bars dock button becomes dock/undock button | Kyle Kienapfel | 2022-06-02 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | For people not used to the Yuzu UI it's not always clear if the emulated console is docked or not. The other items update their text when clicked, this PR brings the DOCK button in line with this. DOCK -> DOCKED or HANDHELD | ||||
* | | about dialog: Fix the logo in a multiplatform way | Kyle K | 2022-05-16 | 1 | -0/+0 |
|/ | | | | | | | | | | | | | | | The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break the icon for Windows users. I've decided to fix the aboutdialog.ui file via qtcreator. I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme, but I've reword how the code works for that, and we can just delete those lines. I've also thrown the yuzu.png through pngcrush to remove this warning libpng warning: iCCP: known incorrect sRGB profile Credit to abouvier for bringing bug up. | ||||
* | settings_ui: Use better colors for the light theme | german77 | 2021-08-04 | 1 | -2/+2 |
| | |||||
* | Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle. | Fernando Sahmkow | 2021-07-09 | 1 | -0/+20 |
| | |||||
* | Merge pull request #6236 from Morph1984/swkbd-button-hint-scaling | bunnei | 2021-04-26 | 1 | -23/+13 |
|\ | | | | | applets/swkbd: Fix software keyboard button hint scaling | ||||
| * | applets/swkbd: Fix software keyboard button hint scaling | Its-Rei | 2021-04-24 | 1 | -23/+13 |
| | | | | | | | | Fixes the scaling of the button hints using background images. Now they scale like the rest of the elements. | ||||
* | | Merge pull request #6198 from Kewlan/favorite-games | bunnei | 2021-04-26 | 2 | -0/+1 |
|\ \ | |/ |/| | game_list: Mark games as favorite to make them appear at the top. | ||||
| * | game_list: Mark games as favorite to make them appear at the top. | Kewlan | 2021-04-15 | 2 | -0/+1 |
| | | | | | | | | Icons are from Icons8. | ||||
* | | qt_themes: Add styles for the On-Screen Keyboard and OverlayDialog | Its-Rei | 2021-04-15 | 1 | -0/+377 |
|/ | |||||
* | ui/themes: Cleanup UI | Morph | 2020-11-16 | 1 | -5/+9 |
| | |||||
* | Resolve spacing inconsistencies in style.qrc/qss files | Morph | 2020-09-04 | 1 | -42/+42 |
| | |||||
* | Project Mjölnir: Part 2 - Controller Applet | Morph | 2020-09-04 | 1 | -11/+195 |
| | | | | Co-authored-by: Its-Rei <kupfel@gmail.com> | ||||
* | Project Mjölnir: Part 1 | Morph | 2020-08-26 | 4 | -1/+62 |
| | | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> | ||||
* | Replace non-commercial icons with free icons from icons8 (#5093) | Guo Yunhe | 2020-03-27 | 2 | -0/+0 |
| | |||||
* | GUI: Togglable graphics settings buttons in status bar | CJBok | 2020-01-28 | 2 | -10/+38 |
| | |||||
* | Updated yuzu icon to thicker version | Schplee | 2019-10-09 | 1 | -0/+0 |
| | |||||
* | Add assets and licenses | fearlessTobi | 2019-09-04 | 9 | -1/+18 |
| | |||||
* | Add Dark theme, Icon theming | N00byKing | 2018-03-30 | 5 | -0/+21 |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings |