1. 17 1月, 2021 1 次提交
  2. 17 8月, 2020 1 次提交
    • C
      UI: Source Toolbar · fddbbe25
      Colin Edwards 提交于
      The source toolbar allows quick and easy access to properties and
      filers, and shows common properties/features of a source type.  For
      example, when you select a media source, VLC source, or the slideshow
      source, you'll get media controls to control playback of the media.  If
      you select a text source you can edit the font, color, or text if
      applicable.  Or if you select a capture source, you can select the
      display/window/etc to capture for that source.
      
      If the source toolbar is not desired and is viewed as taking up valuable
      space in the window, it can be disabled via the view menu.
      Co-authored-by: NClayton Groeneveld <claytong1214@gmail.com>
      Co-authored-by: NJim <obs.jim@gmail.com>
      fddbbe25
  3. 11 8月, 2020 1 次提交
  4. 23 5月, 2020 1 次提交
    • I
      UI: Fixed case to match what the files are named · 06fdd352
      Ioan Loosley 提交于
      The files on disk are lower-case but QSS refrences them in
      upper-case. Windows doesn't report errors as the platform isn't case
      sensitive. Error messages are generated and icons not to render on
      case sensitive platforms such as Linux and Mac
      06fdd352
  5. 21 4月, 2020 1 次提交
  6. 25 2月, 2020 1 次提交
  7. 21 2月, 2020 2 次提交
  8. 28 12月, 2019 2 次提交
  9. 13 12月, 2019 1 次提交
  10. 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
  11. 25 11月, 2019 1 次提交
  12. 15 10月, 2019 1 次提交
    • L
      docs/sphinx: Fix various typos · d124e640
      luz.paz 提交于
      (This modifies UI, libobs, deps/obs-scripting, various cmake files)
      
      Found using:
      `codespell -q 3 -S *.ini,./UI/data/locale,./deps/w32-pthreads -L aci,dur,iff,mut,numer,uint`
      d124e640
  13. 15 8月, 2019 1 次提交
  14. 13 8月, 2019 1 次提交
  15. 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
  16. 01 6月, 2019 1 次提交
  17. 02 5月, 2019 1 次提交
  18. 27 4月, 2019 1 次提交
  19. 22 4月, 2019 1 次提交
    • C
      UI: Change icons to svg · 189e4883
      Clayton Groeneveld 提交于
      This changes all of the icons from png to svg. With svgs, scaling is
      unlimited. With the svgs, the issue of the @ symbols with the Windows
      updater is no longer an issue.
      
      I changed the colors of the icons to a light gray (#d2d2d2), in the
      dark themes, because I thought they looked better with this color.
      
      The mute, unmute, plus, minus, up, down and expand icons are from the
      Feather Icons set. https://feathericons.com/
      
      The visibility icon is from the Octicons set. https://octicons.github.com/
      
      The locked and unlocked icons are from the Open Iconic set.
      https://github.com/iconic/open-iconic
      189e4883
  20. 17 4月, 2019 1 次提交
    • S
      UI: Correct custom property implementation · e2be3395
      SuslikV 提交于
      - Fixes Q_PROPERTY macro syntax
      - Removes excessive notification declaration and slot
      - Removes unneeded dynamic property
      - Improves Themes versatility
      e2be3395
  21. 06 3月, 2019 1 次提交
  22. 04 3月, 2019 1 次提交
  23. 09 2月, 2019 1 次提交
  24. 17 9月, 2018 1 次提交
  25. 10 9月, 2018 1 次提交
  26. 07 9月, 2018 1 次提交
  27. 18 8月, 2018 1 次提交
  28. 22 7月, 2018 1 次提交
    • J
      UI: Add ability to parse OBSStyle from qss · e1ab9a0f
      jp9000 提交于
      Adds the ability to set the current palette for the program via adding
      "OBSTheme" objects to the qss files.  The values for the OBSTheme object
      are the values used by QPalette::ColorRole.
      
      Modifying the global palette allows the ability to easily/quickly look
      up application theme colors (especially if you would like to use them
      for QML), as well as the ability to fix the hyperlink color issue.  (On
      dark themes, links would still be dark blue, causing them to be
      difficult to see)
      e1ab9a0f
  29. 28 6月, 2018 1 次提交
  30. 04 6月, 2018 1 次提交
  31. 19 5月, 2018 1 次提交
  32. 23 1月, 2018 1 次提交
    • W
      UI: Acri theme adjustments · 0029bce7
      Warchamp7 提交于
      Fixing a reference to Rachni theme folder, some minor tweaks and
      reverting volume meter foreground colors to original brightness.
      
      Closes jp9000/obs-studio#1169
      0029bce7
  33. 18 1月, 2018 1 次提交