1. 18 4月, 2019 3 次提交
    • J
      Merge pull request #1664 from Xaymar/feature-property-groups · c27a8e7a
      Jim 提交于
      libobs/UI: Add Property Grouping
      c27a8e7a
    • M
      UI: Add support for property groups · 5c0c512f
      Michael Fabian 'Xaymar' Dirks 提交于
      Property groups are implemented in the UI using QGroupBox, which support
      both the normal and checkable version of them.
      5c0c512f
    • M
      libobs: Add property groups · 6b6ea575
      Michael Fabian 'Xaymar' Dirks 提交于
      Property groups allow multiple properties to be combined into a single
      visual group and thus can be used to reduce visual clutter and improve
      user experience by giving additional context to a property. The name of
      a child of a group is not affected by the group and thus all property
      names must still be unique.
      
      A new parent field has been added to obs_properties_t to ease the
      tracking of existing properties. That way properties inside a group will
      also be able to verify that they have a unique name.
      6b6ea575
  2. 17 4月, 2019 6 次提交
  3. 15 4月, 2019 5 次提交
  4. 14 4月, 2019 18 次提交
  5. 13 4月, 2019 8 次提交