summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
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
2016-11-30and a more intrusive KDE workaround5.5Robin Gareus
2016-11-30pay some attention to the special guest of the night: KDE window stackingRobin Gareus
2016-11-30Ensure the window-close button is visible for the Engine-Dialog.Robin Gareus
2016-11-30Remove close/OK buttons from engine dialogRobin Gareus
2016-11-26Restrict Device selection to valid choices.Robin Gareus
2016-11-19Don't allow recursive calls to EngineDialogRobin Gareus
2016-10-19move MIDI port options out of engine dialog and into prefsPaul Davis
2016-10-18set up MIDI port treeview columns *just once*Paul Davis
2016-10-18correctly show both the old MIDI setup tab (device oriented) and the new one ...Paul Davis
2016-10-18further work on a MIDI port functionality dialogPaul Davis
2016-10-18beginnings of a tab in Audio/MIDI setup to manage MIDI port functionalityPaul Davis
2016-09-30Constrain Samplerate selection when session is loadedRobin Gareus
2016-09-30fix sample-rate display: show active (not desired) rateRobin Gareus
2016-07-24retain desired samplerate when switching backendsRobin Gareus
2016-07-20remove debug noisePaul Davis