| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-25 | graph: add missing space in error message | Alon Levy | |
| 2014-11-24 | add search | Alon Levy | |
| 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. | |||
| 2014-11-24 | core/graph: reduce verbose debug logs to console | Alon Levy | |
| 2014-11-24 | fix removed textanalysis autoSuggestName | Alon Levy | |
| Fix removed textanalysis autoSuggestName call using signal/slot, no additional signal added (using graph_diff) Broken in af20dd47d3cb254d4dd2638264fe79385a199832 | |||
| 2014-11-23 | disconnecting model/graph -> textanalysis dep, model should not depend on ↵ | LV-426 | |
| presenter | |||
| 2014-11-19 | addLink refactoring - call create_link__set_random_id() | LV-426 | |
| 2014-11-19 | wide source/target -> __src,__dst rename, align with DB model | LV-426 | |
| 2014-11-19 | rm id_generator | LV-426 | |
| 2014-11-19 | replace _addNodeNoHistory() call with addNode | LV-426 | |
| 2014-11-19 | rm unused el param | LV-426 | |
| 2014-11-19 | __addNode improve logging | LV-426 | |
| 2014-11-19 | findNodeByName - make state param optional | LV-426 | |
| 2014-11-19 | addNode refactoring: | LV-426 | |
| - rename, return value - add notify param - set id via create_node__set_random_id() | |||
| 2014-11-18 | graph: make TODO more annoying | Alon Levy | |
| 2014-11-13 | rename scripts/ -> src/ | LV-426 | |
