Basic controller deletion support

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1491 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-08-26 05:36:26 +00:00
parent 2c0c602b48
commit acd176eda2
11 changed files with 95 additions and 36 deletions

View File

@@ -1,3 +1,18 @@
2008-08-26 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/controller_connection.h:
* include/controller.h:
* include/controller_rack_view.h:
* include/automatable_model.h:
* include/controller_view.h:
* src/gui/widgets/controller_rack_view.cpp:
* src/gui/widgets/controller_view.cpp:
* src/core/automatable_model.cpp:
* src/core/controller_connection.cpp:
* src/core/controller.cpp:
Add basic support for delete. The controller dialogs probably leak, and
peakController isn't handled yet.
2008-08-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* CMakeLists.txt: