classify all region actions based on how they get a list of regions to operate on...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 14 Feb 2017 15:09:32 +0000 (16:09 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 15 Feb 2017 19:07:49 +0000 (20:07 +0100)
commit0a41daa932a0f742c7dc7a14c02ae93baa12903a
tree75d6585d78fcc5b2d47f0ec90f25289ac9174265
parent2cc94f88801fa98e7b06d782903ab48446d08287
classify all region actions based on how they get a list of regions to operate on; use this in Editor::sensitize_the_right_region_actions()

There are still problems because actions like trim_front()
that use the edit point get the edit point with different
results than the code that sensitizes actions
gtk2_ardour/editing.h
gtk2_ardour/editor.h
gtk2_ardour/editor_actions.cc
gtk2_ardour/editor_selection.cc
gtk2_ardour/public_editor.h