added LADSPA browser, fixed automatable sliders, workspace improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@608 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2007-11-23 00:05:25 +00:00
parent f9beb66e4e
commit c13853a9b3
194 changed files with 510 additions and 1082 deletions

View File

@@ -1,3 +1,55 @@
2007-11-23 Javier Serrano Polo <jasp00/at/terra/dot/es>
* Makefile.am:
* plugins/ladspa_browser/ladspa_browser.cpp:
* plugins/ladspa_browser/ladspa_browser.h:
* plugins/ladspa_browser/ladspa_description.cpp:
* plugins/ladspa_browser/ladspa_description.h:
* plugins/ladspa_browser/ladspa_port_dialog.cpp:
* plugins/ladspa_browser/ladspa_port_dialog.h:
* plugins/ladspa_browser/logo.png:
* plugins/ladspa_browser/Makefile.am:
* plugins/Makefile.am:
resurrected LADSPA browser
* plugins/ladspa_effect/ladspa_subplugin_features.cpp:
minor simplification
* src/core/song_editor.cpp:
* src/widgets/automatable_slider.cpp:
upgraded automatable sliders to Qt4
* configure.in:
* include/engine.h:
* plugins/Makefile.am:
* src/core/config_mgr.cpp:
* src/core/engine.cpp:
removed references to optional LADSPA support
* data/themes/default/style.css:
* src/core/main_window.cpp:
moved workspace background to style sheet
* src/core/main_window.cpp:
added workspace scroll bars
* include/track_container.h:
* src/core/song_editor.cpp:
removed obsolete centralWiget()
* plugins/live_tool/live_tool.cpp:
* plugins/live_tool/live_tool.h:
fixed i18n
* plugins/live_tool/live_tool.cpp:
cosmetic changes
* data/locale/ca.ts:
updated translation
* resources/*:
removed unused images
2007-11-22 Paul Giblock <drfaygo/at/gmail/dot/com>
* src/widgets/text_float.cpp: