Source list, Region List: Resolve various action+behaviors between the 2 lists.

Duplicate the remove_unsued_region action in the Session->Cleanup menu, for discoverability.
Region list should use the same Region actions as the canvas...
OK, now resolve the change in use-cases of Region List and Source List.  tentative.
Rough-in remove_selected_sources (Delete in Sources list).
Column tweaks.
This commit is contained in:
Ben Loftis 2018-10-22 16:46:44 -05:00
parent 9a6194218e
commit d2dbf364a6
10 changed files with 126 additions and 34 deletions

View file

@ -44,6 +44,8 @@ public:
}
void clear ();
void remove_selected_sources ();
void selection_mapover (sigc::slot<void,boost::shared_ptr<ARDOUR::Region> >);