- 22 Mar, 2016 1 commit
-
-
Craig Watson authored
-
- 21 Mar, 2016 1 commit
-
-
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
-
- 15 Mar, 2016 10 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
-
Craig Watson authored
- Display a meaningful error message to the user when adding or trying to play a video - Make sure the video placeholder is visible even after switching pages
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
(Not doing so resulted in either a trashed item being selected when returning to board mode, or a crash if the item had been permanently deleted)
-
- 14 Mar, 2016 5 commits
-
-
Craig Watson authored
-
Craig Watson authored
The previous solution didn't really have any effect; only a handful of settings were in the mUserSettings or mAppSettings at the moment it was called. The better solution is to just call value() in the constructor of UBSetting, which means the setting is cached as soon as it is created.
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 11 Mar, 2016 4 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 09 Mar, 2016 10 commits
-
-
Craig Watson authored
- Sort by Z before duplicating a selection (so that relative Z's are kept) - in UBZLayerController, iterate only through UBGraphicsScene's fast access items, not QGraphicsScene::items
-
Craig Watson authored
-
Craig Watson authored
- Defined constants in UBSettings for highlighter preview circle colors - Switch between light and dark colors when changing backgrounds - For eraser: use color settings that were defined in UBSettings (they were ignored since the preview circle was added)
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
When a video is first loaded (placed on the scene), we play/pause it to load the first frame; but this was also called when the video was manually stopped. To avoid this, a mStopped attribute was added to UBGraphicsMediaItem. It is set to true only when the video is stopped by the user.
-
Craig Watson authored
-
Craig Watson authored
-
- 08 Mar, 2016 5 commits
-
-
Craig Watson authored
(Solution from previous commit worked only on Linux)
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
Merging of the new settings and metadata saving feature into the main development branch
-
Craig Watson authored
The documents' metadata.rdf file is now persisted only when a scene in the document is also persisted; as well as when the document is modified (trashed / path changed) in the the Documents pane. Code was cleaned-up a bit too (added a forgotten return value, etc)
-
- 07 Mar, 2016 2 commits
-
-
Craig Watson authored
(Reading is still done synchronously, for now at least)
-
Craig Watson authored
-