- Oct 04, 2018
-
-
Simon Barner authored
* SWTObservables is deprecated * Add drop-in replacement of observeText() in DataBindingUtils that uses the new API Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* container.getContainedElements() is of type List<IHierarchicElement> * The (unchecked) cast of elementRef -> IHierarchicElement has already been present in the previous version of this method Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 02, 2018
-
-
Simon Barner authored
Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* org.eclipse.jface.viewers.ViewerSorter is deprecated Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 01, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3538 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 28, 2018
-
-
Simon Barner authored
Issue-Ref: 3394 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Hernan Ponce de Leon authored
Constraints: Fixup decompose mechanism for constrained model elements See merge request !25
-
Alexander Diewald authored
Avoid infinite selection update bouncing between editors and navigator See merge request !24
-
Alexander Diewald authored
Issue-Ref: 3535 Issue-Url: https://af3-developer.fortiss.org/issues/3535 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Filip Reaboi authored
green Issue-Ref: 3523 Signed-off-by:
Filip Reaboi <reaboi@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3535 Issue-Url: https://af3-developer.fortiss.org/issues/3535 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Sep 27, 2018
-
-
Alexander Diewald authored
* In the decompose mechanism, the constrained instances are duplicated since the resolution of #3293. It is sufficient to remove the contrained instances from the container by clearing the list since the hierarchical decomposition takes care of the destruction of contained specifications. * Tests: Deleting a component with a test suite succeeds, deleting test suites and test suite specs succeeds. The "All tests pass" constraint seems to work: It is marked green in a one-component system with a "successful" test suite (NOTE: there are currently focus problems, so one might need to click into the navigator). Issue-Ref: 3523 Issue-Url: https://af3-developer.fortiss.org/issues/3523 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 26, 2018
-
-
Hernan Ponce de Leon authored
3084 See merge request !23
-
Hernan Ponce de Leon authored
Issue-Ref:3084 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Sep 25, 2018
-
-
Simon Barner authored
Issue-Ref: 3084 Issue-Url: https://af3-developer.fortiss.org/issues/3084 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Hernan Ponce de Leon authored
Remove commented code See merge request !22
-
Hernan Ponce de Leon authored
Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Simon Barner authored
* If an element is already selected in the model navigator, CTRL+A selects all of its siblings.* This also applies for FileProjects. * Realization * Add INavigatorService::setCurrentSelection() * SelectionUtils.setSelection() now synchronizes the selection in the currently active (diagram) editor and the model navigator Issue-Ref: 3084 Issue-Url: https://af3-developer.fortiss.org/issues/3084 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3084 Issue-Url: https://af3-developer.fortiss.org/issues/3084 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Also preserved in issue in case it should be needed again Issue-Ref: 3381 Issue-Url: https://af3-developer.fortiss.org/issues/3381 Signed-off-by:
Simon Barner <barner@fortiss.org>
- Sep 24, 2018
-
-
Alexander Diewald authored
3525 kernel release version 2.14 See merge request !21
-
reaboi authored
Signed-off-by:
reaboi <reaboi@fortiss.org>
-
Hernan Ponce de Leon authored
3293 deleting a component having a test suite See merge request !17
-
- Sep 19, 2018
-
-
Hernan Ponce de Leon authored
PersistencyService: Add load listen method. See merge request !19
-
Hernan Ponce de Leon authored
Issue-Ref:3514 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
-
- Sep 18, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:3293 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Sep 17, 2018
-
-
Alexander Diewald authored
* The current implementation of the IPersistencyService does not allow to listen for "load" or "add" events during the startup of AF3 whereas later events for adding and removing IToplevelElements are present. * Extend the PersistencyServiceListener and the IPersistencyService for such a capability to enable installing listeners for model elements in a plugin-in fashion. Issue-Ref: 3514 Issue-Url: https://af3-developer.fortiss.org/issues/3514 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Hernan Ponce de Leon authored
3203 extend the lambda utils See merge request !18
-
Hernan Ponce de Leon authored
Issue-Ref:3203 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Alexander Diewald authored
It is already provided for collections and streams in Java 8. Issue-Ref: 3203 Issue-Url: https://af3-developer.fortiss.org/issues/3203 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3209 Issue-Url: https://af3-developer.fortiss.org/issues/3209 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Sep 12, 2018
-
-
reaboi authored
YELLOW Signed-off-by:
reaboi <reaboi@fortiss.org>
-
- Sep 10, 2018
-
-
Alexander Diewald authored
This reverts commit ea0264b5.
-