- Dec 14, 2021
-
- Dec 13, 2021
-
-
Simon Barner authored
Improve update performance of DynamicTreeTableViewer See merge request !164
-
Simon Barner authored
Issue-Ref: 4182 Issue-Url: af3#4182 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Ulrich Schöpp authored
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
- Dec 12, 2021
-
-
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
Uses a simple estimation of the extent of the name of a model element based on the default JavaFX style. It does not use refer to DiagramViewer, because the viewer delegates the creation of content visuals to users and does not know the font used in visuals. The visuals themselves are given bounds and never compute the preferred size. A general solution would be something like adding getPreferredSize to IVisual. Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
Ulrich Schöpp authored
The coordinates of diagram ports were rounded to the next grid position, while all other positions (bend points, component ports) were rounded down. As a result, the position of diagram ports can sometimes be off by one grid position. This probably was not noticed because the size of diagram ports in the diagram tape measure was multiplied by 2, so that the issue happend less often. Example: File > Open AF3 Example > Load ACC Example, open component AdaptiveCruiseControl and do automatic layout. Some arrows that should be horizontal are not quite. Signed-off-by:
Ulrich Schöpp <info@ulrichschoepp.de> Issue-Ref: 4184
-
- Dec 11, 2021
-
-
The position of aligned text depends on the width of the text, which may change. This happens when a CSS stylesheet redefines the default font. The diagram editor will open with slightly misplaced text (e.g. on channels), which is only updated when one moves the mouse. The class AlignedText updates the text translation automatically when the text size changes. Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
- Dec 10, 2021
-
-
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4184
-
For models with larger data dictionaries, the update of the data dictionary can become slow enough that editing element names becomes difficult. This commit changes the DynamicTreeTableViewer such that not the whole tree is re-build on every update. This solves the issue with the data dictionaries. Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 4192
-
Andreas Bayha authored
4180: ModelContext.checkIDs(): Stop generation of error messages after 100 lines Closes af3#4180 See merge request !162
-
Andreas Bayha authored
4179 Add null check for model element handlers See merge request !161
-
Andreas Bayha authored
Issue-Ref: 4180 Issue-Url: af3#4180 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Andreas Bayha authored
Issue-Ref: 4179 Issue-Url: af3#4179 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Dec 09, 2021
-
-
Simon Barner authored
* Works around performance problems with large models that have missing/erroneous IDs * Note that still all deteced problems will be fixed Issue-Ref: 4180 Issue-Url: af3#4180 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 4179 Issue-Url: af3#4179 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
4175: Adaptations to enable development of SOA architecture in separate plugins See merge request !160
-
Sebastian Bergemann authored
Issue-Ref: 4175 Issue-Url: af3#4175 Signed-off-by:
Sebastian Bergemann <bergemann@fortiss.org>
-
- Dec 03, 2021
-
-
Simon Barner authored
Issue-Ref: 4175 Issue-Url: af3#4175 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 26, 2021
-
-
Andreas Bayha authored
Kernel changes for: Add a first version of a library enabling the reuse of components (and more) See merge request !149
-
Adds and implements kernel space plugins for new reuse implementation. Issue-Ref: 4125 Issue-Url: af3#4125
-
- Nov 24, 2021
-
-
Simon Barner authored
* TODO: Cleanup/factorize this package (see #4176) Issue-Ref: 4175 Issue-Url: af3#4175 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 4175 Issue-Url: af3#4175 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 22, 2021
-
- Nov 19, 2021
-
-
Sebastian Bergemann authored
Issue-Ref: 4175 Issue-Url: af3#4175 Signed-off-by:
Sebastian Bergemann <bergemann@fortiss.org>
-
- Nov 18, 2021
-
-
Simon Barner authored
Update auto-layouter to ELK Closes af3#3872 See merge request !157
-
- Nov 17, 2021
-
-
Simon Barner authored
Issue-Ref: 3872 Issue-Url: af3#3872 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3872 Issue-Url: af3#3872 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 16, 2021
-
-
Signed-off-by:
Ulrich Schöpp <schoepp@fortiss.org> Issue-Ref: 3872
-
- Nov 15, 2021
-
-
Simon Barner authored
4170: Enable to unset annotation value by entering the empty string See merge request !156
-
Andreas Bayha authored
Issue-Ref: 4170 Issue-Url: af3#4170 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
Simon Barner authored
4169: Install exception handler for command stack showing errors to user Closes af3#4169 See merge request !155
-
Andreas Bayha authored
Issue-Ref: 4169 Issue-Url: af3#4169 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Nov 11, 2021
-
-
Simon Barner authored
Issue-Ref: 4170 Issue-Url: af3#4170 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 4169 Issue-Url: af3#4169 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Oct 25, 2021
-
-
Johannes Eder authored
2.19 -> 2.20 See merge request !154
-
Johannes Eder authored
Issue-Ref: 4167 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-