git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@105 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-03-14 14:18:30 +00:00
parent fe9d017e02
commit 8d5e274269
8 changed files with 63 additions and 126 deletions

View File

@@ -1,3 +1,18 @@
2006-03-14 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/automatable_object.h:
* include/automatable_button.h:
* include/knob.h:
* src/widgets/automatable_button.cpp:
* src/widgets/knob.cpp:
added second template-parameter to automatableObject which specifies
the type to be used for internal calculations (neccessary for working
undo/redo-implementation for bool-objects like buttons)
* include/led_checkbox.h:
* src/widgets/led_checkbox.cpp:
fixed some bugs
2006-03-13 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/main_window.h: