added missing SOURCES-entry for UI-file
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1302 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
29
ChangeLog
29
ChangeLog
@@ -1,3 +1,29 @@
|
||||
2008-07-11 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/sf2_player/Makefile.am:
|
||||
added missing SOURCES-entry for UI-file
|
||||
|
||||
* src/gui/widgets/combobox.cpp:
|
||||
better position for text-drawing
|
||||
|
||||
* include/instrument_functions.h:
|
||||
* include/instrument_function_views.h:
|
||||
* src/core/instrument_functions.cpp:
|
||||
* src/gui/widgets/instrument_function_views.cpp:
|
||||
* data/themes/default/arp_down.png:
|
||||
* data/themes/default/arp_down_off.png:
|
||||
* data/themes/default/arp_down_on.png:
|
||||
* data/themes/default/arp_random.png:
|
||||
* data/themes/default/arp_random_off.png:
|
||||
* data/themes/default/arp_random_on.png:
|
||||
* data/themes/default/arp_up.png:
|
||||
* data/themes/default/arp_up_off.png:
|
||||
* data/themes/default/arp_up_on.png:
|
||||
* data/themes/default/arp_up_and_down.png:
|
||||
* data/themes/default/arp_up_and_down_off.png:
|
||||
* data/themes/default/arp_up_and_down_on.png:
|
||||
use combobox instead of button-group for selecting arpeggio-direction
|
||||
|
||||
2008-07-08 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* plugins/lb303:
|
||||
@@ -33,6 +59,9 @@
|
||||
|
||||
2008-07-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* configure.in:
|
||||
made 0.4.0-alpha2 release
|
||||
|
||||
* src/core/mmp.cpp:
|
||||
added compat-code for loading old presets where content-node is named
|
||||
"channelsettings"
|
||||
|
||||
@@ -48,7 +48,7 @@ CLEANFILES = $(MOC_FILES) ${UIC_FILES} ./embedded_resources.h
|
||||
|
||||
pkglib_LTLIBRARIES = libsf2player.la
|
||||
|
||||
libsf2player_la_SOURCES = sf2_player.cpp sf2_player.h patches_dialog.cpp patches_dialog.h
|
||||
libsf2player_la_SOURCES = sf2_player.cpp sf2_player.h patches_dialog.cpp patches_dialog.h patches_dialog.ui
|
||||
libsf2player_la_LDFLAGS = -L@fluidsynth_lib@ -lfluidsynth
|
||||
|
||||
$(libsf2player_la_SOURCES): ./embedded_resources.h
|
||||
|
||||
Reference in New Issue
Block a user