1. 31 Jul, 2018 1 commit
  2. 25 Jul, 2018 1 commit
  3. 18 Jul, 2018 1 commit
  4. 12 Jun, 2018 2 commits
  5. 14 Mar, 2018 1 commit
  6. 19 Feb, 2018 5 commits
  7. 31 Jan, 2018 1 commit
  8. 23 Jan, 2018 1 commit
  9. 13 Dec, 2017 1 commit
  10. 09 Dec, 2017 1 commit
  11. 06 Dec, 2017 1 commit
  12. 28 Nov, 2017 1 commit
  13. 27 Nov, 2017 1 commit
  14. 21 Nov, 2017 1 commit
  15. 20 Nov, 2017 1 commit
  16. 13 Nov, 2017 1 commit
  17. 06 Nov, 2017 1 commit
  18. 24 Sep, 2017 1 commit
  19. 17 Sep, 2017 2 commits
  20. 24 Apr, 2017 1 commit
  21. 11 Mar, 2017 2 commits
  22. 05 Mar, 2017 1 commit
    • Craig Watson's avatar
      Add "set as background" to frame menu for images · aedebaf2
      Craig Watson authored
      Images (UBGraphicsPixmapitem and UBGraphicsSvgItem) can be set as
      background via the menu on their frame. Currently, the image is first
      centered and un-transformed before being set as background.
      
      The option in the frame appears for any UBGraphicsItem for which
      `data(UBGraphicsItemData::ItemCanBeSetAsBackground)` is true.
      
      This is (currently) only enabled for image items.
      aedebaf2
  23. 04 Mar, 2017 1 commit
    • Craig Watson's avatar
      Fix/re-enable checking for updates · 3d46bd0b
      Craig Watson authored
      We can (again) check for updates and, if an update is available, send
      the user to the site to download them.
      
      The old format (a .json specifying a version number and download URL)
      was kept. The address for this file is now specified in the settings.
      3d46bd0b
  24. 12 Feb, 2017 2 commits
  25. 08 Jan, 2017 1 commit
  26. 14 Nov, 2016 1 commit
  27. 13 Nov, 2016 1 commit
    • Craig Watson's avatar
      Background cross color is now a setting in the config file · 2fd0cc87
      Craig Watson authored
      This allows users to change the color of the background grid e.g if they
      are using a projector or other low-contrast display.
      
      The settings are in the `Board` category and are named `CrossColorDarkBackground`
      and `CrossColorLightBackground`. They take strings representing the
      color in any of the following formats:
      
      - #RGB (Hexadecimal digits)
      - #RRGGBB
      - #AARRGGBB
      - #RRRGGGBBB
      - #RRRRGGGGBBBB
      - Any SVG color keyword name (as defined by W3C)
      2fd0cc87
  28. 06 Nov, 2016 1 commit
  29. 15 Oct, 2016 1 commit
    • Craig Watson's avatar
      Added stroke simplification algorithm · df71f158
      Craig Watson authored
      If enabled in the preferences menu, pen and marker strokes will be
      replaced by a simplified stroke after they are drawn.
      
      The algorithm is very basic (for now): if three points are almost lined
      up (the threshold angle can be specified in the config file), then the
      middle one is removed. This is repeated over the whole stroke; new
      polygons are then generated based on the simplified stroke points.
      
      This typically cuts down on number of points and polygons by a factor of
      about 10, while having minimal visual impact.
      df71f158
  30. 09 Oct, 2016 1 commit
  31. 24 Sep, 2016 2 commits