1. 28 12月, 2019 3 次提交
  2. 25 12月, 2019 2 次提交
  3. 24 12月, 2019 3 次提交
  4. 20 12月, 2019 2 次提交
  5. 19 12月, 2019 3 次提交
  6. 18 12月, 2019 1 次提交
  7. 17 12月, 2019 1 次提交
  8. 16 12月, 2019 3 次提交
    • S
      CI: Fix QtNetwork in Mac packaging script · b7a88f7a
      SCG82 提交于
      b7a88f7a
    • J
      Merge pull request #2247 from VodBox/missing-theme-fix · fc93bddb
      Jim 提交于
      UI: Ensure OBS launches when theme is missing
      fc93bddb
    • V
      UI: Ensure OBS launches when theme is missing · 798556c0
      VodBox 提交于
      This change makes it so OBS will still launch even if a theme is
      missing. This change also deprecates the "CurrentTheme" config key, and
      is replaced by "CurrentTheme2".
      
      This is because a previous change to make sure OBS fell back to the
      System theme in case of a missing theme had been accidentally removed.
      Changing the key prevents a new version of OBS setting a theme that
      doesn't exist in an older version, which would prevent that version from
      launching.
      798556c0
  9. 15 12月, 2019 5 次提交
  10. 14 12月, 2019 8 次提交
  11. 13 12月, 2019 3 次提交
  12. 12 12月, 2019 4 次提交
  13. 11 12月, 2019 2 次提交
    • J
      Merge pull request #2203 from JohannMG/streaming-start-validation · d3b6f7a7
      Jim 提交于
      UI: Streaming Settings Validation On Stream Start & User Help
      d3b6f7a7
    • J
      UI: Add Start Streaming settings check on start · b78cdc91
      JohannMG 提交于
      When we use the server error to respond to user's failing to start a
      stream it is slow to return an error and unclear to the user what went
      wrong. This diff introduces a simple settings check before attempting
      to stream and catch and explain specific URL/key issues to the user.
      
      In the case of preset services we check there is a Stream Key before
      attempting to start a stream.
      
      In the case of "custom" we only verify there is a URL since for some
      services that's all that is required or the user may use user/password
      authentication.
      b78cdc91