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
|
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
|
c33cb8c36a
|
GraphViewer: Event dispatcher now offers rebind functions for buttons to the outside world. This is used to give an initial active tool without creating a toolbox.
|
2013-06-24 18:19:24 +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
|
555322214a
|
GraphViewer: Create and Edit dialogs now the correct text on the submit button
|
2013-06-04 15:00:17 +02:00 |
Michael Hackstein
|
8a8dde506f
|
GraphViewer: A add new node button is now contained in the toolbox
|
2013-06-04 14:46:00 +02:00 |
Michael Hackstein
|
b1f012ef22
|
GraphViewer: The colour-mapper now also creates a foreground colour. All labels are now readable
|
2013-06-04 13:28:13 +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
|
70a5b0c0f9
|
GraphViewer: The NodeShaperUI is now able to generate the colour<-> label list.
|
2013-06-04 08:59:34 +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
|
a2a9194b1e
|
GraphViewer: Fixed several tests that did fail
|
2013-05-31 18:27:10 +02:00 |
Michael Hackstein
|
5d2008d4bb
|
GraphViewer: A line is now displayed to help connecting two nodes
|
2013-05-29 13:53:34 +02:00 |
Michael Hackstein
|
da8b1b759a
|
GraphViewer: The other classes now use the better handleing for SVG events
|
2013-05-28 10:05:00 +02:00 |
Michael Hackstein
|
b6e957a058
|
GraphViewer: EventDispatcher now has a better handling for events bound to SVG
|
2013-05-28 09:43:23 +02:00 |
Michael Hackstein
|
e5ee030843
|
GraphViewer: Optical issues
|
2013-05-28 09:42:31 +02:00 |
Michael Hackstein
|
8c69be6a14
|
GraphViewer: Added scrolling for the CursorAddition
|
2013-05-27 15:34:15 +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
|
fe2825df88
|
GraphViewer: Optmized layout, there was a miss-typing of a class name
|
2013-05-24 15:54:37 +02:00 |
Michael Hackstein
|
79efa0b2a9
|
GraphViewer: Changed default values a bit, which is more convenient for graphs with large 1-neighbourhoods
|
2013-05-24 15:20:15 +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
|
d77e78a3fe
|
GraphViewer: The UI now offers the option to switch between directed and undirected graphs
|
2013-05-23 14:23:52 +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
|
54e5a13573
|
GraphViewer: Added new test for ZoomManager
|
2013-05-03 14:13:25 +02:00 |
Michael Hackstein
|
f935943c59
|
GraphViewer: Design optimization
|
2013-04-30 14:47:23 +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
|
8a13e577e3
|
GraphViewer: Improved optical layout, force defaults were not correct for increased screen size
|
2013-04-16 14:49:44 +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
|
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
|
fa0dc2fa4c
|
GraphViewer: LayouterMenu is now created by the GraphViewerUI
|
2013-04-16 10:59:48 +02:00 |
Michael Hackstein
|
5e69af80b8
|
GraphViewer: Implemented Menu functions for Layouter
|
2013-04-16 10:46:15 +02:00 |
Michael Hackstein
|
fe6cf84614
|
GraphViewer: Added the Adapter Menu to the interface
|
2013-04-15 15:02:42 +02:00 |
Michael Hackstein
|
810d2ad83f
|
GraphViewer: It is now possible to switch collections on the fly
|
2013-04-15 12:00:15 +02:00 |
Michael Hackstein
|
4bfdf68b5c
|
GraphViewer: Toolbox now created correctly
|
2013-04-12 10:58:54 +02:00 |
Michael Hackstein
|
e7bfed16dc
|
GraphViewer: Added design and test for the Toolbox buttons
|
2013-04-12 10:42:34 +02:00 |
Michael Hackstein
|
caaff89ec6
|
GraphViewer: Further adaption of CSS for the admin interface
|
2013-04-11 17:18:22 +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
|
7abe9aa342
|
GraphViewer: Finally everything works as expected, the graph is rendered and editable
|
2013-04-11 13:46:43 +02:00 |
Michael Hackstein
|
07941f6f48
|
GraphViewer: JSLintified GraphViewerUI
|
2013-04-10 17:11:37 +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
|
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 |
Michael Hackstein
|
24d452c7d0
|
GraphViewer: Now editing of Nodes/Edges also works (yet missing: Checks for key values, add additional key/value pairs
|
2013-04-09 11:22:21 +02:00 |
Michael Hackstein
|
3b9c59af97
|
GraphViewer: Dispatcher UI almost finished. Editing of Nodes is not working yet as d3-attributes are displayed in addition to stored attributes
|
2013-04-08 22:04:03 +02:00 |