Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/TODO.txt')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/TODO.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/TODO.txt b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/TODO.txt
new file mode 100644
index 00000000000..f77ea85d8b9
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/TODO.txt
@@ -0,0 +1,9 @@
+- make the location of time elements relative to the center line of a compact timeline (instead of the top left corner)
+ so that they stay put when the lifeline height changes
+- reconnect a DurationObservation or DurationConstraint to the new StateInvariant when a StateInvariant is cut in two (inserting an occurrence)
+- more unit tests (see /org.eclipse.papyrus.uml.diagram.timing.tests/TODO.txt)
+
+
+dropped features:
+- zooming on Lifelines
+- message labels : will be handled generically on all links in Papyrus sometime in the future

Back to the top