summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2015-08-11Move call to EngineControl::device_changed into EngineControl::list_devices ()Tim Mayberry
2015-08-11Add debug output to blocking/unblocking signals in EngineControl dialogTim Mayberry
2015-08-11Add methods in EngineControl for blocking and unblocking signalsTim Mayberry
2015-08-11Refactor part of EngineDialog ctor into connect_changed_signals methodTim Mayberry
2015-08-11Add some basic debug output in EngineControl dialogTim Mayberry
2015-08-11Refactor part of EngineControl::set_state into new set_current_state methodTim Mayberry
2015-08-11Remove unused method in EngineControl dialogTim Mayberry
2015-08-11Defer to device_changed when input or output devices changeTim Mayberry
2015-08-07remove more cruft (dead assignments)Robin Gareus
2015-08-07Don't call AudioBackend::enumerate_drivers for Backend states without driver ...Tim Mayberry
2015-08-07Set active text in buffer_size combo in EngineControl dialogTim Mayberry
2015-07-31Fix state restoration in Engine dialog for Backends with driver selectionTim Mayberry
2015-07-08add locale-guard when saving engine states, also #6418Robin Gareus
2015-06-03Change message about JACK already running to be less scaryPaul Davis
2015-06-01engine dialog fixes for multiple devicesRobin Gareus
2015-05-31Allow selection of input and output devices in EngineDialog for backends that...Tim Mayberry
2015-04-14When running on Windows, hide the Engine dialog before calling 'push_state_to...John Emmas
2015-04-07and 2c89ec5, keep backend running.Robin Gareus
2015-04-04Query backend’s setup_required() every time. fixes #6041Robin Gareus
2015-03-31fancy plural form.Robin Gareus
2015-03-26add colon to match other labelsBen Loftis
2015-03-22Engine: remember state only on “Apply” and “OK”Robin Gareus
2015-03-16work-around engine dialog crashes.Robin Gareus
2015-03-07remove unneeded debug outputBen Loftis
2015-03-07engine dialog, update device is changed.Robin Gareus
2015-03-07fix device changes..Robin Gareus
2015-03-06update Engine Dialog when devices are dis/connected.Robin Gareus
2015-03-01possible fix for #6187 - assert(backend)Robin Gareus
2015-02-24recover the most recent audio setup settings from configBen Loftis
2015-02-06when the user changes devices, notify the backendBen Loftis
2015-01-25add a simple status indicator to the Engine DialogRobin Gareus
2015-01-25fix latency measurement result displayRobin Gareus
2015-01-22move control app button adjacent to sample rate and bufsize settingsBen Loftis
2015-01-22remove channelcount selectors for mixbusBen Loftis
2015-01-17consistent display of period-size.Robin Gareus
2015-01-17display current buffer size - hopefully w/o breaking ASIORobin Gareus
2015-01-17Engine Dialog: fix various signal connectionsRobin Gareus
2015-01-17engine dialog fix buffersize sensitivityRobin Gareus
2015-01-17update engine dialog UI stateRobin Gareus
2015-01-17fix 05a612bRobin Gareus
2014-10-03fix crash when changing the Audio SystemRobin Gareus
2014-10-03fix engine control widget sensitivityRobin Gareus
2014-10-02Fix warning from ./waf i18n about empty stringColin Fletcher
2014-09-13Fix restore of Jack driver settingColin Fletcher
2014-09-01Engine Dialog: focus OK button (press enter to cont w/previous settings)Robin Gareus
2014-07-04purge states of Audio-backends that are N/ARobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25namespace libardour utilsRobin Gareus
2014-06-23for backends w/o control, save a fake state with only the "active" attribute.Robin Gareus
2014-06-22fix latency-measurement dialog back-button.Robin Gareus