add route group support for monitoring choices
[ardour.git] / gtk2_ardour / route_ui.cc
2011-10-21 Paul Davisadd route group support for monitoring choices
2011-10-21 Paul Daviscorrectly track monitoring changes in libardour and...
2011-10-21 Paul Davisstart of tracking monitor state correctly
2011-10-20 Paul Davisadd initial implementation of explicit monitor (input...
2011-09-16 Paul Davisrevert debugging change from yesterday
2011-09-15 Paul Davisdebug the impossible
2011-09-08 Carl HetheringtonDelete RouteUI immediately on request, rather than...
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-08-30 Carl HetheringtonTidy up route colouring a bit so that colours are the
2011-08-03 Carl HetheringtonFix erroneous check for colons in track names; clean up
2011-07-26 Paul Davisfix up colons in track names before they are used for...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-01 David RobillardDelete trailing whitespace
2011-04-06 Carl HetheringtonRemove erroneous note about playlists when removing...
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
2011-03-07 Carl HetheringtonMake Active apply to the selection.
2011-02-23 Carl HetheringtonMake track context colour menu apply to all selected...
2011-02-23 Carl HetheringtonSmall clean up of route colour setting.
2011-02-22 Carl HetheringtonFix mute visual state when reloading sessions with...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-02-12 Carl HetheringtonRemove dependence on the order of calls of listeners...
2011-01-29 Paul Davisdesensitize almost everything in a mixer strip when...
2011-01-28 Paul Davismore meta-stasizing of the GUI rc file
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2011-01-04 Carl HetheringtonDisable solo-controls-are-listen-controls if we don...
2011-01-02 Carl HetheringtonFix some confusion about handling of route extra XML...
2010-12-29 Carl HetheringtonAdd Save button to Save As Template dialogue.
2010-12-29 Carl HetheringtonAdd options to add sends from buses as well as tracks...
2010-12-29 Carl HetheringtonMake 'copy track gains to sends' and 'set sends gains...
2010-11-12 Carl HetheringtonConvert 2.X route extra-xml to 3.0 format when it is...
2010-09-27 Carl HetheringtonFix multiple creation of identical automation tracks...
2010-09-16 Carl HetheringtonUse a maximum of 3 phase invert buttons per strip....
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-07 Carl HetheringtonFix restore of fader automation from 2.X sessions.
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-13 Carl HetheringtonName phase invert buttons correctly so that themeing...
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-08-10 Carl HetheringtonGive mixer strips panners and a mono button based on...
2010-08-03 Paul Davisproperly track step edit status in editor & mixer windows
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-21 Paul Davisupdate mute display when solo state changes, to keep...
2010-05-07 Carl HetheringtonCopy-edit.
2010-05-06 Paul Davisshow half-lit state for !self-soloed
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-06 Paul Davisdraw LED background with same style as parent window...
2010-05-05 Paul Davishalf-fix logic issue with solo-isolate controls
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-05-04 Paul Davisremove muted-by-others, a concept that turns out to...
2010-05-03 Paul Davisthe great solo model simplification (without much code...
2010-05-03 Paul Davismore solo model work, including a GUI fix for mute...
2010-05-01 Paul Davisperhaps, just possibly, a working solo model. needs...
2010-04-30 Carl HetheringtonA little gentle copy-editing of dialogue titles.
2010-04-28 Paul Davismore solo/mute architecture work. NOTE: changes to...
2010-04-27 Paul Davisadd muted-by-other concept to solo support infrastructure
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-05 Carl HetheringtonAdd solo safe control to editor route list, as per...
2010-03-31 Paul Davisfunctioning invert (polarity) button; menu item removed...
2010-03-30 Paul Davisadd (non-functional) invert (phase/polarity switch...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-26 Paul Davislots of work to hide prelight from most buttons, etc...
2010-03-25 Paul Davismake solo button2 click function as momentary even...
2010-03-23 Paul Davisfinish commit from yesterday ... sorry folks
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-11 Paul Davismonitor section: make sip/afl/pfl buttons work, add...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-01-04 Carl HetheringtonMove a couple of connect() calls up the class hierarchy.
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
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 Davisfix deadlock in protocol manager startup; fix some...
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-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-08 Paul Davisclosing in on a genuinely general scheme for handling...
2009-12-07 Paul Davisbetter, cleaner, more generic version of real-time...
2009-12-07 Paul Davisfirst pass at end-to-end RT operation request (GUI...
2009-12-01 Carl HetheringtonFix #2933.
2009-11-26 Carl HetheringtonFix #2926 and #2927; presence and behaviour of solo...
2009-11-21 Paul Davisget "solo safe" back in action again
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-19 Paul Davisadd new Graph debug bit ; make adding aux sends really...
2009-11-18 Paul Davisbring back full mute control (pre/post/control/main...
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-09-09 Carl HetheringtonFix warning.
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
next