- Oct 09, 2020
-
-
Andreas Bayha authored
Completely replaced the old annotation view with the fx based implementation. So far, both were available in parallel. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Aug 13, 2020
-
-
Andreas Bayha authored
Resized filter widgets, such that all combo content can be displayed completely. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
The background color of cells is always used with 50% transparency such that the selection bar is displayed correctly, if a row is selected. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Issue-Ref: 4012 Issue-Url: https://af3-developer.fortiss.org/issues/4012 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Aug 11, 2020
-
-
Andreas Bayha authored
- The Background color for tree table cells was causing problems with selection. - The order of annotatinos in the tree was not correct. Issue-Ref: 4012 Issue-Url: https://af3-developer.fortiss.org/issues/4012 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Aug 10, 2020
-
-
Johannes Eder authored
Issue-Ref: 4012 Issue-Url: https://af3-developer.fortiss.org/issues/4012 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Andreas Bayha authored
DynamicTreeTableUIProviderBase.isEditable New (more consistent) signature: isEditable(int column, AnnotationEntry element). Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
The order of parameters is now (int, T), as in getLabel(...). Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
The line with the selected element has a green background. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Johannes Eder authored
* created protected method do enable/disable auto layout context menu in diagram editors Issue-Ref: 4012 Issue-Url: https://af3-developer.fortiss.org/issues/4012 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Andreas Bayha authored
Enhances DynamicTreeTableViewer such that cell background can easily be set. Refactored combo column code to be more generic and reusable. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 22, 2020
-
-
Andreas Bayha authored
YELLOW Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
YELLOW Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
- The filter is now better integrated with the content provider. - Javadoc comments. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 20, 2020
-
-
Andreas Bayha authored
The content provider did not filter, whenever there was an empty filter expression set. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Refactored code. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 17, 2020
-
-
Andreas Bayha authored
Added filters for model element and column name. Also the filter for selected element type is implemented. Hierarchy and annotation type are still pending. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 15, 2020
-
-
Andreas Bayha authored
Added filter section. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Factored out the combo column to a generic implementation. Now, a generic implementation for dynamic combo columns is reusable for all DynamicTreetBaleViewers. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Add a generic TextTreeTableCell with improved functionality: - canEdit() per element. - Better canceling behavior when leaving the cell. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 14, 2020
-
-
Andreas Bayha authored
Editing textual-based annotation entries in the table works now. Also unintended cancel operations (e.g. when clicking onto another cell) are catched and handled correctly. It remains to make the implementation more genierc to be reusable for other views. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 09, 2020
-
-
Andreas Bayha authored
Refactored code of AnnotationViewFXController. Editing enumerative Annotations works now. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Editing of Enumeration values seams to work. But wrong value is displayed, still. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 08, 2020
-
-
Andreas Bayha authored
There is a Combobox in the Annotation Table. However, it remains to do a more generic implementation independent of annotations. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jul 06, 2020
-
-
Andreas Bayha authored
Merged in Master. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Jun 29, 2020
-
-
Alexander Diewald authored
Issue-Ref: 4032 Issue-Url: https://af3-developer.fortiss.org/issues/4032 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jun 26, 2020
-
-
Simon Barner authored
* Factorize decision to useTextIcon() predicate * Use unicode labels to display checked/unchecked items Issue-Ref: 4032 Issue-Url: https://af3-developer.fortiss.org/issues/4032 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Jun 09, 2020
-
-
Andreas Bayha authored
First Durchstich to display annotations according to the current selection. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- May 19, 2020
-
-
Simon Barner authored
Issue-Ref: 3994 Issue-Url: https://af3-developer.fortiss.org/issues/3994 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Apr 23, 2020
-
-
Alexander Diewald authored
Use-case: Other CLI switches trigger some algortihms in some automated tasks that use AF3. After processing these switches, the application must be shutdown to indicate the end of processing in AF3. Issue-Ref: 3994 Issue-Url: https://af3-developer.fortiss.org/issues/3994 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Apr 21, 2020
-
-
Alexander Diewald authored
Issue-Ref: 4004 Issue-Url: https://af3-developer.fortiss.org/issues/4004 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 4004 Issue-Url: https://af3-developer.fortiss.org/issues/4004 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Apr 20, 2020
-
-
Johannes Eder authored
Issue-Ref: 4004 Issue-Url: https://af3-developer.fortiss.org/issues/4004 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Apr 14, 2020
-
-
Johannes Eder authored
Issue-Ref: 3999 Issue-Url: https://af3-developer.fortiss.org/issues/3999 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 4000 Issue-Url: https://af3-developer.fortiss.org/issues/4000 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Apr 11, 2020
-
-
Ulrich Schöpp authored
Issue-Ref: 3999 Issue-Url: https://af3-developer.fortiss.org/issues/3999 Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org>
-
- Apr 01, 2020
-
-
Alexander Diewald authored
Issue-Ref: 3974 Issue-Url: https://af3-developer.fortiss.org/issues/3974 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3985 Issue-Url: https://af3-developer.fortiss.org/issues/3985 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Johannes Eder authored
Issue-Ref: 3974 Issue-Url: https://af3-developer.fortiss.org/issues/3974 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Mar 31, 2020
-
-
Florian Hölzl authored
Issue-Ref: 3967 Issue-Url: https://af3-developer.fortiss.org/issues/3967 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-