- 27 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 24 Sep, 2017 1 commit
-
-
Clément Fauconnier authored
-
- 30 Apr, 2017 1 commit
-
-
Craig Watson authored
-
- 25 Feb, 2017 1 commit
-
-
Craig Watson authored
-
- 16 Oct, 2016 1 commit
-
-
Craig Watson authored
-
- 18 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 11 Sep, 2016 1 commit
-
-
Craig Watson authored
-
- 27 Jun, 2016 1 commit
-
-
Craig Watson authored
-
- 22 Jun, 2016 1 commit
-
-
Craig Watson authored
-
- 13 May, 2016 1 commit
-
-
Craig Watson authored
-
- 12 May, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
-
- 09 May, 2016 2 commits
-
-
Craig Watson authored
-
Craig Watson authored
- UBGraphicsScene calls UBGraphicsStroke::addPoint, which returns a list of points that can be drawn. It may be none (e.g we discard very small segments), one (if we do no interpolation) or several. - Added a UBInterpolator base, abstract class. Various interpolation methods can be added easily. - Current methods: Basic spline (custom), Catmull-Rom spline (based on alglib), and Bézier - Added a setting to toggle interpolation. Added this to the UI as well
-
- 26 Apr, 2016 1 commit
-
-
Craig Watson authored
-
- 22 Mar, 2016 1 commit
-
-
Craig Watson authored
-
- 17 Mar, 2016 1 commit
-
-
Craig authored
e.g 1.3.0-rc.1, or 1.3.0 Also, changed version number to 1.3.0-rc1
-
- 08 Mar, 2016 1 commit
-
-
Craig Watson authored
-
- 01 Mar, 2016 1 commit
-
-
Craig Watson authored
-
- 24 Feb, 2016 1 commit
-
-
Craig Watson authored
-
- 22 Feb, 2016 1 commit
-
-
Craig Watson authored
-
- 18 Feb, 2016 1 commit
-
-
Craig Watson authored
-
- 21 Jan, 2016 1 commit
-
-
Craig Watson authored
-
- 14 Jan, 2016 1 commit
-
-
Craig Watson authored
-
- 11 Jan, 2016 1 commit
-
-
Craig Watson authored
-
- 21 Dec, 2015 1 commit
-
-
Craig Watson authored
-
- 17 Dec, 2015 1 commit
-
-
Craig Watson authored
- Linked necessary Windows SDK libraries - Solved compilation errors upon including `wmsdk.h` or other Windows SDK headers (`interface` keyword wasn't recognized)
-
- 15 Dec, 2015 1 commit
-
-
Craig Watson authored
-
- 10 Dec, 2015 1 commit
-
-
Craig Watson authored
-
- 03 Dec, 2015 2 commits
-
-
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
-
Craig Watson authored
QVideoWidget had to be abandoned in favour of QGraphicsVideoItem. This is because UBGraphicsMediaItem, i.e the class representing a media (audio or video) object on the board, is a QGraphicsProxyWidget, and is used to embed a QWidget into the Scene. With Phonon's video widget, it was possible to embed the video widget in this ProxyWidget. This is no longer possible (except on Windows, for some reason), so this commit is a workaround, to use a QGraphicsVideoItem instead of a QVideoWidget while modifying the rest of the class hierarchy as little as possible. Ultimately, a cleaner solution (not making UBGraphicsMediaItem inherit QGraphicsProxyWidget, for example) may be desirable.
-
- 20 Nov, 2015 1 commit
-
-
Craig Watson authored
Migrated all QuickTime-related code to modern AVFoundation / Core Video / Core Media equivalents. Audio support was temporarily removed; to be re-established ASAP. Beginnings of doxygen-style function documentation was added
-
- 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 1 commit
-
-
Craig Watson authored
-
- 05 Nov, 2015 1 commit
-
-
Craig Watson authored
-
- 08 Jun, 2015 1 commit
-
-
Claudio Valerio authored
-
- 31 Jan, 2015 1 commit
-
-
Claudio Valerio authored
-
- 22 Jan, 2015 1 commit
-
-
Claudio Valerio authored
-
- 19 Oct, 2014 1 commit
-
-
Claudio Valerio authored
-
- 16 Oct, 2014 1 commit
-
-
Claudio Valerio authored
-