1. 18 7月, 2018 3 次提交
  2. 17 7月, 2018 6 次提交
    • J
      rtmp-services: Update ingest list for GamePlank · 849f25f9
      Joshua Rowe 提交于
      849f25f9
    • J
      UI: Fix signals for sub-items of groups · 573d5719
      jp9000 提交于
      Because sub-items of groups can no longer reroute their signals to the
      parent scenes of groups, delegates removal handling to SourceTreeItem
      instead of OBSBasic.
      573d5719
    • J
      UI: Add OBSBasic::SavingDisabled() function · 256b7b79
      jp9000 提交于
      256b7b79
    • J
      UI: Allow copying/pasting of groups · b4f34568
      jp9000 提交于
      Allows copying and pasting of groups.  The user can fully duplicate the
      group, or create a reference of the group.  The user cannot paste a
      reference of the group if it already exists within the same scene
      however.
      b4f34568
    • J
      libobs: Allow group duplication · 5dfab20a
      jp9000 提交于
      5dfab20a
    • J
      libobs: Change groups to actual public types · 59938348
      jp9000 提交于
      (This commit also modifies UI)
      
      Changes groups to their own independent type, "group".  This allows them
      to be used like other regular types, and allows the ability to reference
      groups in multiple scenes.  Before, a group would always be linked to
      the scene it was in.  This made it cumbersome for users to modify groups
      if they had a similar group in multiple scenes (they would have to
      modify each group in each scene).  Making groups like other source types
      makes more sense to solve this issue so they can be referenced in
      multiple scenes at once.  This also removes a significant amount of
      group-specific handling code required for implementing groups in the
      front-end.
      
      One limitation however: due to the way sub-items of groups are
      seamlessly modifiable and sortable as part of the whole scene, the user
      cannot have multiple references to the same group within one scene.
      59938348
  3. 16 7月, 2018 4 次提交
  4. 09 7月, 2018 1 次提交
  5. 08 7月, 2018 4 次提交
  6. 04 7月, 2018 1 次提交
  7. 03 7月, 2018 1 次提交
    • L
      vlc-video: Load libvlccore.dylib on macOS · ec366cfa
      Luke Yelavich 提交于
      As of version 3, libvlc on macOS is linked against libvlccore
      differently. Previously libvlccore was referred to via the @loader_path
      macro, now @rpath is used. As such, dlopen is no longer able to find
      libvlccore. Explicitly load libvlccore so that the symbols that
      libvlc needs can be found.
      
      Tested against VLC versions 2.2.8 and 3.0.3.
      ec366cfa
  8. 02 7月, 2018 6 次提交
  9. 01 7月, 2018 1 次提交
  10. 27 6月, 2018 2 次提交
  11. 25 6月, 2018 1 次提交
  12. 21 6月, 2018 3 次提交
    • J
      UI: Fix cramped source tree sub-widgets on macOS · b760b24f
      jp9000 提交于
      b760b24f
    • J
      UI: Fix bug where color property shows transparency · 78d56691
      jp9000 提交于
      Technically, setting the transparency value via a color property isn't
      currently supported.  However, some sources/filters will set their alpha
      portion of their color value to 0, which would cause the color property
      to have a transparent background.  Set the alpha value to 255 for now,
      at least until we properly implement support for setting transparency
      via the color property (if we ever do).
      78d56691
    • J
      UI: Fix display bug with color property · 085af8bb
      jp9000 提交于
      With the recent change to fix showing color in the color property widget
      when using different themes (b8f03791), a bug was introduced:  when
      opening filters with a filter that has a color property, it would sort
      of "bug out" and recreate over and over.  This is likely due to
      something internally with Qt and the stacked layout.  The stacked layout
      really is not necessary, so remove the stacked layout and just use the
      color label directly.
      085af8bb
  13. 20 6月, 2018 2 次提交
  14. 19 6月, 2018 2 次提交
  15. 18 6月, 2018 3 次提交