NodeLink icon indicating copy to clipboard operation
NodeLink copied to clipboard

Qt/QML NodeLink. Dataflow programming library

Results 63 NodeLink issues
Sort by recently updated
recently updated
newest added

# Description fixed issue: In marquee selection, links were not selected. this caused issue in copy and paste ## Type of change - [x] Bug fix (non-breaking change which fixes...

@mohsenkondori check this change for better compatibility _Originally posted by @l3enQ in https://github.com/Roniasoft/NodeLink/pull/171#discussion_r1463740492_

loading file still is slow! the selection model and addNode method can be optimized for this scenario _Originally posted by @l3enQ in https://github.com/Roniasoft/NodeLink/pull/187#pullrequestreview-1863214011_

enhancement

we need a way so this will not be outdated if we add new features! like unit test _Originally posted by @l3enQ in https://github.com/Roniasoft/NodeLink/pull/191#pullrequestreview-1861407525_

we should also consider breaking the bind when multiple nodes position changed simultaneously and update this with timer _Originally posted by @l3enQ in https://github.com/Roniasoft/NodeLink/pull/192#pullrequestreview-1861397014_

Shift Selection not working for nodes when fixed, Alt should be considered to delete just the pressed link! (clear selection before it) _Originally posted by @l3enQ in https://github.com/Roniasoft/NodeLink/issues/184#issuecomment-1919030513_

**Describe the bug** When all nodes were selected, in nodes rect, the image flickable position updated very slowly. Check it: #174 **To Reproduce** Steps to reproduce the behavior: 1. Select...

bug

**Describe the bug** Within the SelectionModel class, it is crucial for the SelectNode function to be robust. SelectNode should adeptly manage both the "select all" and individual node selection scenarios,...

bug