summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2015-09-02Use previously set buffer size in EngineDialog if possibleTim Mayberry
2015-09-02Add "Refresh Devices" button in Audio Setup dialog for backends that support itTim Mayberry
2015-09-02Add some debugging output for state restoration in Audio Setup dialogTim Mayberry
2015-09-02Remove Apply button from Audio Setup dialog now that there is a start/stop bu...Tim Mayberry
2015-09-02Change "Stop" button into a Start/Stop button in Audio Setup dialogTim Mayberry
2015-08-27use program-name for internal portsRobin Gareus
2015-08-13Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
2015-08-12hide “Midi Setup” button on OSX and Windows.Robin Gareus
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11update driver selection sensitivityRobin Gareus
2015-08-11refine "Running" message.Robin Gareus
2015-08-11don't allow to change devices while engine is running.Robin Gareus
2015-08-11allow to stop engine for re-configureRobin Gareus
2015-08-11consolidate engine-dialog widget sensitivity logic.Robin Gareus
2015-08-11Engine Dialog: use new APIRobin Gareus
2015-08-11Fix to ensure there are always sample rates and buffer sizes in the dropdownTim Mayberry
2015-08-11Extract two utility methods from EngineControl::set_samplerate/bufferize_popd...Tim Mayberry
2015-08-11Use a union of all sample rates and buffer sizes for all devices in EngineCon...Tim Mayberry
2015-08-11Check the default SR is available for a device when setting SR in EngineControlTim Mayberry
2015-08-11Remove unnecesary clearing of local variable in EngineControlTim Mayberry
2015-08-11Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
2015-08-11Use the current backend device names to set active text in device dropdowns i...Tim Mayberry
2015-08-11Remove Unwinder instances in EngineControl::set_*_device_popdown_stringsTim Mayberry
2015-08-11Compare the string returned by backend->driver_name() against driver names in...Tim Mayberry
2015-08-11Remove Unwinder instance from EngineControl::set_driver_popdown_stringsTim Mayberry
2015-08-11Reimplement method using code extracted from EngineDialog::backend_changedTim Mayberry
2015-08-11Remove previous fix attempt at restoring state for backends with driver selec...Tim Mayberry
2015-08-11Use SignalBlocker class in EngineControl to block widget signal emissionTim Mayberry
2015-08-11Extract part of EngineControl::backend_changed into EngineControl::update_mid...Tim Mayberry
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