- Dec 04, 2018
-
-
Simon Barner authored
* Editing support: IMultiValueAnnotationEditingSupport with base class MultiValueAnnotationEditingSupportBase * currently used in MultiValueAnnotationSelectionEditingSupport * integrates cell editor (whose updateData() has been dropped in favor of the constructor, i.e. a new cell editor is created each time * Dialogs: IMultiValueAnnotationDialog with base class MultiValueAnnotationDialogBase * currently used by MultiValueAnnotationSelectionDialog Issue-Ref: 3267 Issue-Url: https://af3-developer.fortiss.org/issues/3267 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 13, 2018
-
-
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>
-
- Nov 06, 2018
-
-
Alexander Diewald authored
* Intermediate review: Issue is open for the correct solution. * Improved documentation such that developers unfamiliar with the bug can understand the problem more easily. Issue-Ref: 3517 Issue-Url: https://af3-developer.fortiss.org/issues/3517 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 26, 2018
-
-
Filip Reaboi authored
Issue-Ref: 3517 Signed-off-by:
Filip Reaboi <reaboi@fortiss.org>
-
- Oct 22, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3223 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 15, 2018
-
-
Simon Barner authored
Issue-Ref: 3223 Issue-Url: https://af3-developer.fortiss.org/issues/3223 Signed-off-by:
Simon Barner <barner@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>
-
Simon Barner authored
* This is neither tooling.base nor UI specific * Retain GREEN ratings since there is no change in the code (only the class comment has slightly been updated) Issue-Ref: 3223 Issue-Url: https://af3-developer.fortiss.org/issues/3223 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 04, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3539 Signed-off-by:
Hernan Ponce de Leon <ponce@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
* 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 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>
-
Hernan Ponce de Leon authored
Signed-off-by:
Hernan Ponce de Leon <ponce@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
-
-
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>
-
- Aug 14, 2018
-
-
Florian Hölzl authored
Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Aug 13, 2018
-
-
Florian Hölzl authored
-
- Jul 05, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:3401 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Jul 04, 2018
-
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jun 13, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:3433 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Jun 12, 2018
-
-
Simon Barner authored
* Remove messy (and unneeded) loop to wait until the editor has opened * Style cleanup Issue-Ref: 3433 Issue-Url: https://af3-developer.fortiss.org/issues/3433 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* No longer use erroneous heuristics that depends on the assumption that for some model viewst there is a hidden root element (e.g., CA) * Instead, use the model element handler service to determine object to be edited (same as object to be layouted). Issue-Ref: 3433 Issue-Url: https://af3-developer.fortiss.org/issues/3433 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jun 11, 2018
-
-
Simon Barner authored
Issue-Ref: 3433 Issue-Url: https://af3-developer.fortiss.org/issues/3433 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3433 Issue-Url: https://af3-developer.fortiss.org/issues/3433 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Add IAutoLayouterTapeMeasure interface to estimate size of elements, connectors, and connections * Add DiagramTapeMeasure (SWT-based implementation for diagrams) * Ensures that layouted element is opened in diagram editor * Uses SWT GraphicsContext (GC) to estime size requirements of text labels Issue-Ref: 3433 Issue-Url: https://af3-developer.fortiss.org/issues/3433 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jun 08, 2018
-
-
Johannes Eder authored
Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Jun 07, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:3427 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- May 25, 2018
-
-
Alexander Diewald authored
* Add a TreeViewer that constructs a DynamicTreeViewer whose UI provider uses the methods and kernel services for IHierarchicElements and NamedElements. * The Viewer uses a composition principle where a client must provide TreeView (JavaFX), a root element (AF3), and a content provider that selects the elements to be displayed. * Add two basic content providers that a) list all children below the given root element and b) list all children of a given type. Issue-Ref: 3209 Issue-Url: https://af3-developer.fortiss.org/issues/3209 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- May 04, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref:2443 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Apr 25, 2018
-
-
Simon Barner authored
- Patch is now also obviously required in binary Mac OS X RCP product Issue-Ref: 2443 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
- Rework SystemUtils and use it everywhere - FontUtils: Add CODEFONT_11PT for native font used to render code Issue-Ref: 2243 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Apr 18, 2018
-
-
Alexander Diewald authored
* Since the tooling helpers used in the svn installation and the git version, a re-rating of all files was required (less work than fixing the tooling code that would be only used once). * Updates the hashes of the classes in the .rating files. * Removes empty .rating files from directories without ratable files. Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-