summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.cc
AgeCommit message (Expand)Author
2015-12-03do not show control surface bundles in non-MIDI port matrix.Paul Davis
2015-12-03further improvements to port grouping for the port matrixPaul Davis
2015-12-03fix mis-assignment of various Ports when constructing the PortGroup list for ...Paul Davis
2015-03-08use pretty names in port-matrixRobin Gareus
2013-12-21longer text descriptionPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-08-08remove reference to non-existent headerPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-03fix "other" port-group tabRobin Gareus
2013-07-31even more stuff compilesPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2012-10-26add LTC ports to Ardour-Misc groupRobin Gareus
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-20Display hardware IO individually in the port matrices unless we are in _show_...Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-08Attempt to fix some confusions caused by bundles containingCarl Hetherington
2011-10-31Don't show busses tab in MIDI connection managers, sinceCarl Hetherington
2011-08-13Stop bundles disappearing from the port matrix when theyCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-27revert recent change to cleaner names for MIDI ports, which breaks certain ot...Paul Davis
2011-03-23remove "alsa_pcm:" prefix from MIDI port names in the port matrix, to make th...Paul Davis
2010-12-30Further i18n fix.Carl Hetherington
2010-12-10prevent the monitor inputs from showing up in the port matrix, fo'realPaul Davis
2010-12-10don't show monitor bus inputs in matrix(es); relabel tabs in port matrix; cha...Paul Davis
2010-08-28Use weak_ptr for IOs in the bundle list to avoid holding onto them when a rou...Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-01Put MIDI sync ports in the Ardour tab of the port matrix.Carl Hetherington
2010-08-01Fixes to MIDI ports in the matrix.Carl Hetherington
2010-08-01Fix port matrix crash.Carl Hetherington
2010-07-30Put Mackie surface ports into the Ardour tab of the port matrix.Carl Hetherington
2010-07-29Don't display empty tabs in the port matrix.Carl Hetherington
2010-07-21Sort tracks in the port matrix according to editor order. Fixes #2966.Carl Hetherington
2010-07-01Allow port matrix to show both audio and midi ports at the same time, and use...Carl Hetherington
2010-06-30Basic tweaks to make the bundles and the port matrix accept that MIDI tracks ...Carl Hetherington
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-01-05make system tab show up as default (most of the time) in port matrixPaul Davis
2009-12-22Fix compile.Carl Hetherington
2009-12-22Add remove all and disconnect all to port matrix menu. Hide bundles whose ch...Carl Hetherington
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-13Restore port group tabs.Carl Hetherington
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-07Redraw the matrix correctly when available ports change in the currently visi...Carl Hetherington