1. 21 Dec, 2015 4 commits
  2. 18 Dec, 2015 1 commit
  3. 17 Dec, 2015 2 commits
  4. 16 Dec, 2015 2 commits
  5. 15 Dec, 2015 4 commits
  6. 14 Dec, 2015 6 commits
  7. 11 Dec, 2015 3 commits
    • Craig Watson's avatar
      Fixed partial screenshot in desktop mode · c6cc0d3a
      Craig Watson authored
      Note: the screenshot can only be taken on the primary display now
      (rather than on the display in which the mouse is, as was the case
      before).
      c6cc0d3a
    • Craig Watson's avatar
      Fixed duplication of groups · d6503534
      Craig Watson authored
      Previously, duplication did not copy the transformation matrices of group
      members correctly. This made grouped objects move away when saving and
      re-opening a document.
      This should now be fixed.
      d6503534
    • Craig Watson's avatar
      Fix video loading from file · 76636f73
      Craig Watson authored
      - Added an overload for setMatrix in UBGraphicsMediaItem, to propagate
        matrix changes to the child videoItem
      - Upon loading a video, the child videoItem is now added correctly, and
        set to the right position
      76636f73
  8. 10 Dec, 2015 3 commits
  9. 09 Dec, 2015 8 commits
  10. 08 Dec, 2015 3 commits
  11. 07 Dec, 2015 2 commits
    • Craig Watson's avatar
      Protractor: fixed font size on windows · ec5bc498
      Craig Watson authored
      ec5bc498
    • Craig Watson's avatar
      Fixed protractor tool · 7e96ab18
      Craig Watson authored
      - Corrected and cleaned up rotation calculation
      - Fixed button position/size issues (clickable area didn't correspond to the button image)
      - Fixed tool flashing during resizing
      - (new feature) Buttons now scale proportionally to the protractor when it is resized
      - Everything is now drawn by default at a scale of 1 instead of 1.5
      - Pen width set to 0 (i.e always 1 pixel thick regardless of zoom), to keep the old look & feel
      - Scaled the marker tool image (.svg) to look like it did before without scaling it in code
      - Removed debug messages
      
      Tested on OS X, works fine.
      7e96ab18
  12. 04 Dec, 2015 2 commits
    • Craig Watson's avatar
      Fixed "Add to library" button showing up for apps · b5b8c722
      Craig Watson authored
      Caused by one occurence of "uniboardtool" having been replaced by
      "OpenboardTool" instead of "openboardtool".
      For consistency's sake, this was changed to openboardtool, but these URL
      / application name changes require a clean-up (all occurences of
      "uniboardtool" are commented out; these should either be removed, or the
      changes reverted)
      b5b8c722
    • Craig Watson's avatar
      Added Vim files to .gitignore · 16b4a8fc
      Craig Watson authored
      16b4a8fc