- 16 Jan, 2017 1 commit
-
-
EmPeWe authored
Credit: EmPeWe
-
- 05 Nov, 2016 1 commit
-
-
Craig Watson authored
-
- 15 Oct, 2016 2 commits
-
-
Craig Watson authored
-
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.
-
- 03 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 11 May, 2016 1 commit
-
-
Gustavo Junior Alves authored
-
- 09 May, 2016 2 commits
-
-
Gustavo Junior Alves authored
-
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
-
- 06 May, 2016 1 commit
-
-
Craig Watson authored
-
- 25 Apr, 2016 1 commit
-
-
Craig Watson authored
- Qt plugins and libraries (and associated files) bundled only if necessary - Dependencies corrected (for Ubuntu 14.04 and 16.04, at least), mostly manually for now - run.sh sets Qt plugin path environment variable (=> qt.conf no longer needed; removed)
-
- 19 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 18 Apr, 2016 1 commit
-
-
Craig Watson authored
- Separated build and package - OpenBoard now installs in /opt - All binaries are stripped, for smaller package size
-
- 14 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 13 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 12 Apr, 2016 1 commit
-
-
Craig Watson authored
Credit: Jaroslav Ryník
-
- 11 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 06 Apr, 2016 1 commit
-
-
Craig Watson authored
I can't get the mobile site to display correctly; the position of the contents moves around depending on the widget's position on the board. Switched back to the desktop site because it's not worth spending days on this.
-
- 04 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 01 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 31 Mar, 2016 1 commit
-
-
Craig Watson authored
Credit: Jaroslav Ryník
-
- 22 Mar, 2016 5 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 21 Mar, 2016 3 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 18 Mar, 2016 2 commits
-
-
Craig Watson authored
also added a function to get slightly larger images (though the Pixabay API doesn't give width and hight info about these, so it's not currently used)
-
Craig Watson authored
- Fixed display - Fixed/added support for pages - Added image title generation, so it can be e.g added to OpenBoard library
-
- 17 Mar, 2016 3 commits
-
-
Craig Watson authored
removed references to youtube from videoPicker widget (youtube embedding doesn't work, won't be fixed soon)
-
Craig Watson authored
-
Craig Watson authored
-
- 15 Mar, 2016 2 commits
-
-
Craig Watson authored
Search basically works; but just one page of elements are retrieved. Metadata is assigned ok. To do: paginate search results; correct display; and later, add filters
-
Craig Watson authored
-
- 01 Mar, 2016 3 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 23 Feb, 2016 1 commit
-
-
Craig Watson authored
-