1. 04 Sep, 2016 1 commit
  2. 03 Sep, 2016 1 commit
  3. 27 Jun, 2016 2 commits
    • Craig Watson's avatar
      Bumped version to 1.3.3 · 3a7c2945
      Craig Watson authored
      3a7c2945
    • Craig Watson's avatar
      Fixes to import and export of files containing PDFs · 3abf154d
      Craig Watson authored
      The scale of PDF items was sometimes badly calculated when opening a
      document made with a previous version of OpenBoard or made on another
      computer.
      
      Specifically, this solves the following issues:
      
      - PDF scale calculation in documents that did not specify the pageDPI
      used to render the PDF (happened with documents created with some old
      versions of OpenBoard)
      
      - PDF scale calculation in multi-page documents (it was set correctly
      for the first page, but not the following ones)
      3abf154d
  4. 22 Jun, 2016 3 commits
  5. 13 Jun, 2016 1 commit
  6. 13 May, 2016 2 commits
  7. 12 May, 2016 3 commits
  8. 11 May, 2016 4 commits
  9. 10 May, 2016 1 commit
  10. 09 May, 2016 2 commits
  11. 06 May, 2016 3 commits
  12. 26 Apr, 2016 4 commits
  13. 25 Apr, 2016 3 commits
  14. 21 Apr, 2016 5 commits
  15. 20 Apr, 2016 2 commits
  16. 19 Apr, 2016 3 commits
    • Craig Watson's avatar
      Corrected typo · 64371d08
      Craig Watson authored
      64371d08
    • Craig Watson's avatar
      Reworked build and deployment scripts for linux: · 9520ddeb
      Craig Watson authored
      - Separated building and packaging
      - OpenBoard is now installed in /opt/openboard instead of
      /usr/local/OpenBoard-$VERSION/
      - Placed a shortcut to run.sh in /usr/bin (so it can be executed with
      the `openboard` command)
      - Corrected .deb control files to avoid warnings e.g when installing via
      software center on Ubuntu
      - Added xdg bindings so that .ubz files are recognized and opened
      automatically with OpenBoard
      
      - Moved the release scripts into their own folder to clean up the
      repository root a bit
      
      (Merge branch 'new-release-script-linux' into dev)
      9520ddeb
    • Craig Watson's avatar
      88c1feaf