sometimes, you just have to do what a windows programmer would do. add a global signa...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Dec 2012 18:59:47 +0000 (18:59 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Dec 2012 18:59:47 +0000 (18:59 +0000)
commit75f3005c67f5c8ea883c0e24e9832b59c5ced13f
tree7f8ce77feb7f292488e5a104c0486d226604d9d5
parent8e8b296bb424972d2cddba4ef56fbdb3388fb36d
sometimes, you just have to do what a windows programmer would do. add a global signal, ARDOUR::GUIIdle() which can be used in the middle of long-running backend operations to give the GUI a chance to update. use it while adding routes.

git-svn-id: svn://localhost/ardour2/branches/3.0@13650 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/ardour_ui.cc
libs/ardour/ardour/ardour.h
libs/ardour/globals.cc
libs/ardour/session.cc