summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_group.cc
AgeCommit message (Expand)Author
2020-05-07Prepare changing LTC Generator <IO> to <Port>Robin Gareus
2020-04-09show transport master ports in their own "Sync" bundle in the global port mat...Paul Davis
2019-10-18Use AsyncMIDIPort APIRobin Gareus
2019-10-18Super basic Virtual-Keyboard UIRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-11-01Put the sidechain ports into a dedicated tab in PortMatrixJohannes Mueller
2018-10-17use IsPhysical port flag to decide what to show in the "system" tab of a patc...Paul Davis
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-05use CoreSelection for track selectionPaul Davis
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