1. 08 7月, 2020 1 次提交
  2. 07 7月, 2020 1 次提交
    • J
      UI: Add virtual camera to UI · a72a52fa
      jp9000 提交于
      Adds a virtual camera button to the main user interface.  If virtual
      camera is not installed, it will not add the button.  On Windows, it
      detects whether the virtual camera filters are properly registered, and
      will only add the button if the virtual camera filter is confirmed
      registered.
      
      Also adds a virtual camera option to the auto-configuration wizard,
      which will just simply set the user's resolution/scale to 1920x1080 at
      30 FPS.
      a72a52fa
  3. 20 5月, 2020 1 次提交
  4. 15 3月, 2020 1 次提交
  5. 26 2月, 2020 1 次提交
  6. 23 2月, 2020 1 次提交
  7. 17 2月, 2020 1 次提交
  8. 13 2月, 2020 1 次提交
  9. 09 2月, 2020 1 次提交
  10. 02 2月, 2020 2 次提交
  11. 21 1月, 2020 1 次提交
  12. 16 12月, 2019 1 次提交
    • 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
  13. 20 11月, 2019 1 次提交
    • D
      UI: Add setting for Twitch chat add-ons choice · 3e841b22
      derrod 提交于
      Both BTTV and FFZ are fairly popular however they do occasionally
      interfere.  To give users the option to chose whichever one they like
      most we add a new setting that allows BTTV, FFZ, both, or neither.
      
      Defaults to "None" for new users.  Existing users will be migrated to
      "Both" as that's the previous behavior.
      3e841b22
  14. 10 10月, 2019 1 次提交
    • J
      libobs-d3d11: Set maximum GPU priority · ec769ef0
      jp9000 提交于
      (This commit also modifies the UI)
      
      This solves the issue where OBS would be deprioritized by Windows over
      fullscreen games, causing OBS to lag out whereas the games would still
      run fine.
      ec769ef0
  15. 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
  16. 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
  17. 22 7月, 2019 3 次提交
  18. 24 6月, 2019 1 次提交
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  19. 10 5月, 2019 1 次提交
  20. 24 4月, 2019 1 次提交
  21. 11 4月, 2019 1 次提交
  22. 09 4月, 2019 1 次提交
    • C
      UI: Rename Default theme to System · 94b3f803
      Clayton Groeneveld 提交于
      The system theme was named Default even though the default theme is Dark.
      This addresses that by renaming Default.qss to System.qss. I've made it
      backwards compatible so users already using this theme are not affected.
      
      The theme list now shows up as:
      -System
      -Dark (Default)
      -Acri
      -Rachni
      
      I have also made it so that you can specify the default theme in the
      UI config file.
      94b3f803
  23. 31 3月, 2019 1 次提交
  24. 16 3月, 2019 1 次提交
  25. 06 3月, 2019 2 次提交
  26. 04 3月, 2019 1 次提交
  27. 08 2月, 2019 1 次提交
  28. 05 2月, 2019 1 次提交
  29. 13 1月, 2019 1 次提交
    • J
      UI: Add date/time to log file · 455187e6
      jp9000 提交于
      Although log files are saved with the date in the name of the log file,
      it's also nice to be able to see it inside the log file itself,
      especially when uploaded to a text service.
      455187e6
  30. 19 9月, 2018 1 次提交
  31. 07 9月, 2018 1 次提交
  32. 01 9月, 2018 1 次提交
    • D
      UI: Add retina support and updated icons · d70352a6
      DungFu 提交于
      OBS Studio currently does not support retina rendering for any of the
      images in the app. This adds support for retina pixmap rendering as
      well as adding higher resolution versions of each icon that was not
      a high enough resolution to support 2x. The icons work when switching
      themes and will only render the 2x versions when the device pixel
      ratio is greater than or equal to 2.
      
      I also added credits to the readme for images that were already being
      used that require credit to the author. If the OBS community has
      paid for these images already, I can remove the credits from the
      readme. The credit is for the invisible, visible, and gear icons.
      d70352a6
  33. 27 8月, 2018 1 次提交
    • J
      UI: Set browser hwaccel def. to false if winver <=7 · 1c2f6faf
      jp9000 提交于
      Due to reports of issues with Windows 7, if the user is on windows
      version 7 or below, set the default for "Browser Source Hardware
      Acceleration" to false instead of true.  This ensures optimal user
      experience and still allows those who had it working to continue using
      it if they so choose.
      
      Exact cause for this issue on Windows 7 is currently unknown.
      1c2f6faf
  34. 10 8月, 2018 2 次提交
  35. 07 8月, 2018 1 次提交