FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/NodeGraphicsObject.cpp - BehaviorTree/nodeeditor · GitHub
BehaviorTree
/
nodeeditor
Public
forked from
l3enQ/nodeeditor
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nodeeditor
src
NodeGraphicsObject.cpp
on
bt
User selector
Datepicker
Commit history
Commits on Dec 12, 2023
fixing node selection focus issue when selecting with Ctrl and move gesture
l3enQ
committed
46478c4
View commit details
Copy full SHA for 46478c4
View code at this point
Browse repository at this point
Commits on May 31, 2023
commenting redundant calls of updateStyle for performance
l3enQ
committed
7ae9562
View commit details
Copy full SHA for 7ae9562
View code at this point
Browse repository at this point
no need to be connected, updateStyle will be called in the scene
l3enQ
committed
154b8af
View commit details
Copy full SHA for 154b8af
View code at this point
Browse repository at this point
Commits on May 28, 2023
Allow NodeStyle to be stored natively as QVariant
facontidavide
committed
84129c0
View commit details
Copy full SHA for 84129c0
View code at this point
Browse repository at this point
Commits on May 25, 2023
ConnectionPointColor is used to recolor the connection based on following node
l3enQ
committed
327a790
View commit details
Copy full SHA for 327a790
View code at this point
Browse repository at this point
Commits on May 18, 2023
decreasing blur radius of shadow effect
l3enQ
committed
68fa01d
View commit details
Copy full SHA for 68fa01d
View code at this point
Browse repository at this point
Commits on May 17, 2023
update style added to make the QGraphicsDropShadowEffect dynamic
Show description for 8a89785
l3enQ
committed
8a89785
View commit details
Copy full SHA for 8a89785
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
we jsut reset the z value of normal colliding nodes
Show description for 211a900
l3enQ
committed
211a900
View commit details
Copy full SHA for 211a900
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
updateWidgetPosition added to be called in onNodeUpdated in the correct sequence order
l3enQ
committed
c35b2e4
View commit details
Copy full SHA for c35b2e4
View code at this point
Browse repository at this point
the strange issue with changing layout resolved
Show description for bb2735a
l3enQ
committed
bb2735a
View commit details
Copy full SHA for bb2735a
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
some polishing
l3enQ
committed
acb4aa4
View commit details
Copy full SHA for acb4aa4
View code at this point
Browse repository at this point
some changes to adapt more
Show description for 4b98caa
l3enQ
committed
4b98caa
View commit details
Copy full SHA for 4b98caa
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
groot changes appended squashed
Show description for a784e24
l3enQ
committed
a784e24
View commit details
Copy full SHA for a784e24
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Format code with clang-format similarly to QtCreator (#146)
Show description for 92c3147
Maurizio Ingrassia
authored and
paceholder
committed
92c3147
View commit details
Copy full SHA for 92c3147
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Add unselected moved node to selection with pressed CTRL
paceholder
committed
2dc6825
View commit details
Copy full SHA for 2dc6825
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Drag all the selected models (#357)
Show description for 8a41b1c
zmoth
authored and
paceholder
committed
8a41b1c
View commit details
Copy full SHA for 8a41b1c
View code at this point
Browse repository at this point
Commits on Dec 16, 2022
Resize node based on the embedded widget policy
zmoth
authored and
paceholder
committed
b56ad77
View commit details
Copy full SHA for b56ad77
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
Implement Duplication command for undo/redo
paceholder
committed
70558c8
View commit details
Copy full SHA for 70558c8
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Write documentation
paceholder
committed
5dae8d2
View commit details
Copy full SHA for 5dae8d2
View code at this point
Browse repository at this point
Make nodes lockable and connections non-detachable
paceholder
committed
388666a
View commit details
Copy full SHA for 388666a
View code at this point
Browse repository at this point
Implement custom painting
paceholder
committed
d4864ac
View commit details
Copy full SHA for d4864ac
View code at this point
Browse repository at this point
Implement vertical graph layout and demo
paceholder
committed
d85bb2b
View commit details
Copy full SHA for d85bb2b
View code at this point
Browse repository at this point
Implement dynamic ports functions and an example
paceholder
committed
b54b9e7
View commit details
Copy full SHA for b54b9e7
View code at this point
Browse repository at this point
Load and store styles in QJsonObject instead of QJsonDocument
Show description for 82f4437
paceholder
committed
82f4437
View commit details
Copy full SHA for 82f4437
View code at this point
Browse repository at this point
Implement undo redo commands
paceholder
committed
b8a2002
View commit details
Copy full SHA for b8a2002
View code at this point
Browse repository at this point
Simpify AbstractGraph connections function
paceholder
committed
634b5fa
View commit details
Copy full SHA for 634b5fa
View code at this point
Browse repository at this point
Fix connection paint lag when moving nodes
paceholder
committed
c43c46d
View commit details
Copy full SHA for c43c46d
View code at this point
Browse repository at this point
Fix crash upon releasing a draft connection
paceholder
committed
baa8671
View commit details
Copy full SHA for baa8671
View code at this point
Browse repository at this point
Revive save restore functions
paceholder
committed
b744c42
View commit details
Copy full SHA for b744c42
View code at this point
Browse repository at this point
Replace ConnectionId tuple with struct (#304)
facontidavide
authored and
paceholder
committed
4c0dbab
View commit details
Copy full SHA for 4c0dbab
View code at this point
Browse repository at this point
Rename classes DataModel -> NodeDelegateModel
paceholder
committed
46a9f17
View commit details
Copy full SHA for 46a9f17
View code at this point
Browse repository at this point
Format source code
paceholder
committed
c3fd507
View commit details
Copy full SHA for c3fd507
View code at this point
Browse repository at this point
Inform model about node's position change
paceholder
committed
f468862
View commit details
Copy full SHA for f468862
View code at this point
Browse repository at this point
Add nodeSelected signal
paceholder
committed
eaf5977
View commit details
Copy full SHA for eaf5977
View code at this point
Browse repository at this point
Fix segfaults on adding connections to graph
paceholder
committed
36d046f
View commit details
Copy full SHA for 36d046f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL