Separate interthread progress window out into its own class and HIG-ify it a bit. Make the import progress bar report on the whole import rather than individual files.

git-svn-id: svn://localhost/ardour2/branches/3.0@6894 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-14 22:16:46 +00:00
parent 8783fc35f2
commit 3d3e889dd6
8 changed files with 174 additions and 130 deletions

View file

@ -116,6 +116,7 @@ gtk2_ardour_sources = [
'group_tabs.cc',
'gtk-custom-hruler.c',
'gtk-custom-ruler.c',
'interthread_progress_window.cc',
'io_selector.cc',
'keyboard.cc',
'keyeditor.cc',