aboutsummaryrefslogtreecommitdiffhomepage
path: root/dist
AgeCommit message (Collapse)Author
2022-05-16about dialog: Fix the logo in a multiplatform wayKyle K
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.
2022-05-09Update translations (2022-05-09)The yuzu Community
2022-04-29dist: add AppStream metadataAndrea Pappacoda
The AppStream file is mostly copied from the one already used by the Flatpak yuzu build: https://github.com/flathub/org.yuzu_emu.yuzu/blob/62fc225acfa0178ddf61be68ad9be60841077263/org.yuzu_emu.yuzu.metainfo.xml As it already defines the application id as org.yuzu_emu.yuzu I renamed the yuzu.desktop and yuzu.xml files so that they match. I've also made some minor tweaks to it, like fixing the capitalization of "yuzu", adding a few keys and sorting them as presented in the documentation. Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that yuzu is launched with the dedicated graphics card on Linux.
2022-04-18yuzu: mention GPLv3.0+ in about dialogAndrea Pappacoda
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea Fixes #8218
2022-04-01Update translations (2022-04-01)The yuzu Community
2022-03-01Update translations (2022-03-01)The yuzu Community
2022-02-01Update translations (2022-02-01)The yuzu Community
2022-01-05Update translations (2022-01-05)The yuzu Community
2021-12-20dist/XDG: add more file associationsAndrew Udvare
2021-12-01Update translations (2021-12-01)The yuzu Community
2021-11-01Update translations (2021-11-01)The yuzu Community
2021-10-16Update translations (2021-10-16)The yuzu Community
2021-08-04settings_ui: Use better colors for the light themegerman77
2021-07-09Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.Fernando Sahmkow
2021-04-26Merge pull request #6236 from Morph1984/swkbd-button-hint-scalingbunnei
applets/swkbd: Fix software keyboard button hint scaling
2021-04-25Merge pull request #6198 from Kewlan/favorite-gamesbunnei
game_list: Mark games as favorite to make them appear at the top.
2021-04-24applets/swkbd: Fix software keyboard button hint scalingIts-Rei
Fixes the scaling of the button hints using background images. Now they scale like the rest of the elements.
2021-04-15qt_themes: Add styles for the On-Screen Keyboard and OverlayDialogIts-Rei
2021-04-15icons: Add icons for the On-Screen Keyboard overlayIts-Rei
2021-04-15game_list: Mark games as favorite to make them appear at the top.Kewlan
Icons are from Icons8.
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience ↵bunnei
on Linux.
2021-02-06Make settings controller image change with controller inputgerman
2020-11-15configure_input: Add per-player vibrationMorph
Allows for enabling and modifying vibration and vibration strength per player. Also adds a toggle for enabling/disabling accurate vibrations. Co-authored-by: Its-Rei <[email protected]>
2020-11-15ui/themes: Cleanup UIMorph
2020-09-11Update translations (2020-09-11)The yuzu Community
2020-09-04Resolve spacing inconsistencies in style.qrc/qss filesMorph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
Co-authored-by: Its-Rei <[email protected]>
2020-08-29yuzu: Add motion and touch configurationFearlessTobi
2020-08-26qt_themes: Fix Midnight Blue themeMorph
Co-authored-by: Its-Rei <[email protected]>
2020-08-26Project Mjölnir: Part 1Morph
Co-authored-by: James Rowe <[email protected]> Co-authored-by: Its-Rei <[email protected]>
2020-07-25qt_themes: Set background color to transparent for Dark and Midnight Blue themeslat9nq
Fixes the override highlights in per-game settings from looking weird when viewed on the Dark or Midnight Blue themes by setting QLabels to have transparent backgrounds by default. Also apparently adds a newline to the end of the Dark theme's qss file.
2020-07-24Merge pull request #4383 from ogniK5377/dark-checkboxbunnei
frontend: Match indeterminate checkbox state with light theme
2020-07-20qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1)James Rowe
Co-authored-by: Morph <[email protected]>
2020-07-20frontend: Match indeterminate checkbox state with light themeDavid Marcec
Keeps consistency between the two themes
2020-07-18yuzu: Port translation support from CitraFearlessTobi
Co-Authored-By: Weiyi Wang <[email protected]>
2020-06-21 Update manifest file to include new elements that are introduced with ↵FearlessTobi
Windows 10 later versions Co-Authored-By: dragios <[email protected]>
2020-05-21qt_themes: remove unknown qss property from dark themeNeodyblue
Qdarkstyle's qss file uses an overflow property. According to `https://doc.qt.io/qt-5/stylesheet-reference.html`, the property `overflow` doesn't exist, which leads to a warning message in the console.
2020-03-27Replace non-commercial icons with free icons from icons8 (#5093)Guo Yunhe
2020-01-28GUI: Togglable graphics settings buttons in status barCJBok
2020-01-26dark themes refinements and cleanupBartosz Kaszubowski
2020-01-22fix qss stylesheet whitespacesBartosz Kaszubowski
2020-01-22GUI: fix minor issues with dark themesBartosz Kaszubowski
GUI: rename and reorder themes
2019-10-08Updated yuzu icon to thicker versionSchplee
2019-09-04Add assets and licensesfearlessTobi
2018-08-29Show game compatibility within yuzufearlessTobi
2018-07-30Port #3769 from Citra: "Update Dark theme to latest version"Tobias
2018-03-30Add Dark theme, Icon themingN00byKing
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
2018-01-14Implement "About" dialogspycrab
2018-01-13Add new icons and fix up the linux paths for installJames Rowe
2018-01-12Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe