fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / route_group.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-08 Paul Davismake route group master a real property.
2016-07-08 Paul Davistreat VCA assign as a RouteGroup property.
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-06-10 Paul Davismake relative gain control in route groups work (again)
2016-06-07 Paul Davisfix up logic that connects ControlGroups and RouteGroups
2016-06-05 Paul Davischange property names (not quark/strings) for RouteGrou...
2016-05-31 Paul Davisremove useless code recently added to RouteGroup
2016-05-31 Paul Davisfix issues with route group assignment to control master
2016-05-31 Paul Davisprovisional code to support assigning an entire RouteGr...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-03-22 Robin Gareusfix compilation on OSX (in the wake of eaca325c)
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2015-10-15 Robin Gareusfix crash when creating subgroup-bus - fixes #6642
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-21 Todd NaugleUpdate RouteGroup property defaults.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-28 Ben Loftisgrouped faders should have relative gain by default
2013-01-03 Paul Davisexpose operation to remove subgroup
2012-12-26 Paul Davisremove "edit" property from track/bus groups; use ...
2012-10-18 Paul Davischange input/output button context menus for mixer...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-12-07 Paul Davissend correct PropertyChange for RouteGroup::set_route_a...
2011-12-07 Paul Davissend PropertyChange for RouteGroup::set_edit
2011-12-07 Paul Davissend PropertyChange messages when changing RouteGroup...
2011-11-04 Carl HetheringtonFix somewhat confusing method names.
2011-11-04 Carl HetheringtonMake sure that the old route group is left properly...
2011-10-21 Paul Davisadd route group support for monitoring choices
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-08-30 Carl HetheringtonTidy formatting some more.
2011-08-30 Carl HetheringtonTidy formatting.
2011-08-30 Carl HetheringtonGive route groups their own colour, settable from the...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-06 Carl HetheringtonFix show checkbuttons for mixer groups on startup ...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-05 Carl HetheringtonRemove direct busses so that all busses have internal...
2011-01-04 Carl HetheringtonAllow choice of direct or aux busses when subgrouping...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-25 Carl HetheringtonRename various things in the property system.
2010-04-05 Carl HetheringtonEmit signal when a group's active state is changed...
2010-04-02 Carl HetheringtonFix up route group state signal handling. Make the...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-15 Carl HetheringtonRelent a bit and make adding a route to a group which...
2010-01-13 Carl Hetheringtonassert() to help find some possible causes of #2991...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-11-19 Paul Davisadd track/bus now allows specifying aux or direct bus...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
2009-06-29 Carl Hetheringtonlincoln's patch from mantis 2757 to add route group...
2009-06-25 Paul Davisstartup assistant patch from tinman; cleanup fix backpo...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-02 Paul Davisfinish use of EnumWriter for saving flags etc. througho...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-03-27 Paul Davistotal reimplementation of Configuration object internal...
2006-03-09 Paul Davisnew mix group interface, not yet finished and still...
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2005-09-24 Taybin Rutkinlibardour added.