- 06 May, 2019 1 commit
-
-
Clément Fauconnier authored
This reverts commit 94140cbc.
-
- 29 Apr, 2019 1 commit
-
-
Clément Fauconnier authored
-
- 02 Oct, 2018 1 commit
-
-
Clément Fauconnier authored
-
- 12 Feb, 2017 1 commit
-
-
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)
-
- 06 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 05 Sep, 2016 1 commit
-
-
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).
-
- 03 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 13 May, 2016 1 commit
-
-
Craig Watson authored
-
- 11 May, 2016 2 commits
-
-
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
-
- 06 May, 2016 1 commit
-
-
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)
-
- 26 Apr, 2016 1 commit
-
-
Craig Watson authored
This reverts commit 4aa0ee61.
-
- 23 Dec, 2015 1 commit
-
-
Craig Watson authored
When the time comes to merge dev into master (for real), the following may be useful: https://metlos.wordpress.com/2012/01/13/ git-merging-after-a-revert/
-
- 22 Dec, 2015 1 commit
-
-
Craig Watson authored
-
- 16 Dec, 2015 1 commit
-
-
Craig Watson authored
-
- 11 Dec, 2015 1 commit
-
-
Craig Watson authored
Note: the screenshot can only be taken on the primary display now (rather than on the display in which the mouse is, as was the case before).
-
- 03 Dec, 2015 1 commit
-
-
Craig Watson authored
The project didn't compile on Windows.. list of modifications: - Added essential changes that hadn't been committed / pushed (Qt4->Qt5 changes; other misc. changes by Abdel) - Temporarily disabled podcasts, as the modules don't compile with Qt5.2/ 5.5 Currently, the application compiles on Windows, with MSVC2010 32-bit
-
- 24 Nov, 2015 1 commit
-
-
Craig Watson authored
Due to QWidget::showFullScreen having side-effects on OSX (setting the dock and menubar to autohide, making it impossible to then set them as hidden), the calls to that method were replaced with UBPlatformUtils::showFullScreen(QWidget *). This function then calls QWidget::showMaximized() on OSX, or QWidget::showFullScreen() on Linux and Windows. It is currently still impossible to switch smoothly between showing or hiding the dock on OSX; current behaviour is to hide it all the time, even in desktop mode.
-
- 16 Nov, 2015 1 commit
-
-
Craig Watson authored
Application compiles and runs, with some caveats. Full list of changes: - minor changes related to Qt4->Qt5 API differences - Replaced calls to Carbon framework by Cocoa - Removed registering of AE event handler. Seems to be done automatically in Qt5. - temporarily removed Podcast functionality, pending (presumably) complete re-write due to Quicktime being obsolete in newer OS X versions. - Created OBCocoa namespace, and associated files src/core/OBCocoa.h/.mm, to handle OS X - specific system calls. Currently used only by UBApplication, but can in the future provide a useful interface between the cocoa framework and OB, to avoid having too much OSX-specific code in various files
-
- 09 Nov, 2015 2 commits
-
-
Craig Watson authored
Removed Linux-specific define (didn't work; the function wasn't defined when compiling on Linux, for some reason)
-
Craig Watson authored
-
- 06 Nov, 2015 2 commits
-
-
Craig Watson authored
Q_WS_MACX -> Q_OS_OSX Q_WS_MAC -> Q_OS_OSX Q_WS_WIN -> Q_OS_WIN Q_WS_X11 -> Q_OS_LINUX
-
Craig Watson authored
-
- 14 Aug, 2013 1 commit
-
-
Claudio Valerio authored
-
- 13 Aug, 2013 1 commit
-
-
Claudio Valerio authored
the desktop palette is moved at least a 30px from the top boarder in oder to not overlap top bar on mac
-
- 22 Jul, 2013 1 commit
-
-
Didier Clerc authored
-
- 21 Jun, 2013 1 commit
-
-
Claudio Valerio authored
-
- 29 Apr, 2013 1 commit
-
-
Claudio Valerio authored
-
- 28 Feb, 2013 1 commit
-
-
Claudio Valerio authored
-
- 27 Feb, 2013 1 commit
-
-
Claudio Valerio authored
-
- 19 Feb, 2013 1 commit
-
-
Claudio Valerio authored
-
- 15 Feb, 2013 1 commit
-
-
Ilia Ryabokon authored
-
- 16 Nov, 2012 1 commit
-
-
Ilia authored
-
- 07 Nov, 2012 2 commits
-
-
Claudio Valerio authored
-
Claudio Valerio authored
-
- 02 Nov, 2012 1 commit
-
-
Claudio Valerio authored
-
- 23 Oct, 2012 1 commit
-
-
Aleksei Kanash authored
Transparent drawing view is separated as DesktopView and doesn't manages strokes selections and movements.
-
- 27 Sep, 2012 1 commit
-
-
Claudio Valerio authored
-
- 17 Sep, 2012 1 commit
-
-
Aleksei Kanash authored
-
- 14 Sep, 2012 1 commit
-
-
Anatoly Mihalchenko authored
-