Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cmlibs-python/cmlibs.widgets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: cmlibs-python/cmlibs.widgets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 13 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 30, 2023

  1. Add GroupManagerWidget

    This commit adds the GroupManagerWidget class.
    
    This widget takes a list of Zinc groups as an input and provides a GUI allowing the user to redefine a specific group based on the nodes/elements contained in each of the other groups in the list.
    tsalemink committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0d9fa0e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    900c3ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1a9fe View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add face-type column to GroupEditorWidget

    This commit adds an additional column (Face-Type) to the GroupEditorWidget table. This allows the user to define a conditional subset of the elements from the specified group to use for the operation.
    
    A combo-box (Dimension of Operation) has been added to the top of the widget as it is important to specify what dimension we are working with when performing operations with specific face-types.
    tsalemink committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e1ce49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7231615 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    b5c05c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0572d41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6e22e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b8595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a6a145 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    915e50c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge pull request #62 from tsalemink/group_manager

    Add GroupManagerWidget
    hsorby authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2177d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Set version to 0.5.0.

    hsorby committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2940ad9 View commit details
    Browse the repository at this point in the history
Loading