Commit graph

7 commits

Author SHA1 Message Date
Yann Lanthony
c30b92b695 [commands] add ListAttributeAppend/Remove commands 2017-10-24 19:04:04 +02:00
Yann Lanthony
81fe366365 [ui] add execute / stopExecution slots + 'computing' property
* graph computation is done in a separate Thread
* 'computing' relies on this thread's 'is_alive' status
2017-10-13 16:24:32 +02:00
Yann Lanthony
0a69e9f344 [ui] update core graph and clear undoStack after loading a mg file 2017-10-13 12:22:29 +02:00
Yann Lanthony
d34d6f27ec [ui] expose add/removeEdge as Slots 2017-10-13 12:21:22 +02:00
Yann Lanthony
7ddf86e6bc [ui] homogenize PySide imports 2017-10-13 12:12:00 +02:00
Yann Lanthony
e893a3dfc6 rename package 'processGraph' to 'core' 2017-10-09 12:16:20 +02:00
Yann Lanthony
48941a5782 [ui] first basic debugging UI + elementary commands
* nodes as a ListView (right click to delete a node)
* editable attributes 
* undo/redo for adding/removing nodes and attribute edition
2017-09-25 20:18:27 +02:00