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: jchanvfx/NodeGraphQt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.41
Choose a base ref
...
head repository: jchanvfx/NodeGraphQt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.42
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    d1bf603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5233b21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #469 from jonassorgenfrei/example-vertical-aligned…

    …-node
    
    update graph option to paste nodes without overwriting the global graph style - adding vertical alignment for nodes
    jchanvfx authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    4ec21ac View commit details
    Browse the repository at this point in the history
  4. Fixes copy and pasting nodes with accept_connection_types and/or reje…

    …ct_connection_types.
    
    Closes #464
    
    removed optimization flag.
    
    Update viewer.py
    
    fixed the drop event error
    
    QPoint(): too many arguments
    QPoint(xpos: int, ypos: int): argument 1 has unexpected type 'float'
    QPoint(a0: QPoint): argument 1 has unexpected type 'float'
    
    Update base_node.py
    
    i have added NodeButton
    
    Update node_widgets.py
    
    Added NodeButton
    
    version bump
    
    update example with vertical aligned node
    
    graph expose option to paste nodes without overwriting the style of the graph
    jonassorgenfrei committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    8d26720 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fd8018 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Merge pull request #473 from jonassorgenfrei/fix-node-update-on-borde…

    …r-color-change
    
    update the node ui item when the border color is adjusted
    jchanvfx authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    d4f35a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #471 from jonassorgenfrei/fix-copy-paste-node-with…

    …-port-accept
    
    Fixes copy and pasting nodes with accept_connection_types and/or reject_connection_types.
    jchanvfx authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    6a03d05 View commit details
    Browse the repository at this point in the history
  3. version bump

    jchanvfx authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    387a507 View commit details
    Browse the repository at this point in the history
Loading