Skip to content
  1. May 09, 2019
    • 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. May 01, 2019
  3. Apr 30, 2019
  4. Apr 29, 2019
  5. Apr 26, 2019
  6. Apr 25, 2019
  7. Apr 23, 2019
  8. Apr 22, 2019
  9. Apr 21, 2019
  10. Apr 20, 2019
  11. Apr 19, 2019
Loading