- Nov 20, 2018
-
-
Simon Barner authored
Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 15, 2018
-
-
Simon Barner authored
* Refresh entire property section when combo box is used: Need to complete update derived sections that add additional UI elements * Fix management of enabled state * Add setSelection(): safe programmatic change of combo box value Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* EReferenceListPropertySectionBase * Introduce ElementListViewerComposite: Reusable Composite that provides a ListViewer & add/remove buttons * Usability improvements: enabled state of buttons, auto-select next element after "remove" operation * Introduce IListPropertySection * To be implemented by classes that want to embed ElementListViewerComposite * Provides interface to data model Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 14, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3474 Signed-off-by:
ponce <ponce@fortiss.org>
-
- Nov 13, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3574 Issue-Url: https://af3-developer.fortiss.org/issues/3574 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Issue-Ref: 3474 Signed-off-by:
ponce <ponce@fortiss.org>
-
Alexander Diewald authored
* Add a default dialog and handler class. * Move the main parts of the service from the base plugin to the kernel. * Introduce a severity enum since using int "codes" is flawed and we do not use underlying eclipse methods like the logging methods in the LoggingUtils class. Issue-Ref: 3574 Issue-Url: https://af3-developer.fortiss.org/issues/3574 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref: 3569 Signed-off-by:
ponce <ponce@fortiss.org>
-
- Nov 12, 2018
-
-
Simon Barner authored
* Uses EReferencePropertySectionBase's combobox to select model element to be added to the list * See ProvideEReferencePropertySectionBase::{get,set}ModelValue(). Declare are because of special semantics * Derived classes must implement getValues() (and the abstract methods defined in this class EReferenceListPropertySectionBase) Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 07, 2018
-
-
Simon Barner authored
* As replacement for the now deprecated SWTObservables.observeVisible() Issue-Ref: 3569 Issue-Url: https://af3-developer.fortiss.org/issues/3569 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* As replacement for the now deprecated SWTObservables.observeSelection() Issue-Ref: 3569 Issue-Url: https://af3-developer.fortiss.org/issues/3569 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 22, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3223 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 12, 2018
-
-
Simon Barner authored
* All clients of this class performed a type check Issue-Ref: 3223 Issue-Url: https://af3-developer.fortiss.org/issues/3223 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Generalize interface to IModelElement * Use anonymous class in GenericAnnotationView to adapt AnnotationEntry elements Issue-Ref: 3223 Issue-Url: https://af3-developer.fortiss.org/issues/3223 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 05, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3545 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Simon Barner authored
* Return empty list instead of null on unexpected input (null or wrong selection type) * Fixes NPE in setSelection() Issue-Ref: 3545 Issue-Url: https://af3-developer.fortiss.org/issues/3545 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 04, 2018
-
-
Simon Barner authored
* Previous GREEN rating in a57ba1f9 has erroneously been turned to yellow when merging Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref: 3539 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Simon Barner authored
* Check for duplicates was based on "cstrClass" (of type Class), whereas the registration is based on the class name * Note: This change does not affect the actual registration, hence no change in behavior is expected. * Revealed by warning on unlikely argument of (type Class) for string2cstrMap.get() Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* FontMetrics.getAverageCharWidth() has been deprecated 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
* 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
Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 02, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3540 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Alexander Diewald authored
* Since migrating to Photon, the listeners of the IPersistencyService must be seemingly installed in the init phase. By that, the corresponding listeners are also aware of model loading. * Also, remove an unneeded cast to avoid a warning. Issue-Ref: 3540 Issue-Url: https://af3-developer.fortiss.org/issues/3540 Signed-off-by:
Alexander Diewald <diewald@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>
-
- Sep 28, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3535 Issue-Url: https://af3-developer.fortiss.org/issues/3535 Signed-off-by:
Alexander Diewald <diewald@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 26, 2018
-
-
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>
-
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>
-
- Sep 24, 2018
-
-
reaboi authored
Signed-off-by:
reaboi <reaboi@fortiss.org>
-
- Sep 19, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:3514 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>
-
- Sep 10, 2018
-