1. 10 Sep, 2016 1 commit
  2. 08 Sep, 2016 2 commits
  3. 06 Sep, 2016 4 commits
  4. 05 Sep, 2016 3 commits
  5. 04 Sep, 2016 2 commits
  6. 03 Sep, 2016 1 commit
  7. 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
  8. 22 Jun, 2016 3 commits
  9. 13 Jun, 2016 1 commit
  10. 13 May, 2016 2 commits
  11. 12 May, 2016 3 commits
  12. 11 May, 2016 4 commits
  13. 10 May, 2016 1 commit
  14. 09 May, 2016 2 commits
  15. 06 May, 2016 3 commits
  16. 26 Apr, 2016 4 commits
  17. 25 Apr, 2016 2 commits
    • Craig Watson's avatar
      Improvements to packaging script for Linux: · dcebc11e
      Craig Watson authored
          - Qt plugins and libraries (and associated files) bundled only if necessary
          - Dependencies corrected (for Ubuntu 14.04 and 16.04, at least),
          mostly manually for now
          - run.sh sets Qt plugin path environment variable (=> qt.conf
          no longer needed; removed)
      dcebc11e
    • Craig Watson's avatar
      Don't scale text items when importing a document · 2c6ec356
      Craig Watson authored
      Just commented out the line since I'm not 100% sure it can be removed
      (though I can't find a case where it is useful)
      2c6ec356