1. 23 Feb, 2016 2 commits
    • Craig Watson's avatar
      Fixed documents being accidentally permanently deleted in some cases · 19dd4d1f
      Craig Watson authored
      When both a folder and items it contained were selected, and trashed,
      the documents could sometimes be deleted twice and thus, permanently
      deleted when one just intended to move them to the trash.
      19dd4d1f
    • Craig Watson's avatar
      Corrected stroke movement · 2c5793b5
      Craig Watson authored
      - When clicking a stroke, they aren't moved immediately anymore; a
      certain drag distance is necessary, which makes it easy (again) to
      select a stroke with a stylus (which tends to move a little as it is
      clicked, hence the problem).
      
      - Removed duplicate code; the movement is now managed by
      QGraphicsItemGroup::mouseMoveEvent. This prevents use of the transform()
      method to get the stroke's transformation matrix; so sceneTransform() is
      used instead when copying a strokes group.
      
      - Also fixed an oversight in UBBoardView: Media items couldn't be moved
      directly anymore.
      2c5793b5
  2. 22 Feb, 2016 5 commits
  3. 18 Feb, 2016 5 commits
  4. 17 Feb, 2016 2 commits
    • Craig Watson's avatar
      Removed forgotten debug message · c619a9db
      Craig Watson authored
      c619a9db
    • Craig Watson's avatar
      Fixed pen strokes not being loaded in right position · 0879179c
      Craig Watson authored
      - Modified UBvgSubsetAdaptor to correctly save and load strokes, so the
      transform matrices that were saved are now loaded correctly.
      
      - Added handling of mousePress / Move / Release events to
      UBGraphicsStrokesGroup, so that the transform matrix is calculated and
      stored after moving a pen stroke directly (by clicking on it, and not on
      its frame). Note: this duplicates quite a bit of code that is in
      UBGraphicsDelegateFrame. It may be best to go back and modify both
      classes so that the same functions can be called when moving a stroke.
      0879179c
  5. 16 Feb, 2016 2 commits
  6. 15 Feb, 2016 2 commits
  7. 23 Jan, 2016 1 commit
  8. 21 Jan, 2016 7 commits
  9. 19 Jan, 2016 1 commit
  10. 14 Jan, 2016 5 commits
  11. 12 Jan, 2016 5 commits
  12. 11 Jan, 2016 3 commits