- 14 Mar, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 19 Feb, 2018 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 23 Jan, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 20 Dec, 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
-
- 03 Nov, 2017 2 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
-
- 02 Nov, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 12 Oct, 2017 4 commits
-
-
Clément Fauconnier authored
-
Clément Fauconnier authored
Revert "workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes" This reverts commit 0fd15f62.
-
Clément Fauconnier authored
-
Clément Fauconnier authored
workaround to adress badly attached thumbnail views (no more time to investigate on it...) + prevent overwriting scenes
-
- 10 Oct, 2017 2 commits
-
-
Clément Fauconnier authored
This reverts commit b6f41165.
-
Clément Fauconnier authored
-
- 26 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 25 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 24 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 22 May, 2017 1 commit
-
-
Craig Watson authored
Previously, items such as audio, video, and widget items could not be cut and pasted because when the page was saved, any item that had been deleted was permanently removed (including its source file, in the case of these mulitmedia items). This commit prevents the deletion any item in the undoStack (i.e, items that have been deleted) when the document is persisted, meaning the source file is still available when pasting the item on another page (or document). Note that this can lead to cases where the source file is kept in the document even when no item is present. This should be a relatively rare occurence, however.
-
- 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.
-
- 11 Mar, 2017 1 commit
-
-
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
-
- 06 Nov, 2016 1 commit
-
-
Craig Watson authored
-
- 09 Oct, 2016 1 commit
-
-
Craig Watson authored
-
- 06 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 03 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 02 Sep, 2016 1 commit
-
-
Craig Watson authored
- The background selection palette now includes a slider to change the size of the background grid. Default min/max values are 16 and 64px, defined in UBSettings. Grid resizes dynamically as the slider is moved. - Measuring tools' (ruler, triangle) markers follow grid size: 1 square of the background grid corresponds to 1cm - Grid size can be different for each page of a document - Grid size is saved in the .svg - Documents with a background grid but no specified grid size follow the default size defined in UBSettings. Previously, grid size was calculated based on DPI, which can vary from one OS, computer or display to the next. This new setting allows documents to be migrated from one machine to another with no unexpected changes in grid size happening. It also makes it easy to correct any problems importing old documents (whose grid size might be smaller or larger than expected when imported on a new version of OpenBoard).
-
- 13 May, 2016 1 commit
-
-
Craig Watson authored
-
- 06 May, 2016 1 commit
-
-
Craig Watson authored
-
- 26 Apr, 2016 1 commit
-
-
Craig Watson authored
This reverts commit 4aa0ee61.
-
- 20 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 04 Apr, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 11 Mar, 2016 1 commit
-
-
Craig Watson authored
-
- 07 Mar, 2016 1 commit
-
-
Craig Watson authored
(Reading is still done synchronously, for now at least)
-
- 02 Mar, 2016 1 commit
-
-
Craig Watson authored
This should cut down on disk access. Instead of loading and saving settings directly through QSettings instances (which occasionally read and write to their associated file; but there is no way to control how often this happens), they are now added to a QHash for in-app access. Save() and load() functions were also added to enable manually saving the settings, and loading all settings from file, respectively.
-
- 01 Mar, 2016 1 commit
-
-
Craig Watson authored
- zValue is correctly initialized when duplicating an object - Duplicated objects are translated correctly
-
- 21 Jan, 2016 1 commit
-
-
Craig Watson authored
also corrected the "useSystemOnScreenKeybard" to "useSystemOnScreenKeyboard".
-
- 14 Jan, 2016 2 commits
-
-
Craig Watson authored
Mostly, removal of old code that had been commented out instead of removed
-
Craig Watson authored
- Moved all platform-specific code to UBPlatformUtils - For now, removed support (on Linux) for checking whether onboard is running when OpenBoard is started (it wasn't working anyway, but it needs a cleaner solution for all 3 platforms)
-