summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_group_menu.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-02fix missing logic for RouteGroupMenuPaul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ...Paul Davis
2015-09-21Create new Groups with a consistent set of default properties.Todd Naugle
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-16A few capitalisation fixes.Carl Hetherington
2011-03-07Make the route group submenu of the RouteTimeAxisView menu apply to the selec...Carl Hetherington
2011-02-23Desensitize Remote Control ID menu option if there are > 1 selected tracks.Carl Hetherington
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington
2011-01-06Comment.Carl Hetherington
2010-08-25Rename various things in the property system.Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-13assert() to help find some possible causes of #2991. Fix some confusion with...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-29Factor route group menu out into its own class.Carl Hetherington