1. 05 May, 2010 14 commits
  2. 04 May, 2010 24 commits
  3. 03 May, 2010 2 commits
    • Rémi Denis-Courmont's avatar
      ALSA: use non-modal error dialogs · fa1d7da1
      Rémi Denis-Courmont authored
      aout_Restart() is quite buggy (IMHO) and restarts the audio output
      from the interface thread. Then Qt4 external dialogs are buggy as
      they deadlock if called from the interface thread (I cannot find a
      direct way to use BlockingQueuedConnection for foreign threads and
      DirectConnection for the interface thread).
      
      Until either or both of those bugs are fixed, we cannot use modal
      dialog from the audio output.
      (cherry picked from commit cbe1cda8)
      fa1d7da1
    • Rémi Denis-Courmont's avatar
      Revert "i18n fix" · 3fb44ca3
      Rémi Denis-Courmont authored
      This reverts commit 110693d5.
      This fixes #3599.
      (cherry picked from commit 6eb90af3)
      3fb44ca3