| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-12 | Fixes #87: hide autocomplete messages; see note | Alon Levy | |
| TODO 1: Autocomplete is spamming the dom. This is a jqueryui bug, or actually by design - it's appending $('<div>')'s with message text to a span parent (no idea why span in particular) and they are never cleaned up. Similar code is used for accessability messages. | |||
| 2014-11-11 | show edge/link (not consistent) title. Fixes #136 | Alon Levy | |
| 2014-11-11 | Fix highlight of node and edge | Alon Levy | |
| TODO 1: This is a bit magic. The problem is that I'm not sure exactly if the nodes/edges given to the click callback are updated correctly when we just do renames. So the code is a bit protective - it compares names instead of comparing objects. This might work or not later with multiple edges. But I really need to fix it so we never have callbacks with stale data. TODO 2: Plus I'm not using classes correctly, instead setting attributes in the d3 update function (update). This is already done but is a bad smell, makes it harder to change properties easily. Used for stroke-width here and for nodes, for color. | |||
| 2014-11-11 | graph: fix getConnectedNodesAndLinks | Alon Levy | |
| 2014-11-11 | rename load/save file; Fixes #111 | Alon Levy | |
| The browse button still needs to be fixed. Maybe this: http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom | |||
| 2014-11-11 | add ghostlink for easier edge selection (Fixes #131) | Alon Levy | |
| This changes our current svg. We already had a <g id="link-group"> and under it <path class="link graph"> elements (class changes for selection). Now we have <g class="link graph"> elements containing two paths: one for display, one for selection. the display has stroke-width of 2 (defined in res/css/style.css) and the selection has stroke-width of 5 and stroke not defined to make it invisible plus a higher z-index to catch the click. | |||
| 2014-11-11 | fold to edge_info introduction | Alon Levy | |
| 2014-11-11 | rz_core: remove link path default d (i.e. coordinates) property | Alon Levy | |
| we reset it correctly at the first tick. The default value doesn't make any sense. | |||
| 2014-11-11 | Add edge_info tab; implements edge deletion | Alon Levy | |
| 2014-11-11 | view/node_info: use Tab.get | Alon Levy | |
| 2014-11-11 | graph: add removeLink function (not used yet) | Alon Levy | |
| 2014-11-11 | graph: add id to links (not used yet) | Alon Levy | |
| 2014-11-11 | rz_core: make edge name editing input appear at correct place wrt translation | Alon Levy | |
| 2014-11-11 | view.hide: must use method access or this is global object | Alon Levy | |
| 2014-11-11 | fix missing .info change to view.hide | Alon Levy | |
| 2014-11-11 | put .info into a tab | Alon Levy | |
| not using jquery tab since I just want an abstraction for 'show just one' which is simpler, no labels. | |||
| 2014-11-11 | introduce a view wrapper, view/view | Alon Levy | |
| 2014-11-11 | rz_core: split off view/node_info | Alon Levy | |
| 2014-11-11 | rz_core: split off view/helpers | Alon Levy | |
| 2014-11-11 | mv img resources to res/img/ | LV-426 | |
| 2014-11-11 | showInfo: hide via jquery, visibility/display is tricky (fixes #132) | Alon Levy | |
| 2014-11-11 | create view/ package, mv gant.js & rename to timeline | LV-426 | |
| 2014-11-11 | revert committed debug lines... | LV-426 | |
| 2014-11-11 | textanalysis.ui: | LV-426 | |
| - clean module header - nod dep change - rename RZ -> rz_core - use non-named module definition | |||
| 2014-11-11 | rz_api_mesh.js: misc: clean requirejs headers - no dep change | LV-426 | |
| 2014-11-11 | model/util: rm unused dep: model/graph | LV-426 | |
| 2014-11-11 | model/graph: misc: clean requirejs header - no dep change | LV-426 | |
| 2014-11-11 | model/graph: cleanup module function definition, return block | LV-426 | |
| 2014-11-11 | model/diff: rm unused module dep: model/util | LV-426 | |
| 2014-11-11 | main.js: rm module dependecy on rz_core for sole function: expand() | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | use non-named module definition | LV-426 | |
| 2014-11-11 | drag_n_drop - rm unused module dependency: jquery-ui | LV-426 | |
| 2014-11-11 | rename RZ -> rz_core | LV-426 | |
| 2014-11-11 | util.js - proper requirejs module definition - code handling the quirkiness ↵ | LV-426 | |
| between node & requirejs module definition belongs eleswhere, probably in a wrapper script, not prefixed to a particular module. | |||
| 2014-11-11 | rename: external/ -> lib/ | LV-426 | |
| 2014-11-11 | mv all external resources out of scripts/ | LV-426 | |
| 2014-11-11 | new node type for link last entry should be selectedType; Fixes #130 | Alon Levy | |
| 2014-11-11 | textanalysis: reduce API | Alon Levy | |
| textanalysis exposes the current selected type plus functions to increment or decrement it, hides the typeindex and nodetypes. | |||
| 2014-11-11 | textanalysis: factor out selectedType | Alon Levy | |
| 2014-11-11 | add some console bug logs where preconditions are wrong (oh, eiffel..) | Alon Levy | |
| 2014-11-11 | insensitive autocompile; Fixes #133 | Alon Levy | |
| 2014-11-11 | graph: addLinkByName: end fix of unchought exception on missing id | Alon Levy | |
| 2014-11-10 | graph/textanalysis.ui: lastnode is now the last added node (fixes #124) | Alon Levy | |
| 2014-11-10 | rename rhizicore -> rz_core, move towards common rz_ prefix | LV-426 | |
| 2014-11-10 | rm unused history dependency | LV-426 | |
| 2014-11-10 | rhizicore: remove dependency on textanalysis | Alon Levy | |
| 2014-11-09 | default not to commit changes to backend | LV-426 | |
