- Nov 13, 2018
-
-
Hernan Ponce de Leon authored
3569: Avoid warnings See merge request !32
-
Hernan Ponce de Leon authored
Issue-Ref: 3569 Signed-off-by:
ponce <ponce@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>
- Nov 06, 2018
-
-
Alexander Diewald authored
3517 Graphical glitch with states See merge request !31
-
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 30, 2018
-
-
Alexander Diewald authored
Issue-Ref: 3564 URL: https://af3-developer.fortiss.org/issues/3564
-
- Oct 26, 2018
-
-
Filip Reaboi authored
Issue-Ref: 3517 Signed-off-by:
Filip Reaboi <reaboi@fortiss.org>
-
- Oct 22, 2018
-
-
Alexander Diewald authored
3223: Refactorying of hierarchical name (viewer) comparator See merge request !29
-
Alexander Diewald authored
Issue-Ref: 3223 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Oct 15, 2018
-
-
Simon Barner authored
* Walk up the model hierarchy regardless if the current element matches the given targetClass Issue-Ref: 3223 Issue-Url: https://af3-developer.fortiss.org/issues/3223 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
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 05, 2018
-
-
Hernan Ponce de Leon authored
selectAll(): make private and return empty list instead of null See merge request !28
-
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
-
-
Hernan Ponce de Leon authored
3539 See merge request !27
-
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
* Detected by enabling all resource-related Java compiler warnings * Java -> Compiler -> Errors/Warnings * Filtering for "resource" should show 3 warnings * Set to "Warning" Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
https://git.fortiss.org/af3/kernel.gitSimon Barner authored
Conflicts: org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/.ratings Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:
Simon Barner <barner@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
* 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
-
-
Hernan Ponce de Leon authored
Navigator: Show Projects after startup. See merge request !26
-
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
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>
-