summaryrefslogtreecommitdiff
path: root/src/client/view
AgeCommit message (Collapse)Author
2015-08-18client: safari support: s/Number.isNaN/isNaN/Alon Levy
Number.isNaN is slated to be added in ES6, support in safari/chrome is non standard, and we don't have to.
2015-08-13client/view/graph_view: do not avoid 0 node update, required for doc ↵Alon Levy
switching. fix #613
2015-08-13#612: fix - node displayed in edit graph view after submitAlon Levy
2015-08-09client/view/grpah_view: reduce update_view size a bit (way to go)Alon Levy
2015-08-09client/view/graph_view: make sure layout is changed before we store ↵Alon Levy
positions, else we store positions for the old layout
2015-08-09client/view/graph_view: locally save just current layout when switchingAlon Levy
2015-08-09client/view/graph_view: fix addition of a node on <enter> with new position ↵Alon Levy
loading
2015-08-08fixing problems with position recording - broke temporary and broke still ↵Alon Levy
<enter> breaks (need to reload to see the new node - so it is missing an attribute?
2015-08-04client/views/graph_view: fix endless client-server updates to position on a ↵Alon Levy
attribute diff implement correctly layout updates (reading layout_<layout-name>_{x,y,fixed}) for attribute diffs.
2015-08-04client/view/layouts: put custom as default layoutAlon Levy
2015-07-30client: rename User to CustomAlon Levy
2015-07-30client/view/graph_view: export layouts for debuggingAlon Levy
2015-07-30client: reduce force initial alpha - less jittering, but less likely to ↵Alon Levy
reach minimum
2015-07-30client/view/graph_view: removed unused variables (jshint)Alon Levy
2015-07-30client: record position to db when dragging + fixedAlon Levy
Record position when dragging. Record fixed status. this is still not clear - what fixed means exactly.
2015-07-30client: on drag, do NOT rerun layoutAlon Levy
2015-07-30client/view/graph_view: position load: fix bug due to not calling ↵Alon Levy
d3.layout.start to initialize link lengths (linkStrength)
2015-07-30client/view/graph_view: no relayout on clone position load if all nodes loadedAlon Levy
2015-07-30client: node position storing: change key format to use underscores, more ↵Alon Levy
cypher friendly
2015-07-30client: jshint fixesAlon Levy
2015-07-30Revert "wip: find the nan for position update from db"Alon Levy
This reverts commit ec899fb5dbbe39f45f5dcc47ea39df3a38f2229f.
2015-07-28wip: find the nan for position update from dbAlon Levy
2015-07-28client/graph_view: #593: don't relayout after loading positions from dbAlon Levy
2015-07-28client/view/graph_view: group similar functionsAlon Levy
2015-07-28client/view/graph_view: more linting fixesAlon Levy
2015-07-28client/view/graph_view: remove dead code (range function)Alon Levy
2015-07-26client: store positions in db instead of local storageAlon Levy
attributes used are currently a bit lame, since we don't support nested attributes. So the attribute stored is: layouts.<layout_name>.{x,y} where layout_name is one of: force, user, ring. Note that force layout still takes time initially, because alpha is always set to 1 initially. This should probably be changed when a layout is loaded.
2015-07-26client: add a user layoutAlon Levy
2015-07-26layouts: wrap adding a 'name' attribute (for position storage)Alon Levy
2015-07-26client: various lint fixesAlon Levy
2015-07-23client/view/graph_view: add missing semicolonsAlon Levy
2015-07-06client: split view/filter.js from view/graph_viewAlon Levy
2015-07-06client/graph_view: remove dead codeAlon Levy
2015-07-06client: filter names: use node_titles, not types (fix translations)Alon Levy
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-25client: s/summery/summaryAlon Levy
2015-05-22activity.js: handle graph element name resolution failure when missing from ↵LV-426
current graph
2015-05-22activity.js: improving function namesLV-426
2015-05-22[activity-view] jsLV-426
2015-05-22graph_view: rm unused debug_print()LV-426
2015-05-22view/cmd_bar.js: cmd-bar view widget useful for new/open/search commandsLV-426
2015-05-19style: activity view (aka history):LV-426
- refactor out css/by-view/activity.scss - style author, summery, date
2015-05-19activity.js: use proper phrasing for singe [hour, minute, day]LV-426
2015-05-18Removed circle css class + clean graph-view.css filegarbash
2015-05-18client/view/activity: clear on document changeAlon Levy
2015-05-18client/view/toolbar__status: hide: fix this value for hide callAlon Levy
2015-05-18client/view/activity: add toggle buttonAlon Levy
2015-05-18view/toolbar__status: refactoring out viewLV-426
2015-05-18client/view/selection: use shortest paths for plural selectionAlon Levy
2015-05-14div -> span for activity stream assertionsgarbash