This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 19, 2024
-
-
rhenck authored
-
- Nov 08, 2024
- Nov 06, 2024
-
-
rhenck authored
-
- Nov 05, 2024
- Oct 31, 2024
- Oct 22, 2024
-
-
jojohoch authored
- Image - Hotspot-Image - Audio - Video - Geometry - DragNDropValueObject (imgFileName, audioFileName) - LikertRowElement (imgFileName, audioFileName)
-
- Oct 21, 2024
-
-
jojohoch authored
-
- Oct 17, 2024
-
-
rhenck authored
-
- Oct 15, 2024
-
-
rhenck authored
-
- Oct 08, 2024
-
-
rhenck authored
Also refactor a lot of stuff around the page canvas and unit view. #684
-
- Jul 19, 2024
-
-
rhenck authored
New section components no longer get their number on creation. This has the effect that the section gets a new number and is updated again with all others after that. Numbering of all sections is triggered in one place (UnitService) and updates all existing sections.
-
- Jul 18, 2024
- Jul 17, 2024
-
-
Richard Henck authored
-
- Jul 16, 2024
- Jul 15, 2024
-
-
rhenck authored
Setting the mode in the constructor was too early.
-
- Jul 12, 2024
-
-
rhenck authored
Everybody is considered expert but role 'developer'. The host application allows not saving the unit when rights are insufficient, so the editor needs not to take care of that. Having full rights allows for better inspection of units even if it can't be changed(saved).
-
- Jul 05, 2024
- Jun 26, 2024
-
-
Richard Henck authored
-
- Jun 25, 2024
-
-
rhenck authored
-
- Jun 24, 2024
- Jun 19, 2024
-
-
rhenck authored
-
- Jun 17, 2024
-
-
rhenck authored
-
- Jun 03, 2024
-
-
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.
-
- 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.
-
rhenck authored
-
rhenck authored
Only works for a few commands (mainly page and section stuff). - Adds new menu to page-bar, which shows issued change commands with a button to rollback the latest change. - Added warning to the UI element that this is a experimental feature and can destroy units. - Undo is done by having the normal function to apply the change to the unit-object and another to undo this change. The HistoryService manages the list and calling rollack (via UnitService). - Further refactiring to the unit services.
-
- May 27, 2024