Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-05-16 | about dialog: Fix the logo in a multiplatform way | Kyle K | 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. | |||||
2021-08-04 | settings_ui: Use better colors for the light theme | german77 | 1 | -2/+2 | |
2021-07-09 | Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle. | Fernando Sahmkow | 1 | -0/+20 | |
2021-04-24 | applets/swkbd: Fix software keyboard button hint scaling | Its-Rei | 1 | -23/+13 | |
Fixes the scaling of the button hints using background images. Now they scale like the rest of the elements. | |||||
2021-04-15 | qt_themes: Add styles for the On-Screen Keyboard and OverlayDialog | Its-Rei | 1 | -0/+377 | |
2021-04-15 | game_list: Mark games as favorite to make them appear at the top. | Kewlan | 2 | -0/+1 | |
Icons are from Icons8. | |||||
2020-11-16 | ui/themes: Cleanup UI | Morph | 1 | -5/+9 | |
2020-09-04 | Resolve spacing inconsistencies in style.qrc/qss files | Morph | 1 | -42/+42 | |
2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | 1 | -11/+195 | |
Co-authored-by: Its-Rei <kupfel@gmail.com> | |||||
2020-08-26 | Project Mjölnir: Part 1 | Morph | 4 | -1/+62 | |
Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> | |||||
2020-03-27 | Replace non-commercial icons with free icons from icons8 (#5093) | Guo Yunhe | 2 | -0/+0 | |
2020-01-28 | GUI: Togglable graphics settings buttons in status bar | CJBok | 2 | -10/+38 | |
2019-10-09 | Updated yuzu icon to thicker version | Schplee | 1 | -0/+0 | |
2019-09-04 | Add assets and licenses | fearlessTobi | 9 | -1/+18 | |
2018-03-30 | Add Dark theme, Icon theming | N00byKing | 5 | -0/+21 | |
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings |