1. 19 Feb, 2019 1 commit
  2. 05 Feb, 2019 1 commit
  3. 08 Jan, 2019 1 commit
  4. 02 Oct, 2018 2 commits
  5. 17 Sep, 2018 1 commit
  6. 07 Sep, 2018 1 commit
  7. 31 Jul, 2018 1 commit
  8. 18 Jul, 2018 1 commit
  9. 12 Jun, 2018 1 commit
  10. 14 Mar, 2018 1 commit
  11. 19 Feb, 2018 2 commits
  12. 31 Jan, 2018 1 commit
  13. 23 Jan, 2018 2 commits
  14. 20 Dec, 2017 1 commit
  15. 19 Dec, 2017 1 commit
  16. 28 Nov, 2017 1 commit
  17. 20 Nov, 2017 1 commit
  18. 13 Nov, 2017 2 commits
  19. 03 Nov, 2017 3 commits
  20. 02 Nov, 2017 1 commit
  21. 12 Oct, 2017 4 commits
  22. 10 Oct, 2017 2 commits
  23. 26 Sep, 2017 1 commit
  24. 25 Sep, 2017 1 commit
  25. 24 Sep, 2017 1 commit
  26. 22 May, 2017 1 commit
    • Craig Watson's avatar
      Allow cut-and-pasting items between pages · 457aef5b
      Craig Watson authored
      Previously, items such as audio, video, and widget items could not be
      cut and pasted because when the page was saved, any item that had been
      deleted was permanently removed (including its source file, in the case
      of these mulitmedia items).
      
      This commit prevents the deletion any item in the undoStack
      (i.e, items that have been deleted) when the document is persisted,
      meaning the source file is still available when pasting the item on
      another page (or document).
      
      Note that this can lead to cases where the source file is kept in the
      document even when no item is present. This should be a relatively rare
      occurence, however.
      457aef5b
  27. 23 Apr, 2017 1 commit
    • Craig Watson's avatar
      Fix for copy/paste issues · fc81e27b
      Craig Watson authored
      This fixes two related issues:
      1) When taking a partial screenshot of the desktop, then copying it
      (Ctrl-C) and pasting it in a new document, it was not saved
      2) When a page of one document was copied into another (in document
      mode, by dragging the page onto another document), media files
      disappeared from the new page.
      fc81e27b
  28. 11 Mar, 2017 1 commit
  29. 28 Jan, 2017 1 commit
    • Craig Watson's avatar
      Fix for text items' buttons overflowing from frame · fe6b9251
      Craig Watson authored
      This was observed in some cases on low-resolution screens, at least on
      Linux and Windows.
      
      The previously hardcoded value for the width of the text items' titlebar
      (consisting of the buttons for formatting text) was replaced by a
      method calculating its width (which varies based on screen resolution).
      fe6b9251
  30. 14 Jan, 2017 1 commit
    • Craig Watson's avatar
      Fixes for media item grouping: · 09ab3e19
      Craig Watson authored
      - Selecting multiple media items then grouping them didn't behave as it
      should for other items => fixed by adding type tests
      - A group containing several media items wasn't saved to SVG with those media
      items as children, due to incorrect UUID copying in the mediaItems's
      deepCopy() methods
      09ab3e19