summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
AgeCommit message (Expand)Author
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-25Rename various things in the property system.Carl Hetherington
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-23Fix behaviour of route group list's visible checkbutton.Carl Hetherington
2010-05-10Remove some dead code.Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
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-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...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-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-12-01Various tweaks to group tabs, the main upshot of which is that you can startCarl Hetherington
2009-11-20make strip-as-GUI-for-send work for metering too ; frame around session summa...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-10Fix route group collect option.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Fix collection of route groups.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-07-04Add option to collect a route group, so that its member routes are reordered ...Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington