Create the session range location as and when the session first gets some content...
authorCarl Hetherington <carl@carlh.net>
Sun, 9 May 2010 20:48:21 +0000 (20:48 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 9 May 2010 20:48:21 +0000 (20:48 +0000)
commit792e3de1d4cb291a02c5c31dad54028049bafed9
treee65183deeb01752110a59a5b834e06deef811dab
parentacfc44f3889704587ff281c6348523b2811e7c2e
Create the session range location as and when the session first gets some content.  Allows both the beginning and end of the range to expand to contain the actual session contents.

git-svn-id: svn://localhost/ardour2/branches/3.0@7087 d708f5d6-7413-0410-9779-e7cbd77b26cf
18 files changed:
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_canvas.cc
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_keyboard.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/editor_summary.cc
libs/ardour/ardour/playlist.h
libs/ardour/ardour/session.h
libs/ardour/ardour/session_configuration_vars.h
libs/ardour/audiofilesource.cc
libs/ardour/auditioner.cc
libs/ardour/location.cc
libs/ardour/playlist.cc
libs/ardour/session.cc
libs/ardour/session_state.cc
libs/ardour/session_transport.cc