cleanups and 0.3.0-rc2

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@515 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-08-05 23:56:40 +00:00
parent 5e4a3c4b71
commit 5eba07caa4
3 changed files with 29 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
2007-08-06 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* configure.in:
bumped to 0.3.0-rc2
* src/lib/mmp.cpp:
added more compat-code to upgrade() for being able to properly open
files created by 0.0.9 and the whole 0.1.x-series
* plugins/flp_import/flp_import.cpp:
* include/arp_and_chords_tab_widget.h:
* src/core/arp_and_chords_tab_widget.cpp:
* src/lib/mmp.cpp:
cleaned up all the arpeggio-direction-hacks - now the values are UP
(0) to RANDOM (3) at *all* places - required some compat-hacks in
mmp-upgrade()-method
* include/file_browser.h:
* src/core/file_browser.cpp:
protect m_previewPlayHandle with mutex - fixes crash when releasing
mouse button on preset-file with VST-plugin/-effect while VST-plugin
is still loading
2007-08-04 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/widget/visualization_widget.cpp: