- May 05, 2022
-
-
Simon Barner authored
* DiagramTapeMeasure: The only changed method is getTextExtent() Issue-Ref: 4232 Issue-Url: af3#4232 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Apr 27, 2022
-
-
Andreas Bayha authored
Issue-Ref: 4229 Issue-Url: af3#4229 Signed-off-by:
Andreas Bayha <bayha@fortiss.org>
-
- Feb 21, 2022
-
-
Simon Barner authored
Issue-Ref: 3946 Issue-Url: af3#3946 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3946 Issue-Url: af3#3946 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 4161 Issue-Url: af3#4161 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 17, 2021
-
-
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
-
- Oct 25, 2021
-
-
Johannes Eder authored
Issue-Ref: 4167 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Apr 19, 2021
-
-
Johannes Eder authored
Issue-Ref: 4124 Issue-Url: https://af3-developer.fortiss.org/issues/4124 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Oct 26, 2020
-
-
Johannes Eder authored
Issue-Ref: 4079 Issue-Url: https://af3-developer.fortiss.org/issues/4079 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- 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>
-
- 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>
-
- Apr 14, 2020
-
-
Alexander Diewald authored
Issue-Ref: 4000 Issue-Url: https://af3-developer.fortiss.org/issues/4000 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 27, 2020
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Dec 17, 2019
-
-
Alexander Diewald authored
* Only use delegate factories in the FX editor base. By that all editors are extensible. * Move the definition of the factories of one editor from the editor to its bindings. * Create the concrete factories by reflection when a FX editor is constructed. Issue-Ref: 3883 Issue-Url: https://af3-developer.fortiss.org/issues/3883 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Dec 11, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3883 Issue-Url: https://af3-developer.fortiss.org/issues/3883 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* For Connectors & Links. * Add a controller for HierarchicElements. Issue-Ref: 3883 Issue-Url: https://af3-developer.fortiss.org/issues/3883 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* Move fx-base classes dealing with controllers to a dedicated package to prepare adding more base classes. * Place type checks in the constructors of AF3 base classes to avoid them in the large set of concrete classes. * Transform several base classes to classes such that they can be directly instantiated by factories if no specialization is needed. Issue-Ref: 3883 Issue-Url: https://af3-developer.fortiss.org/issues/3883 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Dec 09, 2019
-
-
Johannes Eder authored
* removed all constraint classes Issue-Ref: 3891 Issue-Url: https://af3-developer.fortiss.org/issues/3891 Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
- Nov 28, 2019
-
-
Tiziano Munaro authored
Base classes for standard boxes-and-wires diagram have been introduces in order to avoid code duplication among similar diagram types. Issue-Ref: 3874 Issue-Url: https://af3-developer.fortiss.org/issues/3874 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
- Nov 07, 2019
-
-
Florian Hölzl authored
Issue-Ref: 3815 Issue-Url: https://af3-developer.fortiss.org/issues/3815 Signed-off-by:
Florian Hoelzl <hoelzl@fortiss.org>
-
- Oct 15, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3852 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- May 03, 2019
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3725 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- Jan 23, 2019
-
-
Alexander Diewald authored
* Refer to the modular JDK-11 in the classpath. * Depend on openjfx plugins from Tom Schindl. Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Nov 30, 2018
-
-
Sudeep Kanav authored
Issue-Ref: 3536 Signed-off-by:
Sudeep Kanav <kanav@fortiss.org>
-
- Nov 28, 2018
-
-
Simon Barner authored
* Retain almost all ratings ratings * Exception: AbstractTextCellDatabindingEditingSupport, whose setupFieldAssist() method was removed since * it would have introduced a dependency to another package in base.ui only because is "FieldAssist" class was referenced in the method *comment*. * However, this method is only used very rarely and users of the class setup up their field assist in createCellEditor() instead. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Sep 24, 2018
-
-
reaboi authored
Signed-off-by:
reaboi <reaboi@fortiss.org>
-
- Aug 14, 2018
-
-
Florian Hölzl authored
Signed-off-by:
Florian Hoelzl <hoelzl@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>
-
- Apr 17, 2018
-
-
Alexander Diewald authored
Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Apr 13, 2018
-
-
Filip Reaboi authored
-
- Mar 06, 2018
-
-
Filip Reaboi authored
refs 3240
-
- Nov 29, 2017
-
-
Simon Barner authored
- Code is applicable to both TableCells and TableViewers. - In accordance SWT base classes. refs 3176
-
- Nov 23, 2017
-
-
Levi Lucio authored
refs 3039
-
- Nov 22, 2017
-
-
Levi Lucio authored
refs 3039
-
- Nov 10, 2017
-
-
Filip Reaboi authored
refs 3148
-
- May 12, 2017
-
-
Simon Barner authored
- Initial import of KIELER-based auto-layout initially implemented by Philip Offtermatt (offtermatt@) - TODO - Code cleanup - UI integration refs 2898
-
Simon Barner authored
refs 2898
-
Simon Barner authored
- Initial Import of KIELER-based auto-layout initially implemented by Philip Offtermatt (offtermatt@) - TODO - Code cleanup - UI integration
-
- Apr 19, 2017
-
-
Simon Barner authored
- See https://github.com/lcaron/opal/ refs 2943
-