summaryrefslogtreecommitdiff
path: root/src/model/graph.js
AgeCommit message (Collapse)Author
2014-11-24fix removed textanalysis autoSuggestNameAlon Levy
Fix removed textanalysis autoSuggestName call using signal/slot, no additional signal added (using graph_diff) Broken in af20dd47d3cb254d4dd2638264fe79385a199832
2014-11-23disconnecting model/graph -> textanalysis dep, model should not depend on ↵LV-426
presenter
2014-11-19addLink refactoring - call create_link__set_random_id()LV-426
2014-11-19wide source/target -> __src,__dst rename, align with DB modelLV-426
2014-11-19rm id_generatorLV-426
2014-11-19replace _addNodeNoHistory() call with addNodeLV-426
2014-11-19rm unused el paramLV-426
2014-11-19__addNode improve loggingLV-426
2014-11-19findNodeByName - make state param optionalLV-426
2014-11-19addNode refactoring:LV-426
- rename, return value - add notify param - set id via create_node__set_random_id()
2014-11-18graph: make TODO more annoyingAlon Levy
2014-11-13rename scripts/ -> src/LV-426