| Age | Commit message (Collapse) | Author |
|
It now returns a node, either a new one or the existing one. This is
used by addNode and further up to get the existing (regressed until this
patch from the breaking patch) behavior of expanding existing nodes with
new links.
|
|
|
|
|
|
|
|
|
|
The added input lets you select by *oring* multiple space less
expressions. i.e. 'a b' will find all nodes with name containing either
'a' or 'b'. Not the specification, will be remedied later (i.e. maybe
tomorrow, who knows).
excuse the bulk commit, this does 3 things:
splits off selection logic into src/view/selection
- handles setting state explicityl on Node's, still bad.
- bad at least the 'selected' state (i.e. boolean) is in one place.
- common point for clicking on nodes/edges and selecting view selection
input
makes graph.getConnectedNodesAndLinks accept an array and not just a
single node
implements the search functionality outlined in the first paragraph.
|
|
|
|
Fix removed textanalysis autoSuggestName call using signal/slot, no
additional signal added (using graph_diff)
Broken in af20dd47d3cb254d4dd2638264fe79385a199832
|
|
presenter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- rename, return value
- add notify param
- set id via create_node__set_random_id()
|
|
|
|
|