-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: tensorGrad/nodeeditor
base: master
head repository: paceholder/nodeeditor
compare: master
- 9 commits
- 31 files changed
- 9 contributors
Commits on Sep 2, 2025
-
Adds validation state feedback to nodes (paceholder#475)
* wip: adds NodeValidationState info to NodeDelegateModel * makes the nodeObject red in case of an invalid state and adds a tooltip for the error msg * adds warning state and adapts calculator example * adds validation icon and adapts calculation example * improves NodeValidationState struct * qt6 for linux-gcc * reverts qt_version changes in cmake build * changes validation coloring scheme to border instead of whole node * replaces info-tooltip with a better contrast * improves node ui for invalid state * clang-format improvements
Configuration menu - View commit details
-
Copy full SHA for ff23d00 - Browse repository at this point
Copy the full SHA ff23d00View commit details -
fixes paceholder#487: crash in QGraphicsObject::mousePressEvent if no…
…de is locked (paceholder#489) Co-authored-by: lsouder-ozone3d <131193069+lsouder-ozone3d@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f46f74 - Browse repository at this point
Copy the full SHA 3f46f74View commit details
Commits on Nov 12, 2025
-
fix: calculator headers not shown in QtCreator; fixes paceholder#491 (p…
…aceholder#496) Co-authored-by: lsouder-ozone3d <131193069+lsouder-ozone3d@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5cf070 - Browse repository at this point
Copy the full SHA e5cf070View commit details -
feat: Increase extensibility of BasicGraphicsScene and GraphicsView (p…
…aceholder#492) * Make GraphicView on* methods virtual * Added BasicGraphicsScene::setNodeGeometry
Configuration menu - View commit details
-
Copy full SHA for 829b184 - Browse repository at this point
Copy the full SHA 829b184View commit details
Commits on Nov 14, 2025
-
BUGFIX: GraphicsView::setScene(nullptr) (paceholder#495)
* BUGFIX: GraphicsView::setScene(nullptr) * Make revisions based on the review results.
Configuration menu - View commit details
-
Copy full SHA for 280406a - Browse repository at this point
Copy the full SHA 280406aView commit details
Commits on Dec 5, 2025
-
Add Node Processing Status feature (paceholder#494)
* wip: adds NodeValidationState info to NodeDelegateModel * makes the nodeObject red in case of invalid state and adds a tooltip for error msg * adds warning state and adapts calculator example * adds validation icon and adapts calculation example * core improvements to develop node processing status * first commit on the creation of a processing status example * fixes nodeprocessingstatus cast * creation of random gen example, and fix of icon color * Connect delegate UI update signal * fix random number node dynamic * clean up test code in multiplication node * revert unnecessary changes in multiplication model * revert unnecessary changes * solve icon size and refactor NodeProcessingStatus code * remove duplicate code * add space to better organize processing status in node display * remove processing value default value * fix bugs in node processing status * add Q_DECLARE_METATYPE to solve linux build problems * declaring metatype in the correct place * uniformizes icon files attributes * removes commented code * improves processing status icon resolution * solves situations where icons should not appear * adds docstring to each nodeprocessingstatus * adds possibility to change the node processing status icon style * moves all status logic to NodeStyle * removes unnecessary code * adds declaration of QPixmap --------- Co-authored-by: Taiguara Tupinambás <tatatupi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c52d977 - Browse repository at this point
Copy the full SHA c52d977View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba099ee - Browse repository at this point
Copy the full SHA ba099eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8861a1 - Browse repository at this point
Copy the full SHA a8861a1View commit details -
useful if we want to inherit BasicGraphicsScene with similarities to …
…DataFlowGraphicsScene (paceholder#465) * useful if we want to inherit BasicGraphicsScene with similarities to DataFlowGraphicsScene * Update UndoCommands.hpp --------- Co-authored-by: Dmitry Pinaev <dimitry.pinaev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0813551 - Browse repository at this point
Copy the full SHA 0813551View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master