Michael Hackstein
|
9cb974531b
|
GraphViewer: EventDispatchion for edge-creation finished
|
2013-04-08 13:11:43 +02:00 |
Michael Hackstein
|
33abdae1f0
|
GraphViewer: Started implementing EventDispatcher for edge. All works except Creation of Edges. Scheme will now be changed from one function (create) to three (start, finish and cancel)
|
2013-04-08 12:01:45 +02:00 |
Michael Hackstein
|
c9d0115594
|
GraphViewer: EventDispatcher now offers a better binding of events, the result of the Dispatcher can now be directly bound to buttons/nodes/edges, instead of requiring a function around that encapsulates parameters
|
2013-04-08 11:39:19 +02:00 |
Michael Hackstein
|
a6d8eadbc2
|
GraphViewer: Drag-event from layouter is now piped through the eventLib, making the interface workflow more consistent
|
2013-04-08 09:56:51 +02:00 |
Michael Hackstein
|
922579c37b
|
GraphViewer: Added a central class for mocked parts of the graph viewer, no functionality just useful for spies.
|
2013-04-08 09:39:38 +02:00 |
Michael Hackstein
|
cc8560dfc7
|
GraphViewer: Added a rebind function to EventDispatcher, which sets the given set of events and unbinds all others
|
2013-04-08 09:13:38 +02:00 |
Michael Hackstein
|
c59f39c1c9
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-05 17:24:09 +02:00 |
Michael Hackstein
|
ea07fbb73e
|
Frontend: Fixed a naming mistake mount -> install
|
2013-04-05 17:23:44 +02:00 |
Heiko Kernbach
|
9f840edcf2
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-04-05 17:22:06 +02:00 |
Heiko Kernbach
|
839cdfc57b
|
merge conflict
|
2013-04-05 17:21:58 +02:00 |
Michael Hackstein
|
6c2a260b83
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-05 17:15:21 +02:00 |
Michael Hackstein
|
a2ca984bdb
|
Frontend: Now Loaded App can be installed via the frontend
|
2013-04-05 17:14:56 +02:00 |
Heiko Kernbach
|
7d9e019d71
|
css changes
|
2013-04-05 16:19:02 +02:00 |
Michael Hackstein
|
c3855a3eab
|
Frontend: The aardvark now supports thumbnails
|
2013-04-05 15:53:50 +02:00 |
Jan Steemann
|
3a8783b26a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2013-04-05 15:35:23 +02:00 |
Jan Steemann
|
edf513551f
|
error handling
|
2013-04-05 15:35:08 +02:00 |
Michael Hackstein
|
a8f8df00f9
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-05 14:49:48 +02:00 |
Frank Celler
|
b50bc6dd24
|
added thumbnail
|
2013-04-05 14:48:15 +02:00 |
Michael Hackstein
|
a5f8b6fe92
|
Front-end: Changed documentation overview, basePath is now determined and apps with long pathes are shown, however only last segment of path is displayed, might be a Swagger issue
|
2013-04-05 14:38:52 +02:00 |
Jan Steemann
|
0d1076211a
|
fixed memleak
|
2013-04-05 14:26:58 +02:00 |
Jan Steemann
|
ed10d9b6aa
|
AQL user functions
|
2013-04-05 12:50:44 +02:00 |
Michael Hackstein
|
ab45b4aa3d
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-05 09:40:46 +02:00 |
Michael Hackstein
|
8fae6f2485
|
GraphViewer: Defined spies for Toolbox creation tests
|
2013-04-05 08:18:40 +02:00 |
Michael Hackstein
|
268fe16056
|
GraphViewer: Started implementing tests for the EventToolbox. Right now only existance of buttons is checked, and correct actions are triggered. However correctness of outcome is not yet checked
|
2013-04-05 08:11:05 +02:00 |
Michael Hackstein
|
d1e01f49c1
|
GraphViewer: All events can be unbound now for Nodes and Edges
|
2013-04-05 07:15:38 +02:00 |
Michael Hackstein
|
dc5b9c1385
|
GraphViewer: Added a test to unbind all events
|
2013-04-05 06:53:08 +02:00 |
Frank Celler
|
0ea748488b
|
fixed url
|
2013-04-04 23:19:03 +02:00 |
Michael Hackstein
|
790ad37020
|
GraphViewer: Removed unused variable
|
2013-04-04 17:48:56 +02:00 |
Michael Hackstein
|
ed827d77cd
|
GraphViewer: Added/Tested default colouring of Edges and nodes
|
2013-04-04 16:36:16 +02:00 |
Michael Hackstein
|
2e43dbfb14
|
Aardvark: Adapted new Foxx interface
|
2013-04-04 15:56:02 +02:00 |
Michael Hackstein
|
8a9c58f6a4
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-04 14:14:47 +02:00 |
Jan Steemann
|
1417def879
|
disallow create/drop/rename operations inside transactions
|
2013-04-04 09:41:44 +02:00 |
Michael Hackstein
|
2affe643d3
|
GraphViewer: Enlarged the Arrow Pointer, has to be changed to be relative to nodesize
|
2013-04-04 01:04:58 +02:00 |
Michael Hackstein
|
159c55be39
|
GraphViewer: EdgeColouring tested in demo.html, again the label is set to black forcefully
|
2013-04-04 00:46:41 +02:00 |
Michael Hackstein
|
c208a94f52
|
GraphViewer: Implemented UI Dialogs for edge colouring
|
2013-04-04 00:30:54 +02:00 |
Michael Hackstein
|
f5c523ea56
|
GraphViewer: Implemented test for edge colouring dialogs
|
2013-04-04 00:22:24 +02:00 |
Michael Hackstein
|
8ab12a75b5
|
GraphViewer: Node colouring added to the demo.html. Decided to forcefully set the TextColour to black, as it inherits the user defined colour-scheme otherwise and this gets unreadable quite fast
|
2013-04-04 00:16:49 +02:00 |
Michael Hackstein
|
8a0b79b429
|
GraphViewer: NodeShaper now creates UI elements to change the colouring
|
2013-04-03 18:06:35 +02:00 |
Michael Hackstein
|
5c9c408cb4
|
GraphViewer: Added tests for Node-Colour change controls
|
2013-04-03 17:48:12 +02:00 |
Michael Hackstein
|
c62230782a
|
GraphViewer: EdgeShaper now supports colouring by attribute value
|
2013-04-03 17:36:59 +02:00 |
Michael Hackstein
|
f08392f592
|
GraphViewer: NodeShaper now supports colouring by attribute value
|
2013-04-03 17:27:13 +02:00 |
Michael Hackstein
|
e23506662f
|
GraphViewer: Implemented ColourMapper
|
2013-04-03 17:15:01 +02:00 |
Michael Hackstein
|
b2750383f4
|
GraphViewer: Colour Mapper now returns colours directly, unfortunately the pre definition of colours in the svg does not work at all...
|
2013-04-03 16:33:02 +02:00 |
Michael Hackstein
|
a7d9d161cb
|
GraphViewer: Added Test for ColourMapper.reset()
|
2013-04-03 16:12:52 +02:00 |
Michael Hackstein
|
3ccd7a5b7b
|
GraphViewer: Added ColourMapper and implemented tests. This class should return colours for based on attribute values
|
2013-04-03 16:07:02 +02:00 |
Michael Hackstein
|
fa2192672a
|
GraphViewer: Node colouring has now 2 options, single colour and colour based on expanded or not
|
2013-04-03 15:19:35 +02:00 |
Michael Hackstein
|
02a94c1bcd
|
GraphViewer: Edge colouring has now 2 options, single colour and gradient colour. However gradient works only with a hack and only on Safari due to SVG problems
|
2013-04-03 15:05:35 +02:00 |
Michael Hackstein
|
67cd95912d
|
GraphViewer: Added tests for colouring of Nodes/Edges
|
2013-04-03 14:33:31 +02:00 |
Michael Hackstein
|
de5539fa5c
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-04-03 09:32:29 +02:00 |
Michael Hackstein
|
1b9b0daaa2
|
GraphViewer: Added test for Edge colouring
|
2013-04-03 07:52:43 +02:00 |