- 31 Jul, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 25 Jul, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 18 Jul, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 12 Jun, 2018 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 14 Mar, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 19 Feb, 2018 5 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 31 Jan, 2018 1 commit
-
-
Clément Fauconnier authored
Revert "due to suspected instability with persistance Worker (randomly not persisted scenes, very hard to reproduce), switched to 'immediateSave mode' (at least for now)" This reverts commit ae1a2a53.
-
- 23 Jan, 2018 1 commit
-
-
Clément Fauconnier authored
due to suspected instability with persistance Worker (randomly not persisted scenes, very hard to reproduce), switched to 'immediateSave mode' (at least for now)
-
- 13 Dec, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 09 Dec, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 06 Dec, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 28 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
fixed a crash where a scene was removed : the compactCache method has no more sense now that we load each scene to create a view on it (thumbnail views)
-
- 27 Nov, 2017 1 commit
-
-
Craig Watson authored
the last active page
-
- 21 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 20 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 13 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 06 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 24 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 17 Sep, 2017 2 commits
-
-
Craig Watson authored
Web results still show the details which include some metadata about the image retrieved, for example. This is now a setting so it can easily be re-enabled if desired (which could be useful especially if we decide to also display metadata of local items)
-
Craig Watson authored
-
- 24 Apr, 2017 1 commit
-
-
Craig Watson authored
-
- 11 Mar, 2017 2 commits
-
-
Craig Watson authored
-
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.
-
- 05 Mar, 2017 1 commit
-
-
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.
-
- 04 Mar, 2017 1 commit
-
-
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.
-
- 12 Feb, 2017 2 commits
-
-
Craig Watson authored
Also install the importer executable to OpenBoard root install folder
-
Craig Watson authored
This removes a few instances of deleting a scene twice, or accessing elements of a scene after they've been deleted. Previously, the application would crash upon exiting if the scene was empty but had been modified (e.g if an object was placed on the board then deleted, then the application closed)
-
- 08 Jan, 2017 1 commit
-
-
Craig Watson authored
This prevents crashes that may occur when deleting multiple pages from a document.
-
- 14 Nov, 2016 1 commit
-
-
Craig Watson authored
-
- 13 Nov, 2016 1 commit
-
-
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)
-
- 06 Nov, 2016 1 commit
-
-
Craig Watson authored
-
- 15 Oct, 2016 1 commit
-
-
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.
-
- 09 Oct, 2016 1 commit
-
-
Craig Watson authored
-
- 24 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-