summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.cc
AgeCommit message (Expand)Author
2016-10-21minor code-tidying tweak - continue if port handle is null, rather than nest ...Paul Davis
2016-09-27various tweaks to port matrix display logic to try to avoid a few wierd thingsPaul Davis
2016-07-29Make monitor detection reuse the port name translationJulien "_FrnchFrgg_" RIVAUD
2016-07-19Don't add Bundles to PortMatrix if they only have mistyped portsJulien "_FrnchFrgg_" RIVAUD
2016-07-19Remove bus ignore from MIDI tracksJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-04-28for mixed-i/o show HW ports of both types in the matrixRobin Gareus
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