Joeri Exelmans
|
f155c5a85e
(BROKEN: WIP: Implement parser in frontend)
|
2 年之前 |
Joeri Exelmans
|
c385d6b89e
(BROKEN: Attempt to implement parser in frontend)
|
2 年之前 |
Joeri Exelmans
|
3c724d8fe5
Merge remote-tracking branch 'ulm/feat/link-state-charts-editor' into feat/correpondence-model
|
2 年之前 |
Joeri Exelmans
|
189a341ce5
Move 'parser' module
|
2 年之前 |
Jakob Pietron
|
b50a111e42
parse rountangles from graph.nodes instead of graphexecutor to fix problem of deleted rountangles being rendered
|
2 年之前 |
Joeri Exelmans
|
e483a34db6
Fix bug (L1-dep graph showing in L0 view after undo/redo) + update CSS
|
2 年之前 |
Joeri Exelmans
|
b66e50eb60
Add L0-dependency graph to frontend
|
2 年之前 |
Joeri Exelmans
|
0a2eb8aee1
WIP: App layout CS/CORR/AS
|
2 年之前 |
Joeri Exelmans
|
bb04b3f459
Restructure directories a bit
|
2 年之前 |
Joeri Exelmans
|
7f1000e868
WIP: A trivial parser + wrote a test for delta_executor.
|
2 年之前 |
Joeri Exelmans
|
8c221c2a5b
WIP: A trivial parser
|
2 年之前 |
Joeri Exelmans
|
55d89b1045
WIP: Embedding of versions
|
2 年之前 |
Joeri Exelmans
|
a61a4464c8
WIP: A correspondence model version 'embeds' one CS and one AS version.
|
2 年之前 |
Joeri Exelmans
|
1c29c8d55b
Implement merging of versions in frontend
|
2 年之前 |
Joeri Exelmans
|
5aa3fc401c
Fix DFS implementation: should also find node if node is equal to 'start node' (should return empty path).
|
2 年之前 |
Joeri Exelmans
|
8415f8be04
Add a bit of documentation
|
2 年之前 |
Joeri Exelmans
|
35a5080a5e
Use bold nodes/labels to indicate "current version" and "current deltas".
|
2 年之前 |
Joeri Exelmans
|
80d736abaa
Fix bug: current deltas not highlighted correctly after selecting a version
|
2 年之前 |
Joeri Exelmans
|
86eb3fd371
Simpler serialization of NodeCreation delta
|
2 年之前 |
Joeri Exelmans
|
962d589376
Extend DFS test
|
2 年之前 |
Joeri Exelmans
|
7be2a357fa
Fix bug: runaway value nodes / unstable behavior after an EdgeUpdate that did not update anything.
|
2 年之前 |
Joeri Exelmans
|
14e30ca091
Move 'assert' function to 'util/assert'. Added test for util/dfs. Fixed 'bug' in DFS implementation.
|
2 年之前 |
Joeri Exelmans
|
6fc13f8d72
Loading a version from the history graph will now calculate a path from the current version to the clicked version, and undo/redo the right deltas, instead of constructing the clicked version from scratch.
|
2 年之前 |
Joeri Exelmans
|
0e2829ad0b
Remove .exec() and .unexec() functions from PrimitiveDelta (this was over-engineered and redundant with GraphDeltaExecutor.exec())
|
2 年之前 |
Joeri Exelmans
|
98e17dad58
Fix bug: crash when right-clicking on a version
|
2 年之前 |
Joeri Exelmans
|
5f6c71f405
In the previous commit, I actually broke more than I fixed. Now it's really fixed.
|
2 年之前 |
Joeri Exelmans
|
2fb24d2fcc
Fix bug: un-doing a composite delta must be done by un-doing its deltas in reverse order.
|
2 年之前 |
Joeri Exelmans
|
666c677b75
Fun new feature: The labels of composite deltas that capture Rountangle edit operations match those (high-level) operations
|
2 年之前 |
Joeri Exelmans
|
d36026b68e
Merge remote-tracking branch 'ulm/feat/link-state-charts-editor' into feat/link-state-charts-editor
|
2 年之前 |
Jakob Pietron
|
cffa62675c
change datatype of IDs of actions from string to PrimitiveValue. This fixes the problem of manually created rountangles (manually in terms of in the graph state) cannot be modified.
|
2 年之前 |