Gabriel Nützi
Gabriel Nützi
Currently after `GraphManipulationServiceBinaryHttp::addNode` we have not setup the socket type strings. They reside in the `GraphTypeDescription`. It is currently only needed for the `type-tooltip-tool` to show the types. Maybe we...
- [x] Backend (master) saves and loads the graph to the `m_rootPath` of the filesystem (given at startup) - [x] `open,save`-Component calls the service to save/load the graph and delivers...
## What is needed: **Dev Branch:** Building and testing the whole C++ project. (OS: Linux only) **Master Branch:** Buidling C++ ExecutionGraphServer, and GUI-Client for - Linux - OsX - Windows...
Is this fixable? Maybe :) - [ ] Fix alignement - [ ] Maybe add an offset for the arrow... 
Implement some easy first-use of graph -ayouting algos. Maybe implement the execution order (easy) in the client as well to use the priorization as a layer-layout mode. - [x] Moreau-Timestepper...
http://calvados.di.unipi.it/ https://github.com/STEllAR-GROUP/hpx
Make an option (in the connection style tab of drawer) such that nodes are adjusted to the width the inside text spans. (css?)
This is a relatively easy task. The Sockets should definitely use a RawAllocator (foonathan) such that the memory is continuous for each type. This is easily implemented and added. -...