1. 16 May, 2022 1 commit
    • Kyle K's avatar
      about dialog: Fix the logo in a multiplatform way · 8f3098fc
      Kyle K authored
      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.
      8f3098fc
  2. 11 May, 2022 4 commits
  3. 10 May, 2022 2 commits
  4. 09 May, 2022 4 commits
  5. 08 May, 2022 2 commits
  6. 07 May, 2022 1 commit
  7. 06 May, 2022 3 commits
  8. 04 May, 2022 1 commit
  9. 03 May, 2022 3 commits
  10. 02 May, 2022 7 commits
  11. 01 May, 2022 3 commits
    • Mai M's avatar
      Merge pull request #8283 from Tachi107/appstream · 9b34640a
      Mai M authored
      dist: add AppStream metadata
      9b34640a
    • Mai M's avatar
      Merge pull request #8291 from Docteh/ampm_fix · eab68d8f
      Mai M authored
      ui: let system locale control format of Custom RTC
      eab68d8f
    • Kyle K's avatar
      ui: let system locale control format of Custom RTC · bd9f74e6
      Kyle K authored
      The Custom RTC widget is under the influence of the computers System Locale.
      The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown
      
      The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui
      
      modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
      bd9f74e6
  12. 29 Apr, 2022 4 commits
  13. 28 Apr, 2022 4 commits
  14. 27 Apr, 2022 1 commit