1. 04 12月, 2020 1 次提交
  2. 03 12月, 2020 5 次提交
  3. 02 12月, 2020 6 次提交
  4. 01 12月, 2020 1 次提交
  5. 30 11月, 2020 1 次提交
    • M
      obs-browser: Update to 2.9.0 · 0c0be0be
      Matt Gajownik 提交于
      - Log CEF version
      - Add internal support for CEF 4183
      - Add support for CMake 3.19.0
      - Add support for fractional scaling in browser panels
      0c0be0be
  6. 28 11月, 2020 3 次提交
  7. 27 11月, 2020 1 次提交
  8. 26 11月, 2020 6 次提交
    • V
      UI: Fix filter window rendering and accessible names · dbbfa249
      VodBox 提交于
      dbbfa249
    • R
      UI: Log success/failure for scene collection importer · 6b6a72cd
      Ryan Foster 提交于
      6b6a72cd
    • R
      714c652d
    • R
      UI: Prevent name collision during scene collection import · 2d1b0666
      Ryan Foster 提交于
      The Scene Collection Importer would attempt to set the new filename
      using the name property of the scene collection. However, it would
      determine an unused filename, and then replace spaces with underscores,
      which could cause a name collision. This changes the importer to replace
      spaces with underscores first for the base filename, and then determine
      an unused filename.
      2d1b0666
    • V
      UI: Various screen reader fixes · 89b4e913
      VodBox 提交于
      This commit fixes various issues with screen readers in the main OBS
      interface. These were tested using NVDA on Windows 10 2004.
      
      Audio track selection in Settings now says Track 1, 2, etc, rather than
      just the number.
      
      Various checkboxes that just say "Enable" now have accessible text that
      says what the enable is for (since it says "checkbox", the fact it's an
      enable should hopefully be clear).
      
      Type in the recording tab of output now has accessible text which says
      "Recording Type".
      
      Items in the Advanced Audio Properties window now have accessible text
      for what they are for. Currently some do not report correct values, but
      that will require an accessible interface in Qt to be written
      specifically for that, which will be done at a later date.
      
      Buttons in the filters window now have accessible text for what they do.
      
      All the right side buttons in hotkeys now have tooltips, and by
      extension, accessible text.
      89b4e913
    • G
      Update translations from Crowdin · 7ab98ca0
      Gol-D-Ace 提交于
      7ab98ca0
  9. 25 11月, 2020 6 次提交
  10. 24 11月, 2020 1 次提交
  11. 23 11月, 2020 3 次提交
    • M
      1f962cff
    • J
      UI: Force plugins to use our Qt5Network, not their own · 9048d809
      jp9000 提交于
      The Elgato Streamdeck plugin ships their own Qt5Network.dll on Windows,
      which may be ABI incompatible with newer Qt DLLs if we decide to update
      our Qt version. So to prevent that plugins (and other plugins) from
      using their Qt5Network.dll, we need to explicitly load our
      Qt5Network.dll first so that we can prevent it from trying to load
      theirs beforehand.
      
      For context on this, previously, we didn't ship Qt5Network on Windows
      because we would have to ship OpenSSL with it, but we didn't want to
      ship it without SSL support. Because of that, Elgato's Streamdeck plugin
      would ship their own Qt5Network.dll library (that didn't have SSL
      support anyway). However, Qt recently added support for windows
      schannel, which allows SSL support via the Windows API, making it so we
      don't have to ship extra libraries to get SSL. So now we can start
      shipping Qt5Network without worry.
      9048d809
    • J
      cmake: Add Qt5Network to copied windows libs · 9f6e49d1
      jp9000 提交于
      9f6e49d1
  12. 22 11月, 2020 1 次提交
  13. 19 11月, 2020 2 次提交
  14. 18 11月, 2020 1 次提交
  15. 17 11月, 2020 2 次提交