Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jul 19, 2024
  2. Jul 18, 2024
  3. Jul 16, 2024
  4. Jul 12, 2024
  5. Jul 10, 2024
  6. Jul 09, 2024
  7. Jul 08, 2024
  8. Jul 05, 2024
  9. Jul 04, 2024
  10. Jul 03, 2024
  11. Jul 02, 2024
    • rhenck's avatar
      [editor] Refactor TextEditor · 2bb7ec2c
      rhenck authored
      - Remove simple variant and integrate it into the normal one with added 
      switch for less controls available and smaller size.
      2bb7ec2c
  12. Jun 27, 2024
  13. Jun 25, 2024
  14. Jun 17, 2024
  15. Jun 03, 2024
  16. May 30, 2024
    • rhenck's avatar
      [editor] Add static icons and names to element classes · dae0f897
      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.
      dae0f897
  17. May 28, 2024
    • rhenck's avatar
      [editor] Refactor section-insert dialog · a5f8ec5e
      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.
      a5f8ec5e
  18. May 27, 2024
  19. May 26, 2024
  20. Feb 09, 2024
  21. Feb 02, 2024
  22. Nov 13, 2023
  23. Oct 26, 2023
  24. Aug 07, 2023
  25. Aug 04, 2023
  26. Jul 28, 2023
  27. Jul 24, 2023
    • rhenck's avatar
      Rework class constructors · 81de7c0f
      rhenck authored
      In Player-context the constructors are to fail, when the given 
      properties are not exactly as expected. Therefoore they are validated. 
      When this validation fails, an environment variable is checked to 
      determine if the element should be created anyway with defaults. This 
      switch is off in player-context. But the Editor is not so strict and can 
      create elements with incomplete parameters.
      
      There is also a new VersionManager which checks given unit definitions 
      for version-validity. Upon failing this check Player and Editor show 
      error messages.
      The Editor accepts a certain unit definition version, but shows a 
      warning.
      
      The Editor checks units for invalid references after loading. If any are 
      found, they are removed and an info-panel is shown.
      81de7c0f
  28. Jul 17, 2023
Loading