1
0
Fork 0
Commit Graph

61 Commits

Author SHA1 Message Date
Michael Hackstein 243ba85dca GraphViewer: Added some cross-browser fixes. FF and Chrome pass all tests, Opera and Safari still fail a few 2013-06-27 15:26:34 +02:00
Michael Hackstein 2f4de281ec GraphViewer: The graphViewer preview will now overwrite given label and image-source attributes to match with hardcoded preview adapter 2013-06-27 13:32:22 +02:00
Michael Hackstein 4252513cfa GraphViewer: Added a Preview graphViewer Interface. 2013-06-27 12:49:37 +02:00
Michael Hackstein 4ba6422f2e GraphViewer: The main graphViewer class now knows about the preview adapter 2013-06-27 09:56:58 +02:00
Michael Hackstein 5bb74c01c2 GraphViewer: Widgets can now initially be bound with any action available in the toolbox 2013-06-25 08:04:34 +02:00
Michael Hackstein 46e8aeabaa GraphViewer: In the Wodget it is now possible to initially bind the drag event 2013-06-24 15:49:56 +02:00
Michael Hackstein aa0d8a8115 GraphViewer: Added Tests for toolbox in the Widget-UI 2013-06-24 14:00:59 +02:00
Michael Hackstein 96048586c3 Started implementing the Widget version of the UI. The SVG loading an optional given startNode is added till now. 2013-06-24 13:10:58 +02:00
Michael Hackstein 0bbf2cf4e5 Added a test for the FoxxAdapter in the graphViewer 2013-06-24 09:27:26 +02:00
Michael Hackstein d6a260d8b4 GraphViewer: The label<-> colour list is now displayed right to the SVG 2013-06-04 12:51:09 +02:00
Michael Hackstein d9718e97a7 GraphViewer: Added a combined dialog to change displayed label and colour for nodes at the same time. This is added to general configuration menu 2013-05-31 18:51:17 +02:00
Michael Hackstein fb7647892a GraphViewer: Added extemporaneous cursor addition for actions 2013-05-27 15:18:55 +02:00
Michael Hackstein 4706bafd4c GraphViewer: The Adapter Dialog now offers all available collections 2013-05-27 11:42:05 +02:00
Michael Hackstein 13bbbe6a03 Fixed test for button-label in GraphViewer UI 2013-05-27 08:50:32 +02:00
Michael Hackstein 4597366eed GraphViewer: Further prefixed UI Element-Ids, they were only unique in scope of different lists 2013-05-23 15:51:01 +02:00
Michael Hackstein d81d136cb5 GraphViewer: Added the community behaviour to the event lib 2013-05-21 23:32:06 +02:00
Michael Hackstein 7ced744d21 GraphViewer: Added test for reshaping if community is formed 2013-05-21 14:02:43 +02:00
Michael Hackstein 5e17ebe404 GraphViewer: Started implementing the Communication between ZoomManager, GraphViewer and the Adapter 2013-05-17 13:55:20 +02:00
Michael Hackstein 642e976e62 GraphViewer: Added tests for graphViewer to accept NodeLimit Callback and to propagate it to the Adapter 2013-05-15 15:58:25 +02:00
Michael Hackstein c0a389b56e GraphViewer: Modified tests so they could be run with an external tool like Karma, but not yet finished. 2013-05-13 18:48:05 +02:00
Michael Hackstein 0971a58844 GraphViewer: ZoomManager now binds events to SVG not to first G, gives better results 2013-05-06 13:57:01 +02:00
Michael Hackstein ccbacf893a GraphViewer: Main graphViewer class is now able to construct a ZoomManager 2013-05-06 13:21:50 +02:00
Michael Hackstein 54e5a13573 GraphViewer: Added new test for ZoomManager 2013-05-03 14:13:25 +02:00
Michael Hackstein 958c507943 GraphViewer: Fixes in NodeShaper 2013-05-02 14:39:36 +02:00
Michael Hackstein 50d04edf23 GraphViewer: Adapted spec for UI refinement 2013-04-30 14:50:20 +02:00
Michael Hackstein 76a027d554 GraphViewer: Added distortion schema to all affected classes 2013-04-24 12:49:13 +02:00
Michael Hackstein da560452c6 GraphViewer: Fixed a bug, where node positions where destroyed by the arangoAdapter. That caused a lot of trouble in the interface 2013-04-18 10:35:41 +02:00
Michael Hackstein 476b59e29c GraphViewer: Fixed a bug for reshaping of edges 2013-04-17 14:27:22 +02:00
Michael Hackstein 04ae758746 GraphViewer: Slightly changed interface of ArangoAdapter. It now defaults to the domains.host if none is given 2013-04-16 14:15:21 +02:00
Michael Hackstein 9e61f34a68 GraphViewer: Improved CSS for search. All tests pass again. 2013-04-16 13:15:24 +02:00
Michael Hackstein 606635235e GraphViewer: Added Search by Attribute/Value pair. If no attribute Name is given, search is by _id 2013-04-16 12:13:55 +02:00
Michael Hackstein 211ee118c3 GraphViewer: Added Spec for Search by Attribute on the GraphViewerUI 2013-04-16 12:00:45 +02:00
Michael Hackstein dff9582978 GraphViewer: Improved optics of layout buttons, they are now encapsulated in their own little div world 2013-04-16 11:11:57 +02:00
Michael Hackstein 6945a99327 GraphViewer: Layouter is now accessible 2013-04-16 10:54:19 +02:00
Michael Hackstein 57ef46e895 GraphViewer: Added a spec that the layouter menu is generated by the GraphViewerUI 2013-04-16 10:48:53 +02:00
Michael Hackstein fe6cf84614 GraphViewer: Added the Adapter Menu to the interface 2013-04-15 15:02:42 +02:00
Michael Hackstein 427eeaae96 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-04-12 11:00:15 +02:00
Michael Hackstein 4bfdf68b5c GraphViewer: Toolbox now created correctly 2013-04-12 10:58:54 +02:00
Michael Hackstein 93039615a0 GraphViewer: Added test for design of Toolbox 2013-04-12 10:43:05 +02:00
Jan Steemann c895923acc removed .DS_Store files 2013-04-11 20:58:16 +02:00
Michael Hackstein 7049c7c80e GraphViewer: Switched NodeShaper Controls to Button Helper class 2013-04-11 16:15:14 +02:00
Michael Hackstein b99bb0d5d1 GraphViewer: First Part of MenuBar in GraphViewer Admin is done 2013-04-11 15:31:05 +02:00
Michael Hackstein cc9b9407af GraphViewer: Added GraphViewer to Admin Interface, however Menu is still hidden. Also started with a spec to test if the generated UI conforms to Admin Interface css 2013-04-11 14:50:21 +02:00
Michael Hackstein 7abe9aa342 GraphViewer: Finally everything works as expected, the graph is rendered and editable 2013-04-11 13:46:43 +02:00
Michael Hackstein 9f68cfa048 GraphViewer: Simplification of GraphViewer finished, all dispatching moved to GraphViewerUI 2013-04-10 17:08:26 +02:00
Michael Hackstein 025b47aeb1 GraphViewer: Finished tests for GraphViewer UI 2013-04-10 15:40:06 +02:00
Michael Hackstein 6f39e7f170 GraphViewer: GraphViewer now simplyfied. GraphViewer UI todo 2013-04-10 15:09:24 +02:00
Michael Hackstein 2abb3ba1d4 GraphViewer: Planned to simplify GraphViewer and to push event and UI delegation to graphViewerUI 2013-04-10 14:14:19 +02:00
Michael Hackstein bea6446c00 GraphViewer: Improved Spec and UI for GraphViewer 2013-04-10 14:13:29 +02:00
Michael Hackstein 799def1033 GraphViewer: Wrote spec for UI of GraphViewer 2013-04-10 11:47:59 +02:00