1. 26 2月, 2021 1 次提交
  2. 22 2月, 2021 3 次提交
  3. 17 2月, 2021 1 次提交
    • J
      UI: Fix output resolution not properly changing · 81a89e68
      jp9000 提交于
      Fixes a bug where the output resolution wouldn't change when using a
      service that uses the "supported resolutions" limitation. When switching
      to a non-editable combo box, the signal used to detect whether the combo
      box has had its value changed wouldn't work anymore because it was the
      signal explicitly used for editable combos. So, to fix, just reapply the
      normal combo box signal to detect when the value has been changed.
      
      Fixes obsproject/obs-studio#4124
      81a89e68
  4. 16 2月, 2021 1 次提交
  5. 15 2月, 2021 3 次提交
  6. 14 2月, 2021 7 次提交
  7. 13 2月, 2021 1 次提交
    • N
      UI: Fix screen resolution for canvas size · 2787e63d
      Nirusu 提交于
      In #3988, @RytoEx mentioned that the recent Qt upgrade to 5.15.2
      introduced a regression in which Qt begins returning DPI/scaling
      aware resolutions for each screen. While this was fixed for
      new profiles, this was not reflected in the choice for the
      Canvas (Base) Resolution in the Settings screen yet.
      
      This commits fixes this issue, and calculates the correct
      physical screen size again, respecting per-screen DPI scaling.
      2787e63d
  8. 12 2月, 2021 3 次提交
  9. 09 2月, 2021 14 次提交
  10. 08 2月, 2021 3 次提交
  11. 07 2月, 2021 3 次提交