1. 31 8月, 2018 1 次提交
    • J
      UI/updater: Fix update bug for 32bit/64bit installs · 11b84a5d
      jp9000 提交于
      It would only check whether it should download a package if the 32bit
      version existed.  This would cause it to not download all files
      correctly to update 64bit installs (post 22.0.1).
      11b84a5d
  2. 30 8月, 2018 7 次提交
  3. 29 8月, 2018 4 次提交
    • S
      UI: Use AlwaysOnTop option for windowed projectors · 1ccbc3c6
      Shaolin 提交于
      1ccbc3c6
    • S
      UI: Fix a rare multiview crash when clicked · 42643614
      Shaolin 提交于
      This was triggered by openning a fullscreen projector and trying to alt
      tab. The projector was still on top but the first click on a KDE system
      was returning a NULL activeWindow.
      42643614
    • J
      UI: Fix macOS bug (scrollbar blocking lock icons) · 4e97b1bb
      jp9000 提交于
      Normally on macOS, scrollbars are supposed to appear/disappear as you
      scroll, but they would be on top of the content you're scrolling.
      However, Qt has a bug where if you apply a custom theme to scroll bars,
      they no longer disappear.  This causes things under the scrollbar (such
      as the lock icons in the sources list) to disappear under the scrollbar,
      because macOS normally expects those scrollbars to face out.  This fixes
      that issue by adding a space to the end of the sources list box items to
      allow space for the scrollbar.
      4e97b1bb
    • J
      UI: Remove beta warning from auto-config wizard · 1f1120f4
      jp9000 提交于
      1f1120f4
  4. 28 8月, 2018 1 次提交
    • J
      UI: Fix filter layout issue · 864e3698
      jp9000 提交于
      In commit 57f8c5e3, a stretch spacer was put in to the filter window UI,
      which was meant to be used when there's no video for the source.
      However, it was always put in, and would stretch the layout even when
      there was video.  This fixes that issue by only inserting a stretch
      spacer when there's no video for the source.
      864e3698
  5. 27 8月, 2018 4 次提交
  6. 23 8月, 2018 1 次提交
  7. 20 8月, 2018 1 次提交
    • P
      UI: Fix path for File > Show Recordings · fdb622a0
      pkviet 提交于
      In main menu, File > Show Recordings does not show the path for ffmpeg
      custom output when it is selected in Settings.
      This fixes the issue.
      fdb622a0
  8. 19 8月, 2018 1 次提交
  9. 18 8月, 2018 8 次提交
  10. 17 8月, 2018 7 次提交
  11. 16 8月, 2018 4 次提交
  12. 15 8月, 2018 1 次提交