1. 22 5月, 2015 1 次提交
    • P
      UI: Make settings -> 'Audio' source list expand vertically · ee055b57
      Palana 提交于
      Reduces required scrolling when lots of new audio sources are added
      (e.g. aux devices being enabled in the same dialog) when the dialog
      was opened with just a few audio sources being present. Unfortunately,
      the "restart required" warning is pushed all the way to the bottom
      even if the source list is empty
      ee055b57
  2. 19 5月, 2015 2 次提交
  3. 17 5月, 2015 4 次提交
  4. 15 5月, 2015 1 次提交
  5. 14 5月, 2015 2 次提交
  6. 13 5月, 2015 6 次提交
  7. 12 5月, 2015 20 次提交
  8. 11 5月, 2015 3 次提交
    • J
      UI: Show remaining reconnect timeout duration · 83df87c5
      jp9000 提交于
      When a reconnect is occurring, the user doesn't really know that the
      program is waiting to reconnect to the server or not, nor does the user
      know how many seconds are remaining until that next attempt.  This will
      show the reconnect timeout countdown as it's occurring.
      83df87c5
    • J
      libobs: Use exponential backoff for reconnecting · c1e8d285
      jp9000 提交于
      Implements exponential backoff for consecutive reconnects, which is
      useful to prevent too many connections from trying to reconnect back to
      a service at once over a short period of time in the case of potential
      service downtime.  Exponential backoff causes each subsequent reconnect
      attempt to double its timeout duration.
      c1e8d285
    • J
      libobs: Add timeout_sec param to reconnect signal · 691d3b4a
      jp9000 提交于
      This optionally allows the front-end to know what the current timeout
      value in seconds is set to for the reconnection without having to call
      an extra API function to find that out.
      691d3b4a
  9. 10 5月, 2015 1 次提交