summaryrefslogtreecommitdiffstats
path: root/dist/qt_themes/default (follow)
Commit message (Collapse)AuthorAgeFilesLines
* about dialog: Fix the logo in a multiplatform wayKyle K2022-05-161-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 themegerman772021-08-041-2/+2
|
* Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.Fernando Sahmkow2021-07-091-0/+20
|
* Merge pull request #6236 from Morph1984/swkbd-button-hint-scalingbunnei2021-04-261-23/+13
|\ | | | | applets/swkbd: Fix software keyboard button hint scaling
| * applets/swkbd: Fix software keyboard button hint scalingIts-Rei2021-04-241-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-gamesbunnei2021-04-262-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.Kewlan2021-04-152-0/+1
| | | | | | | | Icons are from Icons8.
* | qt_themes: Add styles for the On-Screen Keyboard and OverlayDialogIts-Rei2021-04-151-0/+377
|/
* ui/themes: Cleanup UIMorph2020-11-161-5/+9
|
* Resolve spacing inconsistencies in style.qrc/qss filesMorph2020-09-041-42/+42
|
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-11/+195
| | | | Co-authored-by: Its-Rei <kupfel@gmail.com>
* Project Mjölnir: Part 1Morph2020-08-264-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 Yunhe2020-03-272-0/+0
|
* GUI: Togglable graphics settings buttons in status barCJBok2020-01-282-10/+38
|
* Updated yuzu icon to thicker versionSchplee2019-10-091-0/+0
|
* Add assets and licensesfearlessTobi2019-09-049-1/+18
|
* Add Dark theme, Icon themingN00byKing2018-03-305-0/+21
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings