1. 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
  2. 06 Sep, 2016 2 commits
  3. 05 Sep, 2016 1 commit
  4. 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
  5. 13 May, 2016 1 commit
  6. 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
  7. 11 Apr, 2016 1 commit
  8. 21 Mar, 2016 1 commit
  9. 23 Feb, 2016 1 commit
  10. 16 Feb, 2016 1 commit
  11. 14 Jan, 2016 2 commits
  12. 22 Dec, 2015 1 commit
  13. 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
  14. 17 Nov, 2015 1 commit
  15. 16 Nov, 2015 1 commit
    • Craig Watson's avatar
      First pass at OS X port (Qt4->5; Carbon->Cocoa) · 91cc74fb
      Craig Watson authored
      Application compiles and runs, with some caveats. Full list of changes:
      
      - minor changes related to Qt4->Qt5 API differences
      
      - Replaced calls to Carbon framework by Cocoa
      
      - Removed registering of AE event handler. Seems to be done
      automatically in Qt5.
      
      - temporarily removed Podcast functionality, pending (presumably)
      complete re-write due to Quicktime being obsolete in newer OS X
      versions.
      
      - Created OBCocoa namespace, and associated files src/core/OBCocoa.h/.mm, to
      handle OS X - specific system calls. Currently used only by
      UBApplication, but can in the future provide a useful interface between
      the cocoa framework and OB, to avoid having too much OSX-specific code
      in various files
      91cc74fb
  16. 09 Nov, 2015 1 commit
  17. 06 Nov, 2015 4 commits
  18. 05 Nov, 2015 2 commits
  19. 16 Oct, 2014 1 commit
  20. 27 Mar, 2014 1 commit
  21. 04 Mar, 2014 2 commits
  22. 21 Jan, 2014 1 commit
  23. 10 Dec, 2013 1 commit
  24. 28 Nov, 2013 1 commit
  25. 22 Nov, 2013 1 commit
  26. 02 Oct, 2013 1 commit
  27. 02 Sep, 2013 1 commit
  28. 14 Aug, 2013 2 commits
  29. 13 Aug, 2013 1 commit
  30. 09 Aug, 2013 1 commit
  31. 05 Aug, 2013 2 commits