summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2020-04-10Continue to load session after MIDI latency calibrationRobin Gareus
2020-04-09Continue to load session after latency calibration #7998Robin Gareus
2020-02-24Default to device reported systemic latencyRobin Gareus
2020-01-27Restore engine state for auto-startRobin Gareus
2020-01-24make audio/MIDI setup dialog use ArdourDialog::_sensitivePaul Davis
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-12-11NOOP: line mergePaul Davis
2019-12-09Fix incorrect parameter typeDavid Robillard
2019-11-06move all responsibility for autostart into StartupFSM and out of engine dialogPaul Davis
2019-10-29fix vanished audio/MIDI setup window after "Start" is clicked anytime other t...Paul Davis
2019-10-24remove debug outputPaul Davis
2019-10-24NOOP: newline removal; space injectionPaul Davis
2019-10-12remove Session::AudioMidiSetupRequired signal (no longer necessary)Paul Davis
2019-10-11call parent ::on_response()Paul Davis
2019-10-10make EngineDialog behavior more appropriate for use in both startup and non-s...Paul Davis
2019-10-10engine dialog should emit response and handle it, not just call its own respo...Paul Davis
2019-09-29Fix a duplicate layout parent issueRobin Gareus
2019-09-27Re-layout engine dialog, improve "Autostart" button positionRobin Gareus
2019-09-26Add use-these-engine-settings-from-now-on checkboxRobin Gareus
2019-09-22fix problem with ArdourDialog::on_delete_event() not being called when approp...Paul Davis
2019-09-20Fix latency-measurement port-name displayRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-25Fix engine-dialog for backends without MIDI optionsRobin Gareus
2019-05-06Engine Dialog: update MIDI devices, merge settings with stateRobin Gareus
2019-05-06Fix MIDI latency measurementRobin Gareus
2019-05-05Use pretty-port-names in latency measurement dialogRobin Gareus
2018-12-23Engine Dialog MIDI tweaksRobin Gareus
2018-12-23Engine-dialog: skip audio device update when runningRobin Gareus
2018-12-06Fix inconsistent session-checkRobin Gareus
2018-11-11Another engine dialog edge-case fix to set the samplerateRobin Gareus
2018-11-11Fix sample-rate override when changing backends or devicesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-10Populate the buffer size combo when connecting to jack that is already running.Todd Naugle
2017-08-04SNAFU. Allow changing engine buffer-size while runningRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-16Fix engine-state history.Robin Gareus
2017-04-27EngineDialog: immediadely push latency changes to running backendsRobin Gareus
2017-04-27Don't directly call into engine to stop latency detection.Robin Gareus
2017-04-20Show the splash-screen if the engine dialog's run() hid it.Robin Gareus
2017-04-20Run gtk-main iteration after hiding dialogsRobin Gareus
2017-04-19Use PBD::to_string to convert period count in EngineControl classTim Mayberry
2017-04-19Use PBD::to_string to convert bufsize to string in EngineControl classTim Mayberry
2017-04-19Use XMLNode::get/set_property API in EngineDialog classTim Mayberry
2017-04-01Pop splash on dialog response - not d'tor.Robin Gareus
2017-04-01Fix engine state orderingRobin Gareus
2017-04-01Properly desensitize various engine-controls.Robin Gareus
2017-03-01ArdourButton: if _act_on_release is true, only trigger actions/signal clicks ...Paul Davis
2016-12-07Further tweaks to EngineDialog z-axis stackingRobin Gareus