This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Jun 24, 2024
- Jun 20, 2024
-
-
jojohoch authored
-
rhenck authored
MeasurePipe is now standalone.
-
rhenck authored
20s is hopefully enough.
-
jojohoch authored
-
rhenck authored
Expansion oanel seems not to render properly - the last element is not there right away. A wait-command seems to help.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
- Jun 19, 2024
- Jun 18, 2024
-
-
jojohoch authored
-
- Jun 17, 2024
- Jun 07, 2024
- Jun 06, 2024
-
-
Richard Henck authored
#643
-
- Jun 05, 2024
-
-
rhenck authored
-
- Jun 03, 2024
-
-
rhenck authored
Frames are meant to be in the background and putting elements on top is common with them.
-
rhenck authored
-
rhenck authored
Used by reference and delete dialogs.
-
rhenck authored
This is only used by the Editor. It was in common while the SanitizationService was used by the Player which then could display errors. Sanitization has been refactored and this is no longer needed.
-
- Jun 01, 2024
-
-
rhenck authored
-
- May 30, 2024
-
-
rhenck authored
Separating code changes is rather hard right now, so there is a lot of stuff that is part of this commit that should not. Details below. - All elements have static fields that holds their title and icon. This way dynamic lists can be built (for example for delete dialog) which show title and icon for all elements. ALso icons and names can be changed in one place. - Template-Tab has been added. This should have templates to help creating groups of ui elements. This is work in progress and there are actually no templates yet. So this will change or even be removed in the future. This is mostly UI, the code is "TODO". - Refactoring and improvement for delete and reference dialogs - Delete logic refactored for elements, sections and pages. There are no longer different dialogs when references are found, but instead one dialog that can do both.
-
- May 28, 2024
-
-
rhenck authored
Visual overhaul and another way of inserting a section. The section code is saved to a global variable which can be used as well. Does obviously not work accress edit sessions or different units, therefore the old way is preserved.
-