1. 09 May, 2016 1 commit
    • Craig Watson's avatar
      (WIP) Interpolation of strokes. Progress so far: · 4491341a
      Craig Watson authored
      - UBGraphicsScene calls UBGraphicsStroke::addPoint, which returns a list
      of points that can be drawn. It may be none (e.g we discard very small
      segments), one (if we do no interpolation) or several.
      
      - Added a UBInterpolator base, abstract class. Various interpolation
      methods can be added easily.
      
      - Current methods: Basic spline (custom), Catmull-Rom spline (based on
      alglib), and Bézier
      
      - Added a setting to toggle interpolation. Added this to the UI as well
      4491341a
  2. 20 Apr, 2016 1 commit
  3. 14 Apr, 2016 1 commit
  4. 22 Mar, 2016 1 commit
  5. 15 Mar, 2016 1 commit
  6. 14 Mar, 2016 4 commits
  7. 09 Mar, 2016 3 commits
  8. 04 Mar, 2016 2 commits
    • Craig Watson's avatar
      Check settings at launch to avoid crashing · 46ce553d
      Craig Watson authored
      Some settings were changed between v1.02 and 1.10 (current), and some
      of these changes cause OpenBoard to crash at launch. This commit adds
      a function to check for these specific new settings, and wipe the old
      values if they are found.
      This avoids problems when the user upgrades from 1.02 without deleting
      their configuration file.
      
      (This is an alternative to having a post-install script, which would be
      ineffective in a multi-user configuration)
      46ce553d
    • Craig Watson's avatar
      Settings: save values to queue as they are requested · 85acf0d6
      Craig Watson authored
      UBSettings::value() now saves the requested value to the settings
      "queue" (hash table) for faster subsequent access
      85acf0d6
  9. 02 Mar, 2016 1 commit
    • Craig Watson's avatar
      New settings queue for UBSettings · 599f925d
      Craig Watson authored
      This should cut down on disk access. Instead of loading and saving
      settings directly through QSettings instances (which occasionally
      read and write to their associated file; but there is no way to control
      how often this happens), they are now added to a QHash for in-app
      access.
      
      Save() and load() functions were also added to enable manually saving
      the settings, and loading all settings from file, respectively.
      599f925d
  10. 21 Jan, 2016 1 commit
  11. 12 Jan, 2016 1 commit
  12. 17 Dec, 2015 1 commit
  13. 16 Dec, 2015 1 commit
  14. 06 Nov, 2015 1 commit
  15. 05 Nov, 2015 1 commit
  16. 31 Jan, 2015 1 commit
  17. 07 Oct, 2014 1 commit
  18. 11 Dec, 2013 1 commit
  19. 04 Dec, 2013 4 commits
  20. 29 Nov, 2013 1 commit
  21. 28 Nov, 2013 1 commit
  22. 22 Nov, 2013 1 commit
  23. 20 Aug, 2013 1 commit
  24. 14 Aug, 2013 1 commit
  25. 13 Aug, 2013 1 commit
  26. 28 Jun, 2013 1 commit
  27. 24 Jun, 2013 1 commit
  28. 21 Jun, 2013 1 commit
  29. 10 Jun, 2013 1 commit
  30. 24 May, 2013 1 commit
  31. 29 Apr, 2013 1 commit