- 19 Sep, 2018 2 commits
-
-
Hernan Ponce de Leon authored
Issue-Ref:3514 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
-
- 17 Sep, 2018 5 commits
-
-
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>
-
Hernan Ponce de Leon authored
3203 extend the lambda utils See merge request !18
-
Hernan Ponce de Leon authored
Issue-Ref:3203 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Alexander Diewald authored
It is already provided for collections and streams in Java 8. Issue-Ref: 3203 Issue-Url: https://af3-developer.fortiss.org/issues/3203 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3209 Issue-Url: https://af3-developer.fortiss.org/issues/3209 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- 06 Aug, 2018 2 commits
-
-
Hernan Ponce de Leon authored
1326 comments in code specification m See merge request !15
-
Hernan Ponce de Leon authored
Issue-ref:1326 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- 03 Aug, 2018 1 commit
-
-
reaboi authored
YELLOW Signed-off-by:
reaboi <reaboi@fortiss.org>
-
- 02 Aug, 2018 2 commits
-
-
Hernan Ponce de Leon authored
Issue-Ref:1306 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
Issue-Ref: 1326 Issue-Url: https://af3-developer.fortiss.org/issues/1326 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- 01 Aug, 2018 1 commit
-
-
reaboi authored
YELLOW Signed-off-by:
reaboi <reaboi@fortiss.org>
-
- 31 Jul, 2018 1 commit
-
-
Alexander Diewald authored
Eliminate outdated and unused copy of JGraphT library See merge request !12
-
- 30 Jul, 2018 1 commit
-
-
Simon Barner authored
Issue-Ref: 3478 Issue-Url: https://af3-developer.fortiss.org/issues/3478 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- 05 Jul, 2018 2 commits
-
-
Hernan Ponce de Leon authored
3401 developer documentation kernel See merge request !11
-
Hernan Ponce de Leon authored
Issue-Ref:3401 Signed-off-by:
Hernan Ponce de Leon <ponce@fortiss.org>
-
- 04 Jul, 2018 9 commits
-
-
Simon Barner authored
* Reference issue #3469 for remaining TODOs Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- 03 Jul, 2018 3 commits
-
-
https://git.fortiss.org/af3/kernel.gitSimon Barner authored
Merge branch 'master' of https://git.fortiss.org/af3/kernel.git into 3401-developer_documentation_kernel
-
Simon Barner authored
Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Add UML diagram * Description of metaclasses * Clarify that there are two constraint services Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- 28 Jun, 2018 5 commits
-
-
Hernan Ponce de Leon authored
JavaFX: Add Single-Node View support. See merge request !10
-
Johannes Eder authored
-
Alexander Diewald authored
* Add an abstract method for "initialize()". * Fixed comments. Issue-Ref: 3463 Issue-Url: https://af3-developer.fortiss.org/issues/3463 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Johannes Eder authored
Signed-off-by:
Johannes Eder <eder@fortiss.org>
-
Alexander Diewald authored
* Modify the constructors such that AF3FXViewParts can be created that only contain a single FX node/control, and do not come along with a FXML layout file. * Due to signature conflicts, the css location must be given in the constructor. The default case is to use "null" such that the OS-native look is used. * Add a method "setChildNodeFinal" that must be used to add the FX node to the view. It is not possible to do this in constructors since the FX toolkit is not initialized at this point in time. Issue-Ref: 3463 Issue-Url: https://af3-developer.fortiss.org/issues/3463 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- 26 Jun, 2018 2 commits
-
-
Alexander Diewald authored
3459 check i ds avoid duplicate save See merge request !8
-
Alexander Diewald authored
Issue-Ref: 3459 Issue-Url: https://af3-developer.fortiss.org/issues/3459 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- 20 Jun, 2018 2 commits
-
-
Simon Barner authored
* Print list of all affected elements * Indicate if it ID was missing or duplicated Issue-Ref: 3459 Issue-Url: https://af3-developer.fortiss.org/issues/3459 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3459 Issue-Url: https://af3-developer.fortiss.org/issues/3459 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- 19 Jun, 2018 2 commits
-
-
Simon Barner authored
* Introduction copied from: https://af3-developer.fortiss.org/projects/autofocus3/wiki/Tooling_Kernel_Concepts_and_Services * Details copied from: package.htmls Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Mark ConstraintInstanceContainer deprecated * Add TODOs for metaclasses related to constraints. Issue-Ref: 3401 Issue-Url: https://af3-developer.fortiss.org/issues/3401 Signed-off-by:
Simon Barner <barner@fortiss.org>
-