Disallow duplicate automation connections. Busy cursor while loading

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1536 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-09-03 00:19:09 +00:00
parent affa58f6eb
commit 8807368377
3 changed files with 35 additions and 6 deletions

View File

@@ -19,6 +19,14 @@
Change Piano-Roll paste behavior. Instead of pasting at 0, paste at the
quantized location of the time-line's position-indicator.
* src/gui/main_window.cpp:
Display waiting cursor when loading project. Really only helps when
loading a large song while another is loaded. Provides feedback before
the loading dialog appears (I guess this is during project close)
* src/core/automation_pattern.cpp:
Don't connect to the same model more than once.
2008-09-01 Paul Giblock <drfaygo/at/gmail/dot/com>
* include/track_container.h: