Clément Fauconnier
84a3ac2a04
changed version to 1.5.0
7 years ago
Clément Fauconnier
98fb343533
changed version to 1.5.0rc2
7 years ago
Clément Fauconnier
c77b8fd8b8
code cleaning + copyright update + i18n update
7 years ago
Clément Fauconnier
829afcfb68
changed release version to 1.5.0rc
7 years ago
Clément Fauconnier
1441c1f50d
no gcc warnings and no C++11 features on windows
7 years ago
Clément Fauconnier
8ecf99f838
First step of OpenSankore Document Mode integration
7 years ago
Clément Fauconnier
34b6daac30
changed version to 1.4.1
7 years ago
Clément Fauconnier
d30479ded8
changed release name to 1.4.1rc
7 years ago
Clément Fauconnier
2bfc8fe1cb
deleted local paths used during dev
7 years ago
Clément Fauconnier
b8a3712177
migrating podcast in osx from quicktime to ffmpeg (wip)
7 years ago
Clément Fauconnier
2540bdfc47
changed release name to 1.4.0
7 years ago
Clément Fauconnier
08e718f567
changed build version to 1.4.0-rc4
7 years ago
Clément Fauconnier
9b4073b860
changed release name to 1.4-rc3
7 years ago
Clément Fauconnier
8a2ce95145
chenaged build version to 1.4-rc2
7 years ago
Clément Fauconnier
c1ee274e11
changed build version to 1.4RC1
7 years ago
Clément Fauconnier
a28b58992e
changed build version to 1.4-b4
8 years ago
Clément Fauconnier
858c100c81
changed build version to 1.4.b3
8 years ago
Clément Fauconnier
0bbc5ec812
changed release name to 1.4b.2
8 years ago
Clément Fauconnier
7b1f64eabf
merge 1.4-dev + thumbnail views & fixes
8 years ago
Craig Watson
87eaa52920
Bumped version to 1.3.6
8 years ago
Craig Watson
7b4b59c378
Bumped version to 1.3.6-b.1
8 years ago
Craig Watson
d8b1dae9c8
Bumped version to 1.3.5
8 years ago
Craig Watson
c84ef9d028
Bumped version to 1.4.0-a.1
9 years ago
Craig Watson
2263c46d50
Bumped version to 1.3.4
9 years ago
Craig Watson
c41ed06a9c
Bumped version to 1.3.4-b.1
9 years ago
Craig Watson
3a7c2945c3
Bumped version to 1.3.3
9 years ago
Craig Watson
9ed35d1d0d
Version bumped to 1.3.2 (hotfix release)
9 years ago
Craig Watson
13a471168a
Fixed build error on Linux caused by 9c607460
9 years ago
Craig Watson
9c60746079
Hack for building pre-release versions on Windows
9 years ago
Craig Watson
699e8ae184
Bumped version to 1.3.1
9 years ago
Craig Watson
999fcec917
Removed spline interpolators
9 years ago
Craig Watson
4491341a4d
(WIP) Interpolation of strokes. Progress so far:
...
- 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
9 years ago
Craig Watson
f4b1079d81
Revert "Revert changes pushed to wrong branch"
...
This reverts commit 4aa0ee6197
.
9 years ago
Craig Watson
303b587210
Bumped version to 1.3.0
9 years ago
Craig Watson
5a51dbd908
Changed version number to 1.3.0-rc.2
9 years ago
Craig
25147845d9
Changed version numbering to major.minor.patch-type.build
...
e.g 1.3.0-rc.1, or 1.3.0
Also, changed version number to 1.3.0-rc1
9 years ago
Craig Watson
3ab6d01acc
Updated version number (1.10a12)
9 years ago
Craig Watson
6e49ddd932
Updated version number (1.10a11)
9 years ago
Craig Watson
43e5298d2d
Updated version number (1.10a10)
9 years ago
Craig Watson
6cc9394f0d
Updated version number (1.10a9)
9 years ago
Craig Watson
82983ca2a6
Updated version number (1.10a8)
9 years ago
Craig Watson
3bbf341e85
Updated version number (1.10a7)
9 years ago
Craig Watson
631b070e82
Updated version number (1.10a6)
9 years ago
Craig Watson
8e864c6e11
updated version number (1.10a5)
9 years ago
Craig Watson
4aa0ee6197
Revert changes pushed to wrong branch
...
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/
9 years ago
Craig Watson
82c349468e
Updated (/corrected) version number
9 years ago
Craig Watson
665945f590
Re-enabled podcasts on Win32
...
- Linked necessary Windows SDK libraries
- Solved compilation errors upon including `wmsdk.h` or other Windows
SDK headers (`interface` keyword wasn't recognized)
10 years ago
Craig Watson
05fc24bee0
Updated version to 1.10alpha3
10 years ago
Craig Watson
c266165af3
Updated version number (1.10alpha1 release)
10 years ago
Craig Watson
8254e807bd
Fixed compilation on Windows;
...
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
10 years ago