- 24 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 18 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
Several issues remain with multi-screen mode on Linux. The behavior is inconsistent from one desktop evironment to the next, making it hard to work around these problems. Among the known issues at this stage: On Ubuntu 14.04, a call to QWidget::setGeometry requires the widget to be hidden on KDE, but visible on MATE, for the geometry changes to take effect. Despite the widget's geometry being updated by this call, the windows aren't necessarily moved. Meaning that the control and display widgets will tend to be displayed on the same monitor, even though their positions are correctly set to different areas on the extended screen. In the current state, this behavior is observed on MATE. Unity works fine and KDE only has transient positioning issues (for example, swapping control and display windows in multi-screen mode leads to both windows being placed on the same monitor, until multi-screen mode is turned off then on again). # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch dev # Your branch is ahead of 'origin/dev' by 29 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: src/core/UBApplicationController.cpp # modified: src/core/UBDisplayManager.cpp # modified: src/core/UBDisplayManager.h # # Changes not staged for commit: # modified: release_scripts/linux/build.sh # modified: release_scripts/linux/package.sh # # Untracked files: # release_scripts/linux/generateDependencies.sh #
-
- 11 Sep, 2016 3 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 10 Sep, 2016 1 commit
-
-
Craig Watson authored
text items being editable on page load
-
- 08 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
In the right-hand pane, two folders that were at the same path and whose names started with the same characters were considered to be nested by the breadcrumbs trail. E.g, folders named "abc" and "abcd", both in the "Audio" folder: clicking on "abcd" made the breadcrumb trail display "[Audio] > [abc] > [abcd]"
-
- 06 Sep, 2016 4 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
-
- 05 Sep, 2016 3 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
Craig Watson authored
On OS X, making annotations in desktop mode then switching to board mode and back could cause shadows to be drawn around every stroke, and these persisted after erasing the strokes (though they did disappear upon switching to board mode and back again).
-
- 04 Sep, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 03 Sep, 2016 1 commit
-
-
Craig Watson authored
Fixed type testing of media items (qgraphicsitem_cast couldn't tell the difference between audio and video items)
-
- 27 Jun, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
The scale of PDF items was sometimes badly calculated when opening a document made with a previous version of OpenBoard or made on another computer. Specifically, this solves the following issues: - PDF scale calculation in documents that did not specify the pageDPI used to render the PDF (happened with documents created with some old versions of OpenBoard) - PDF scale calculation in multi-page documents (it was set correctly for the first page, but not the following ones)
-
- 22 Jun, 2016 3 commits
-
-
Craig Watson authored
In some cases, the PDF background of a document could be scaled badly when tools such as the ruler, compass etc. were present on the page. This happened with PDFs of version <= 1.4, and when the tools were outside of / larger than the page.
-
Craig Watson authored
This fixes an issue where if one document was imported with a different DPI than the current one, any document created thereafter would have this same value (which could then cause problems if a PDF was added to that new document). Saving this value to UBDocumentProxy not only makes more sense, it also fixes this issue.
-
Craig Watson authored
-
- 13 Jun, 2016 1 commit
-
-
Craig Watson authored
-
- 13 May, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 12 May, 2016 3 commits
-
-
Craig Watson authored
-
Craig authored
Brazilian portuguese translation
-
Craig Watson authored
-
- 11 May, 2016 4 commits
-
-
Gustavo Junior Alves authored
-
Craig Watson authored
-
Craig Watson authored
Fix for window being placed badly on the screen when returning to board mode from desktop mode on some environments
-
Craig Watson authored
-
- 10 May, 2016 1 commit
-
-
Craig authored
-
- 09 May, 2016 2 commits
-
-
Gustavo Junior Alves authored
-
Craig Watson authored
-
- 06 May, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
Caused problems e.g with podcast mode, where if the control and display views were swapped in the preferences, the wrong screen would be recorded when switching to desktop mode during recording of the podcast. This happened even if only one screen was plugged in, so a black screen was recorded in that case (at least on OS X 10.10)
-