1. 28 Nov, 2017 1 commit
  2. 27 Nov, 2017 1 commit
  3. 20 Nov, 2017 1 commit
  4. 14 Nov, 2017 1 commit
  5. 13 Nov, 2017 1 commit
  6. 03 Nov, 2017 5 commits
  7. 02 Nov, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 12 Oct, 2017 4 commits
  10. 24 Sep, 2017 1 commit
  11. 17 Sep, 2017 3 commits
  12. 30 Apr, 2017 1 commit
  13. 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
  14. 22 Feb, 2017 1 commit
  15. 27 Nov, 2016 1 commit
  16. 15 Nov, 2016 1 commit
  17. 08 Sep, 2016 1 commit
    • Craig Watson's avatar
      Fix nested folder bug · c8c26858
      Craig Watson authored
      In the right-hand pane, two folders that were at the same path and whose
      names started with the same characters were considered to be nested by
      the breadcrumbs trail.
      
      E.g, folders named "abc" and "abcd", both in the "Audio" folder:
      clicking on "abcd" made the breadcrumb trail display "[Audio] > [abc] >
      [abcd]"
      c8c26858
  18. 06 Sep, 2016 2 commits
  19. 05 Sep, 2016 1 commit
  20. 02 Sep, 2016 1 commit
    • Craig Watson's avatar
      User-resizable background grid: · 081dbee1
      Craig Watson authored
      - The background selection palette now includes a slider to change the
      size of the background grid. Default min/max values are 16 and 64px,
      defined in UBSettings. Grid resizes dynamically as the slider is moved.
      - Measuring tools' (ruler, triangle) markers follow grid size: 1 square
      of the background grid corresponds to 1cm
      - Grid size can be different for each page of a document
      - Grid size is saved in the .svg
      - Documents with a background grid but no specified grid size follow the
      default size defined in UBSettings.
      
      Previously, grid size was calculated based on DPI, which can vary from
      one OS, computer or display to the next. This new setting allows
      documents to be migrated from one machine to another with no unexpected
      changes in grid size happening. It also makes it easy to correct any
      problems importing old documents (whose grid size might be smaller or
      larger than expected when imported on a new version of OpenBoard).
      081dbee1
  21. 13 May, 2016 1 commit
  22. 06 May, 2016 1 commit
    • Craig Watson's avatar
      Fixed indexing of control and display screens · 5f97b1cf
      Craig Watson authored
      Caused problems e.g with podcast mode, where if the control and display
      views were swapped in the preferences, the wrong screen would be recorded
      when switching to desktop mode during recording of the podcast.
      This happened even if only one screen was plugged in, so a black screen
      was recorded in that case (at least on OS X 10.10)
      5f97b1cf
  23. 11 Apr, 2016 1 commit
  24. 21 Mar, 2016 1 commit
  25. 23 Feb, 2016 1 commit
  26. 16 Feb, 2016 1 commit
  27. 14 Jan, 2016 2 commits
  28. 22 Dec, 2015 1 commit
  29. 03 Dec, 2015 1 commit
    • Craig Watson's avatar
      Fixed compilation on Windows; · 8254e807
      Craig Watson authored
      The project didn't compile on Windows.. list of modifications:
      
      - Added essential changes that hadn't been committed / pushed (Qt4->Qt5
      changes; other misc. changes by Abdel)
      - Temporarily disabled podcasts, as the modules don't compile with Qt5.2/
      5.5
      
      Currently, the application compiles on Windows, with MSVC2010 32-bit
      8254e807