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 03, 2022
  2. Aug 02, 2022
  3. Aug 01, 2022
  4. May 05, 2022
  5. Apr 20, 2022
  6. Apr 07, 2022
  7. Apr 06, 2022
  8. Apr 05, 2022
  9. Apr 04, 2022
  10. Apr 01, 2022
  11. Mar 31, 2022
  12. Mar 30, 2022
  13. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      rhenck authored
      This can be enabled for TextFields and TextAreas and shows a keyboard
      at the bottom of the screen. This does NOT set the field to read-only
      which is probably wanted in a situation where the system keyboard is not
      to be used. For flexibility purposes it is not implicitly set and needs
      to be set manually. The same goes for other input assistance settings,
      which should not be used in addition to the keyboard but it is allowed.
      
      The keyboard has an extra switch to additionally show french special
      characters.
      6e0cf490
  14. Mar 10, 2022
  15. Mar 09, 2022
  16. Mar 04, 2022
  17. Mar 03, 2022
  18. Mar 02, 2022
    • rhenck's avatar
      Refactor unit definition and sanatizer · 874c1af3
      rhenck authored
      - Units and element are now built via the factory. This ensures only the
        wanted properties are present. All others are discarded.
      - Since the sanatizer is supposed to check the unit defintion version
        it is used by player and editor and therefore put in common.
        This in turn makes it necessary to put the JSON resolver settings
        in the root-TSConfig file.
      - Renamed a couple of properties to have clearer names.
      874c1af3
  19. Feb 21, 2022
    • rhenck's avatar
      Refactor properties panel · 53ef919f
      rhenck authored
      - Use sub components to reduce the size of the templates
      - Introduce field sets for input groups like dimensions and position
      - Improve logic to determine when to show some fields
      53ef919f
  20. Jan 20, 2022
  21. Jan 18, 2022
  22. Jan 13, 2022
  23. Dec 16, 2021
  24. Dec 14, 2021
    • rhenck's avatar
      [editor] Refactor color inputs · d67ba751
      rhenck authored
      Use a suffix button to activate color picker instead of having an extra 
      form field.
      
      Also add direct input for likert line coloring color.
      d67ba751
  25. Dec 13, 2021
    • rhenck's avatar
      Add flex orientation for dropList · 6dd9ba11
      rhenck authored
      This new setting makes child items space around in a row with line 
      break.
      
      Images in vertical alignment now always reserve the whole row and don't 
      appear next to each other.
      6dd9ba11
  26. Dec 09, 2021
    • rhenck's avatar
      Remove text field and area appearance variants and fix remaining · 7a3c8be2
      rhenck authored
      The other  variants are basically the same as filled. The only
      difference is the background color, which we are manilupating anyway.
      So there is no reason to keep them.
      
      Also for the background color directive different target elements are
      needed for the different appearance variants. This is now possible.
      As stylings of the old appearance are kept when changing the appearance
      the styles need to be removed first.
      In the moment the appearance value is changed the component is not
      actually changed yet and there we need to wait for another Angular
      change detection cycle, via timeout.
      7a3c8be2
  27. Dec 08, 2021
  28. Dec 03, 2021
  29. Dec 02, 2021
  30. Dec 01, 2021
  31. Nov 30, 2021
    • jojohoch's avatar
      Add property scale for video elements · f0844d0b
      jojohoch authored
      If the property is set, the video will be scaled as far as its
      container (static element or grid) allows, otherwise only up to its
      maximum native size.
      f0844d0b
    • jojohoch's avatar
      Add property scale for image elements · 87989036
      jojohoch authored
      If the property is set, the image will be scaled as far as its
      container (static element or grid) allows, otherwise only up to its
      maximum native size.
      87989036
Loading