Qt4- and MinGW-compatibility

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@416 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-09-25 19:41:07 +00:00
parent 60abfb14d7
commit c0b1c47bd0
32 changed files with 225 additions and 57 deletions

View File

@@ -1,4 +1,12 @@
2006-09-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* configure.in:
* plugins/ladspa_effect/Makefile.am:
* plugins/ladspa_effect/caps/Makefile.am:
added missing Makefile.am and re-added CAPS-support
2006-09-25 Danny McRae <khjklujn/at/users/dot/sourceforge/dot/net>
* plugins/vibed/vibrating_string.cpp:
2x oversampling in non-hq-mode to get the instument to sound the
same in both modes
@@ -10,6 +18,34 @@
2006-09-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* acinclude.m4:
* configure.in:
* Makefile.am:
* include/piano_roll.h:
* include/piano_widget.h:
* src/core/piano_roll.cpp:
* src/core/piano_widget.cpp:
made LMMS compile with mingw-cross-compiler
* include/automatable_slider.h:
* plugins/stk/mallets/mallets.cpp:
* plugins/vst_effect/vst_subplugin_features.cpp:
* plugins/vst_effect/vst_subplugin_features.cpp:
* src/core/meter_dialog.cpp:
* src/widgets/automatable_slider.cpp:
* src/widgets/knob.cpp:
* src/widgets/volume_knob.cpp:
Qt4-fixes
* plugins/audio_file_processor/audio_file_processor.cpp:
* src/lib/sample_buffer.cpp:
removed obsolete inclusion of paths.h
* include/rack_view.h:
* plugins/ladspa_effect/ladspa_effect.cpp:
* src/core/effect_control_dialog.cpp:
include qt3-support-header first
* plugins/vst_effect/vst_control_dialog.cpp:
do not try to reparent effect's plugin-widget in destructor - fixes
crash when deleting vst-effect from effect-chain