added combobox automation and user templates

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@225 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-07-10 00:48:24 +00:00
parent bba31ec7db
commit 7147da59a3
2 changed files with 33 additions and 2 deletions

View File

@@ -1,3 +1,34 @@
2006-07-10 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/combobox.h:
* src/widgets/combobox.cpp:
- use automation capabilities
- added context menu
* src/core/arp_and_chords_tab_widget.cpp:
* src/core/automation_editor.cpp:
* src/core/envelope_tab_widget.cpp:
* src/core/export_project_dialog.cpp:
* src/core/piano_roll.cpp:
upgraded combo boxes
* src/core/bb_editor.cpp:
- upgraded combo box
- improved bb-track management
* src/tracks/bb_track.cpp:
- update bb editor combo box when removed
- moving track is the active one
* src/core/song_editor.cpp:
- upgraded combo box
- use default template to create new projects
* include/main_window.h:
* src/core/main_window.cpp:
- added user templates to templates menu
- update templates menu when accessed
2006-07-09 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/piano_widget.h:

View File

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