changed disabled tracks to automation disabled and some fixes

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@351 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-18 21:21:15 +00:00
parent 18fa90f538
commit 3f3ce616f6
2 changed files with 26 additions and 2 deletions

View File

@@ -1,3 +1,27 @@
2006-08-18 Javier Serrano Polo <jasp00/at/terra/dot/es>
* src/core/bb_editor.cpp:
removed disabled tracks
* src/tracks/instrument_track.cpp:
added automation disabled
* include/bb_track.h:
* include/track.h:
* src/core/track.cpp:
* src/tracks/bb_track.cpp:
renamed disabled track logic to automation disabled
* include/pattern.h:
* src/tracks/pattern.cpp:
added empty() to check whether there is any relevant note
* src/lib/oscillator.cpp:
check user waveform presence, fixes organic segfault
* src/core/name_label.cpp:
changed icon selection, fixes loss of icon
2006-08-17 Erwin Goossen <egoossen/at/tomaatnet/dot/nl>
* data/locale/nl.ts:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1-cvs20060815, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060815)
AC_INIT(lmms, 0.2.1-cvs20060818, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060818)
AM_CONFIG_HEADER(config.h)