Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Sep 17, 2021
  2. Sep 16, 2021
  3. Sep 14, 2021
  4. Sep 08, 2021
  5. Sep 07, 2021
    • rhenck's avatar
      [editor] Refactor dialog service · 6e98bce0
      rhenck authored
      Clearer structure of methods and parameters.
      Also some more stuff regarding the switch from angular-editor to 
      tinymce.
      6e98bce0
  6. Sep 06, 2021
    • rhenck's avatar
      [editor] Replace @kolkov/angular-editor with tinyMCE · e1b3847a
      rhenck authored
      The old one has bugs, like not setting background color. It also relies 
      on deprecated API features, which may stop working any time.
      TinyMCE did not exhibit any bugs so far.
      
      This is the basic installation. rework of the whole DialogService and 
      it's editors follows.
      e1b3847a
  7. Sep 03, 2021
  8. Sep 02, 2021
  9. Sep 01, 2021
    • rhenck's avatar
      [Editor] Improve code comments · 7b43430e
      rhenck authored
      7b43430e
    • rhenck's avatar
      [editor] Fix/Add drag boundaries · f6ce969b
      rhenck authored
      f6ce969b
    • rhenck's avatar
      [editor] Rework drag and drop of dynamic sections · c2a9d50b
      rhenck authored
      To make it work that the section itself can handle drop events, but
      also have the canvas to handle drops when outside of the section, all
      the allowed dropLists have to be connected. Because the lists are not
      properly nested (see below), this needs to be done manually by IDs.
      This list is given to the necessary dropLists to make it possible to
      drop items not only into them but also any other connected dropLists.
      
      Dynamic sections have droplists for the grid cells next to the actual
      elements. Elements can not be children of the grid cells because they
      can span over multiple cells.
      
      Dynamic sections don't have a general drop area, like static sections.
      They have grid placeholder elements which are droplists. Therefore they
      have no parent dropList to add to the list but themselves.
      Static elements only have the parent, which is added to the list.
      
      Resizing in dynamic sections is handled by the section/element-overlays
      themselves.
      
      Ticket #38
      c2a9d50b
    • jojohoch's avatar
      eebe3f36
  10. Aug 31, 2021
  11. Aug 30, 2021
  12. Aug 27, 2021
Loading