1. 19 3月, 2020 1 次提交
  2. 17 2月, 2020 2 次提交
  3. 16 2月, 2020 1 次提交
    • V
      UI: Add advanced scene collection importer · 191165c7
      VodBox 提交于
      This replaces the previous Open File dialog for importing collections
      with a window for importing many collections at once, based on the remux
      window, along with support for importing from OBS Classic, XSplit
      Broadcaster and from Streamlabs' fork. This also translates sources
      between OSes that Studio supports.
      191165c7
  4. 21 1月, 2020 1 次提交
  5. 13 1月, 2020 1 次提交
  6. 12 1月, 2020 1 次提交
  7. 28 12月, 2019 2 次提交
  8. 24 12月, 2019 1 次提交
  9. 13 12月, 2019 1 次提交
  10. 11 12月, 2019 1 次提交
    • 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
  11. 02 12月, 2019 1 次提交
    • V
      UI: Add Grid Mode to Scenes Widget · c0e2e7f1
      VodBox 提交于
      Adds an option to the right click menu in the scenes widget to switch
      modes. When in regular list mode, it'll let you select grid mode, and in
      grid mode, it'll let you select list mode. Grid mode changes the scenes
      widget to have a grid of buttons for scenes rather than a list, much
      like XSplit.
      c0e2e7f1
  12. 20 11月, 2019 2 次提交
  13. 10 11月, 2019 1 次提交
  14. 31 10月, 2019 1 次提交
    • J
      UI: Upgrade stream link hotlink to a button · 3f6cf0e8
      JohannMG 提交于
      Most of the top streaming services now have a link in the stream key
      label. Upgrading this button to a button clarifies the assistance
      for the important step of setting up a stream.
      
      Creates a new type of button for URL opening simply which also
      automatically updates the tootip to the current URL.
      
      Includes addition of Twitter/Periscope URL to make this feature more
      complete.
      3f6cf0e8
  15. 25 10月, 2019 1 次提交
  16. 22 10月, 2019 2 次提交
  17. 16 10月, 2019 1 次提交
  18. 13 9月, 2019 1 次提交
    • J
      Revert "UI: Various screen reader fixes" · 3064887a
      jp9000 提交于
      This reverts commit b5843caa.
      
      This breaks some hotkeys because the signals are tied to a signal which
      is now triggered because "toggled" is used instead of "clicked", so just
      revert it for now for the release and look at it later post-patch.
      3064887a
  19. 04 9月, 2019 1 次提交
    • V
      UI: Various screen reader fixes · b5843caa
      VodBox 提交于
      This commit fixes various issues with screen readers in the main OBS
      interface. These were tested using NVDA on Windows 10 1903.
      
      Checkboxes or buttons which toggle, when receiving an activate signal
      from the screen reader would visually update, but not perform any
      action. This is because they're listening only for clicks. They should
      all now be listening for toggles instead.
      
      The screen reader would navigate through the UI in the order that
      elements are defined in the .ui XML, and not by their row positions.
      The XML has been reordered so that things should be defined in their row
      order.
      
      Audio track selection 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".
      
      All the right side buttons in hotkeys now have tooltips, and by
      extension, accessible text. Currently it does not yet say what hotkey
      the action is in relation to, but that would require more locales.
      b5843caa
  20. 23 8月, 2019 1 次提交
  21. 19 8月, 2019 1 次提交
  22. 18 8月, 2019 1 次提交
  23. 16 8月, 2019 2 次提交
  24. 15 8月, 2019 2 次提交
  25. 10 8月, 2019 1 次提交
  26. 08 8月, 2019 1 次提交
    • J
      UI: Add the ability to create custom browser docks · 0759652c
      jp9000 提交于
      Allows the ability for users to add custom browser widget docks that
      they can use for their third party services if they feel the need,
      mostly as a convenience tool so they don't have to open extra browsers
      alongside the program.
      0759652c
  27. 04 8月, 2019 1 次提交
  28. 27 7月, 2019 1 次提交
  29. 22 7月, 2019 4 次提交
  30. 18 7月, 2019 1 次提交
  31. 08 7月, 2019 1 次提交
    • J
      UI: Add pause support · eab10d48
      jp9000 提交于
      Adds support for pausing recordings.  When settings are eligible for
      recordings, a pause button will appear next to the recording button.  If
      the settings are not eligible, it will warn the user in the output
      settings that they cannot pause recordings if those settings are used.
      eab10d48