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. Dec 02, 2018
  4. Oct 03, 2018
  5. Oct 02, 2018
  6. Aug 01, 2018
  7. Jan 13, 2018
  8. Apr 04, 2017
  9. Jan 26, 2017
    • Kloen Lansfiel's avatar
      SDL: Select audio device (#2403) · f8523699
      Kloen Lansfiel authored
      * Initial Commit
      
      Added Device logic to Sinks
      Started on UI for selecting devices
      
      Removed redundant import
      
      * Audio Core: Complete Device Switching
      
      Complete the device switching implementation by allowing the output
      device to be loaded, changed and saved through the configurations menu.
      
      Worked with the Sink abstraction and tuned the "Device Selection"
      configuration so that the Device List is automatically populated when
      the Sink is changed.
      This hopefully addresses the concerns and recommendations mentioned in
      the comments of the PR.
      
      * Clean original implementation.
      
      * Refactor GetSinkDetails
      f8523699
  10. Sep 21, 2016
  11. Sep 18, 2016
  12. May 18, 2016
  13. Mar 22, 2016
  14. Mar 21, 2016
Loading