- 17 Sep, 2017 5 commits
-
-
Craig Watson authored
-
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
-
Craig Watson authored
-
Craig Watson authored
-
- 09 Sep, 2017 2 commits
-
-
Craig Watson authored
-> also deleted obsolete UBInterpolator classes
-
Craig Watson authored
Distance between the last drawn point and the current point is calculated to be able to discard very short stroke segments (i.e we only add to the current stroke if the input device has moved more than a certain distance since the last drawn point). This commit moves this code from the stroke to the scene, which allows to calculate distance more accurately: it is now calculated as the total, absolute distance traveled since the last point, rather than simply the length of a line between the last point and current one.
-
- 14 May, 2017 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
This mainly changes document mode behaviour in two ways: 1) When deleting 2+ items, a new document was selected in the list. Now, the current document is selected, or if it has been deleted, a the first document in the list is set as current document. 2) When deleting the last item in the trash, no document was selected. Now, the current document is selected instead.
-
- 30 Apr, 2017 6 commits
-
-
Craig Watson authored
This adds an option to the menu of an image's frame, to set the image as background. Undo and redo functions were also implemented. This also removes the display of the "properties" page in the library pane when clicking on an application, interactivity or flash animation. For now, it was kept for other items such as images and videos.
-
Craig Watson authored
-
Craig Watson authored
-
Marco Ciampa authored
Credit: ciampix
-
Craig Watson authored
-
Craig Watson authored
Issue observed was that OpenBoard would crash on some Windows systems when a video was on the page and that page was saved (due to switching to document mode, auto saving, or duplicating the page), or when cutting the video with Ctrl-X. This was due to QTBUG-32522, where setting the video output for a QMediaPlayer that is hidden results in a crash. This commit is a work-around for this Qt issue, and so should be reverted if and when the upstream issue is fixed.
-
- 24 Apr, 2017 1 commit
-
-
Craig Watson authored
-
- 23 Apr, 2017 1 commit
-
-
Craig Watson authored
This fixes two related issues: 1) When taking a partial screenshot of the desktop, then copying it (Ctrl-C) and pasting it in a new document, it was not saved 2) When a page of one document was copied into another (in document mode, by dragging the page onto another document), media files disappeared from the new page.
-
- 09 Apr, 2017 2 commits
-
-
Craig Watson authored
In some cases, export of a document containing a PDF background to PDF caused the contents to be truncated. The "simple" PDF exporter will now set the output page size to be equal either to the document nominal size or, if the document has a background PDF item, to the size of this item.
-
Craig Watson authored
-
- 11 Mar, 2017 6 commits
-
-
Craig Watson authored
Bug likely surfaced when fixing positioning of saved strokes. Quick tests show that positioning now works both for duplication and saving/loading
-
Craig Watson authored
When deleting a document that was in the trash, the following item was selected but also set as current document. This is now fixed.
-
Craig Watson authored
This code was lifted from Open-Sankoré 2.10. This fixes an issue where erasing part of a stroke that had been moved or rotated, then clicking "undo" then "redo" would place part of the stroke in the wrong place.
-
Craig Watson authored
-
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 3 commits
-
-
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.
-
Craig Watson authored
-
Craig Watson authored
-
- 04 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.
-
- 27 Feb, 2017 1 commit
-
-
Craig Watson authored
Fixes an issue where locked items could be moved if they were selected along with other items, and these items all moved by dragging the selection frame. This implementation prevents any movement of the selected items if at least one of them is locked. It also changes the colour of the selection frame, like a locked UBGraphicsDelegateFrame.
-
- 25 Feb, 2017 1 commit
-
-
Craig Watson authored
-
- 22 Feb, 2017 1 commit
-
-
Craig Watson authored
When drag-n-dropping a document to the trash, it would reappear in the "untitled documents" folder on the next restart. (This was introduced by bd3d8e95)
-
- 19 Feb, 2017 1 commit
-
-
Craig Watson authored
-
- 18 Feb, 2017 1 commit
-
-
Craig Watson authored
Added checks for the size of the interior, cut-out triangle to make sure everything is drawn correctly at small sizes; buttons are now also hidden if they overflow from the tool.
-
- 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)
-
- 11 Feb, 2017 1 commit
-
-
Craig Watson authored
Previously, only transforms were saved -- not positions (which are set if a group is moved by dragging it directly; if dragged by its frame, its transform is updated instead). Issue observed was that a group that had been moved would lose its new position when the document was saved then loaded. (All other transforms were kept, however). Now, when duplicating a group before saving a document, position is included in the group's transform.
-
- 04 Feb, 2017 1 commit
-
-
Craig Watson authored
-
- 01 Feb, 2017 1 commit
-
-
Craig Watson authored
-