* song/songEditor: added meterModel and meterDialog (which actually is just a widget) as preparation for time-signature-support - it doesn't actually work yet!

* style.css: improved appearence of menu in general
* splitted source-files for meterModel and meterDialog and added "simple"-mode for meterDialog



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1014 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-05-24 22:01:31 +00:00
parent 4e239eddb6
commit 7a6fb18e86
12 changed files with 273 additions and 115 deletions

View File

@@ -1,3 +1,24 @@
2008-05-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/song.h:
* include/song_editor.h:
* src/core/song.cpp:
* src/gui/song_editor.cpp:
added meterModel and meterDialog (which actually is just a widget) as
preparation for time-signature-support - it doesn't actually work yet!
* data/themes/default/style.css:
improved appearence of menu in general
* Makefile.am:
* include/tempo_sync_knob.h:
* include/meter_model.h:
* include/meter_dialog.h:
* src/core/meter_model.cpp:
* src/gui/widgets/meter_dialog.cpp:
splitted source-files for meterModel and meterDialog and added
"simple"-mode for meterDialog
2008-05-22 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/lfo_controller.h: