Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 11, 2023
  2. Aug 10, 2023
  3. Jul 31, 2023
  4. 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
  5. Jul 14, 2023
  6. Jul 04, 2023
  7. Jun 23, 2023
  8. Jun 15, 2023
  9. Jun 06, 2023
    • rhenck's avatar
      [player] Refactor outbound Verona-Service · f90cd754
      rhenck authored
      Most importantly remove the standalone switch and let the service always 
      send postMessage, even when there is no surrounding application 
      listening. This helps testability and has no downsides.
      
      Also:
      - Make methods static where applicable
      - Remove useless variables and methods
      - Improve variable initialisation (to allow undefined)
      f90cd754
  10. Nov 24, 2022
  11. Nov 02, 2022
  12. Oct 21, 2022
  13. Oct 04, 2022
  14. Sep 21, 2022
  15. Sep 15, 2022
    • rhenck's avatar
      Rework ID handling · 0e45e323
      rhenck authored
      - remove ID handling from model classes. This is now done by the editor 
      itself (mainly unit service).
      - Rename and move IDManager to editor as IDService
      0e45e323
  16. Sep 10, 2022
  17. Sep 09, 2022
  18. Sep 08, 2022
    • jojohoch's avatar
      [player] Remove UnitUtils · c97e4c10
      jojohoch authored
      - Use Unit's getAllElements method of Unit instead of
      UnitUtils.findUIElements to get all DragNDropValueObjects
      in UnitComponent
      -Remove unnecessary timeout in UnitComponent
      c97e4c10
    • jojohoch's avatar
      Refactor sanitizing ToggleButtons · c9e64708
      jojohoch authored
      - Sanitize without using unit definition version
      c9e64708
  19. Sep 05, 2022
  20. May 25, 2022
  21. May 21, 2022
  22. May 20, 2022
  23. May 19, 2022
  24. May 17, 2022
    • rhenck's avatar
      Refactor model interfaces to classes · 2e9be6e9
      rhenck authored
      This way elements can handle their logic themselves without having to
      rely on outside utility classes.
      
      Also restructure files in common in a more logical way.
      2e9be6e9
  25. May 12, 2022
  26. May 09, 2022
  27. May 06, 2022
  28. May 04, 2022
  29. May 03, 2022
  30. May 02, 2022
  31. Apr 29, 2022
Loading