Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
    • Lioncash's avatar
      yuzu/configuration: Make all widgets and dialogs aware of language changes · c09ff382
      Lioncash authored
      To prepare for translation support, this makes all of the widgets
      cognizant of the language change event that occurs whenever
      installTranslator() is called and automatically retranslates their text
      where necessary.
      
      This is important as calling the backing UI's retranslateUi() is often
      not enough, particularly in cases where we add our own strings that
      aren't controlled by it. In that case we need to manually refresh the
      strings ourselves.
      c09ff382
  2. Jun 05, 2019
  3. Mar 16, 2019
  4. Dec 02, 2018
  5. Nov 19, 2018
  6. Nov 08, 2018
  7. Nov 07, 2018
  8. Aug 07, 2018
    • Lioncash's avatar
      qt/hotkey: Get rid of global hotkey map instance · c8f67544
      Lioncash authored
      Instead, we make a proper registry class and house it within the main
      window, then pass it to whatever needs access to the loaded hotkeys.
      
      This way, we avoid a global variable, and don't need to initialize a
      std::map instance before the program can do anything.
      c8f67544
  9. Jan 13, 2018
  10. Apr 04, 2017
  11. Sep 21, 2016
  12. Sep 18, 2016
  13. Mar 22, 2016
  14. Mar 21, 2016
Loading