1. 09 May, 2019 2 commits
    • Lioncash's avatar
      yuzu/main: Move window title updating logic to its own function · d9559448
      Lioncash authored
      For similar reasons to the previous change, we move this to a single
      function, so we don't need to duplicate the conversion logic in several
      places within main.cpp.
      d9559448
    • Lioncash's avatar
      yuzu/about_dialog: Specify string conversions explicitly · bf1829a7
      Lioncash authored
      Specifies the conversions explicitly to avoid implicit conversions from
      const char* to QString. This makes it easier to disable implicit QString
      conversions in the future.
      
      In this case, the implicit conversion was technically wrong as well. The
      implicit conversion treats the input strings as ASCII characters. This
      would result in an incorrect conversion being performed in the rare case
      a branch name was created with a non-ASCII Unicode character, likely
      resulting in junk being displayed.
      bf1829a7
  2. 01 May, 2019 1 commit
  3. 30 Apr, 2019 2 commits
  4. 29 Apr, 2019 4 commits
  5. 26 Apr, 2019 3 commits
  6. 25 Apr, 2019 5 commits
  7. 23 Apr, 2019 8 commits
  8. 22 Apr, 2019 3 commits
  9. 21 Apr, 2019 1 commit
  10. 20 Apr, 2019 6 commits
  11. 19 Apr, 2019 5 commits