summaryrefslogtreecommitdiff
path: root/src/yuzu/aboutdialog.ui
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-04-18yuzu: mention GPLv3.0+ in about dialogAndrea Pappacoda
Follow-up to 284934ebfdf5e530c960cf69969172ff76f40bea Fixes #8218
2021-05-16yuzu/main: Fix version info in logging and about dialogMorph
2020-11-15ui/themes: Cleanup UIMorph
2018-07-30Merge pull request #859 from FearlessTobi/port-3837bunnei
Port #3837 from Citra: "citra-qt: Add build date in about dialog"
2018-07-30Port #3769 from Citra: "Update Dark theme to latest version"Tobias
2018-07-29Port #3837 from Citra: "Add build date in about dialog"fearlessTobi
2018-01-14qt: Update about dialog to show license for GPLv2 only.bunnei
Fixes #6.
2018-01-14Implement "About" dialogspycrab