summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
AgeCommit message (Expand)Author
2015-10-15fix crash when creating subgroup-bus - fixes #6642Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-21Update RouteGroup property defaults.Todd Naugle
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2013-01-03expose operation to remove subgroupPaul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-10-18change input/output button context menus for mixer strip to be non-additive: ...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-12-07send correct PropertyChange for RouteGroup::set_route_activePaul Davis
2011-12-07send PropertyChange for RouteGroup::set_editPaul Davis
2011-12-07send PropertyChange messages when changing RouteGroup propertiesPaul Davis
2011-11-04Fix somewhat confusing method names.Carl Hetherington
2011-11-04Make sure that the old route group is left properly whenCarl Hetherington
2011-10-21add route group support for monitoring choicesPaul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-07Update route colours when they are added to / removedCarl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy formatting some more.Carl Hetherington
2011-08-30Tidy formatting.Carl Hetherington
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-01-10Add route group property to share route active state (#3703)Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2011-01-04Allow choice of direct or aux busses when subgrouping route groups. Fixes #3...Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-25Rename various things in the property system.Carl Hetherington
2010-04-05Emit signal when a group's active state is changed. Fix restoration of state...Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-15Relent a bit and make adding a route to a group which already contains that g...Carl Hetherington
2010-01-13assert() to help find some possible causes of #2991. Fix some confusion with...Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-25startup assistant patch from tinman; cleanup fix backported from 2.X ; easy(i...Paul Davis