1
0
Fork 0
Commit Graph

233 Commits

Author SHA1 Message Date
Michael Hackstein 69ab304624 GraphViewer: Fixed a bug that occured when editing nodes/edges, and jslintified 2013-08-06 11:07:16 +02:00
Michael Hackstein 22bd09b640 GraphViewer: Added further word renamings to the menu points 2013-08-05 12:14:09 +02:00
Michael Hackstein 230519ed73 GraphViewer: Speedup of initial communityNode creation 2013-07-29 16:14:41 +02:00
Michael Hackstein 1be5c65d79 GraphViewer: Used towels to get the code a bit more dry 2013-07-29 16:06:05 +02:00
Michael Hackstein 854c52bdeb GraphViewer: The distortion of edges within communities is now working finally 2013-07-29 15:53:08 +02:00
Michael Hackstein 81aa7cfac9 GraphViewer: FishEye Distortion is now piped through community nodes 2013-07-29 14:33:23 +02:00
Michael Hackstein 1624adc044 GraphViewer: Community-Nodes are layouted much better, they will request more space if community is larger 2013-07-29 13:36:21 +02:00
Michael Hackstein 6c598253e2 GraphViewer: The spot action is now functional for nodes within communities 2013-07-29 13:10:18 +02:00
Michael Hackstein e2e37f49cd GraphViewer: The attribute examples are now returned ordered 2013-07-25 13:50:50 +02:00
Michael Hackstein 71d536757b GraphViewer: In the menu it is now possible to insert decissions (dialogs which popup according to selected radios) and to load graphs instead of giving explicit collection names 2013-07-25 13:34:31 +02:00
Michael Hackstein 7cfddc42db GraphViewer: The ArangoAdapter can now be configured to load a graph by its name. UI for it is to be written 2013-07-25 10:34:21 +02:00
Michael Hackstein a8ab032c14 GraphViewer: The Node-search now offers example attributes from the collections defined in the adapter 2013-07-25 10:06:11 +02:00
Michael Hackstein d5f8780e12 GraphViewer: Added Zoom Controls to the UI 2013-07-24 09:51:41 +02:00
Michael Hackstein cbc3366aa8 GraphViewer: Fixed NodeShaper tests for CommunityNodes that collapse neighbouring communities themselfes 2013-07-23 10:26:32 +02:00
Michael Hackstein 5945fa366a GraphViewer: The edges pointing to nodes inside a community are now rendered properly with respect to zoom 2013-07-23 10:25:37 +02:00
Michael Hackstein a5a661abca GraphViewer: CommunityNodes will now check if enough space is available and if there isn't expanded nodes will be colapsed again 2013-07-23 08:04:48 +02:00
Michael Hackstein cded8c87ed GraphViewer: Events are now piped though community nodes, contained nodes are now clickable 2013-07-23 07:57:47 +02:00
Michael Hackstein ce0df062dd GraphViewer: The expanded Community-Node now offers buttons to be removed and collapsed. Actions have to be tested 2013-07-22 16:18:00 +02:00
Michael Hackstein 081ff35f5d GraphViewer: All tests pass again 2013-07-22 14:48:28 +02:00
Michael Hackstein e9acd17bf5 GraphViewer: Adapted NodeReducer tests to new community-node design 2013-07-22 14:22:29 +02:00
Michael Hackstein f6f5039e7d GraphViewer: Fixed a bug in the JSONAdapter, which caused the UI Tests to Fail, as the _id was not generated properly anymore 2013-07-22 14:14:24 +02:00
Michael Hackstein ec729ddc64 GraphViewer: Adapted abstractAdapter tests to new community-node design 2013-07-22 13:10:33 +02:00
Michael Hackstein b02e8c2ecb GraphViewer: Fixed all tests for CommunityNode and added placeholders for Dissolve and Collapse buttons 2013-07-22 08:56:58 +02:00
Michael Hackstein 9937736929 GraphViewer: Now edges are connected to the correct nodels inside the community 2013-07-19 16:17:36 +02:00
Michael Hackstein 0e90daa6b4 GraphViewer: Added a wrapper around the MutationObserver for Cross-Browser support 2013-07-19 14:07:34 +02:00
Michael Hackstein 3edd6deac0 GraphViewer: Each communityNode now creats its own ForceLayouter 2013-07-19 11:26:22 +02:00
Michael Hackstein ac5b224f9f GraphViewer: The communitynode now renders the size next to it 2013-07-19 10:34:10 +02:00
Michael Hackstein e1fd48c424 GraphViewer: The CommunityNodes are now able to expand and collapse themselfes. 2013-07-19 09:16:58 +02:00
Michael Hackstein d7345b1ed7 GraphViewer: Moved dissolve -> getDissolveInfo() in the communityNode. dissolve will be used to trigger the event internally, where getDissolveInfo() just collects necessary infos 2013-07-18 16:41:25 +02:00
Michael Hackstein 5bbc36e3f7 GraphViewer: The CommunityNode is now responsible for expansion.Right now its just a callback 2013-07-18 14:29:24 +02:00
Michael Hackstein 71a48ea13a GraphViewer: The communityNode now can render its bounding box. 2013-07-18 08:34:31 +02:00
Michael Hackstein 045f53c648 GraphViewer: Added a test for shaping of community 2013-07-18 07:51:56 +02:00
Michael Hackstein 4cdf8f607b GraphViewer: The nodeShaper now lets the communityNode render itself, giving it required functions 2013-07-17 17:55:10 +02:00
Michael Hackstein ea672e29fd GraphViewer: When collapsing community nodes the WebWorker for modularityJoiner is now informed properly, no duplicate edge removals or removals of communitynodes 2013-07-17 15:40:58 +02:00
Michael Hackstein 335bfbc70b GraphViewer: The community nodes are now collapsed more or less correctly. Still missing: a->b->c if b is in community c should be collapsed as well 2013-07-17 12:44:50 +02:00
Michael Hackstein d29ec0d9a9 GraphViewer: The CommunityNode now offers function to remove nodes and edges, as well as a function to remove all outbound at once 2013-07-17 10:34:18 +02:00
Michael Hackstein f8ca0ef0f9 Added quick community check to NodeShaper also 2013-07-17 08:18:48 +02:00
Michael Hackstein 9e0873b922 GraphViewer: Added a simple check if a node is a communityNode. No parsing of the id necessary anymore 2013-07-17 08:16:04 +02:00
Michael Hackstein 9c749ab72f GraphViewer: Fixed the last bug of the CommunityNode, old functionality is now assured. Next: Let it render itself and its interior nodes 2013-07-16 18:37:41 +02:00
Michael Hackstein 14a0acd2b5 GraphViewer: Further propageted the new CommunityNode object. Covering the old functionality is almost done, just 2 tests failing 2013-07-16 16:46:18 +02:00
Michael Hackstein b9bd58fc29 GraphViewer: The community node now distinguished inbound, outbound and internal edges 2013-07-16 13:45:32 +02:00
Michael Hackstein 94cb5253ff GraphViewer: CommunityNode now can collect internal edges and dissolve itself 2013-07-16 11:39:40 +02:00
Michael Hackstein 8ddec6ced7 GraphViewer: The communityNode should now be shapeable 2013-07-16 11:24:38 +02:00
Michael Hackstein 20e41e48ca GraphViewer: Added first basic functions for the community node 2013-07-16 10:59:39 +02:00
Michael Hackstein a190fa58e6 GraphViewer: Created Stubs for the new community node 2013-07-16 10:26:05 +02:00
Michael Hackstein ffb50b6705 GraphViewer: The nodeReducer now offers the prioList for reading. It is piped through the adapters allready 2013-07-15 18:37:13 +02:00
Michael Hackstein 82ecce0b9a GraphViewer: The Adapters now propagate the changeTo configuration for the prioList to the nodeReducer 2013-07-15 15:13:02 +02:00
Michael Hackstein ce36374690 GraphViewer: It is now possible to change the priority list on the fly 2013-07-15 15:10:58 +02:00
Michael Hackstein 14f997a223 GraphViewer: The communitiy nodes are now rendered with the reason why they are joined 2013-07-15 14:16:57 +02:00
Michael Hackstein fe2afc1883 GraphViewer: CommunityNodes now tell about the reason why they are joined if they know it 2013-07-15 13:51:13 +02:00