fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / gtk2_ardour / engine_dialog.cc
2015-08-12 Tim MayberryFix state restoration in EngineControl dialog for backe...
2015-08-12 Robin Gareushide “Midi Setup” button on OSX and Windows.
2015-08-11 Robin Gareusremove -Woverload-virtual ambiguity (from 1d3690d)
2015-08-11 Robin Gareusupdate driver selection sensitivity
2015-08-11 Robin Gareusrefine "Running" message.
2015-08-11 Robin Gareusdon't allow to change devices while engine is running.
2015-08-11 Robin Gareusallow to stop engine for re-configure
2015-08-11 Robin Gareusconsolidate engine-dialog widget sensitivity logic.
2015-08-11 Robin GareusEngine Dialog: use new API
2015-08-11 Tim MayberryFix to ensure there are always sample rates and buffer...
2015-08-11 Tim MayberryExtract two utility methods from EngineControl::set_sam...
2015-08-11 Tim MayberryUse a union of all sample rates and buffer sizes for...
2015-08-10 Tim MayberryCheck the default SR is available for a device when...
2015-08-10 Tim MayberryRemove unnecesary clearing of local variable in EngineC...
2015-08-10 Tim MayberryFix state restoration in EngineControl dialog for backe...
2015-08-10 Tim MayberryUse the current backend device names to set active...
2015-08-10 Tim MayberryRemove Unwinder instances in EngineControl::set_*_devic...
2015-08-10 Tim MayberryCompare the string returned by backend->driver_name...
2015-08-10 Tim MayberryRemove Unwinder instance from EngineControl::set_driver...
2015-08-10 Tim MayberryReimplement method using code extracted from EngineDial...
2015-08-10 Tim MayberryRemove previous fix attempt at restoring state for...
2015-08-10 Tim MayberryUse SignalBlocker class in EngineControl to block widge...
2015-08-10 Tim MayberryExtract part of EngineControl::backend_changed into...
2015-08-10 Tim MayberryMove call to EngineControl::device_changed into EngineC...
2015-08-10 Tim MayberryAdd debug output to blocking/unblocking signals in...
2015-08-10 Tim MayberryAdd methods in EngineControl for blocking and unblockin...
2015-08-10 Tim MayberryRefactor part of EngineDialog ctor into connect_changed...
2015-08-10 Tim MayberryAdd some basic debug output in EngineControl dialog
2015-08-10 Tim MayberryRefactor part of EngineControl::set_state into new...
2015-08-10 Tim MayberryRemove unused method in EngineControl dialog
2015-08-10 Tim MayberryDefer to device_changed when input or output devices...
2015-08-07 Robin Gareusremove more cruft (dead assignments)
2015-08-07 Tim MayberryDon't call AudioBackend::enumerate_drivers for Backend...
2015-08-06 Tim MayberrySet active text in buffer_size combo in EngineControl...
2015-07-30 Tim MayberryFix state restoration in Engine dialog for Backends...
2015-07-16 Ben Loftismerge fix
2015-07-08 Robin Gareusadd locale-guard when saving engine states, also #6418
2015-06-03 Paul DavisChange message about JACK already running to be less...
2015-05-31 Robin Gareusengine dialog fixes for multiple devices
2015-05-31 Tim MayberryAllow selection of input and output devices in EngineDi...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-14 John EmmasWhen running on Windows, hide the Engine dialog before...
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-07 Robin Gareusand 2c89ec5, keep backend running.
2015-04-04 Robin GareusQuery backend’s setup_required() every time. fixes...
2015-03-31 Robin Gareusfancy plural form.
2015-03-30 Ben Loftisadd colon to match other labels
2015-03-27 Ben Loftisadd colon to match other labels
2015-03-22 Robin GareusEngine: remember state only on “Apply” and “OK”
2015-03-16 Robin Gareuswork-around engine dialog crashes.
2015-03-07 Ben Loftisremove unneeded debug output
2015-03-07 Robin Gareusengine dialog, update device is changed.
2015-03-07 Robin Gareusfix device changes..
2015-03-06 Robin Gareusupdate Engine Dialog when devices are dis/connected.
2015-03-01 Robin Gareuspossible fix for #6187 - assert(backend)
2015-02-24 Ben Loftisrecover the most recent audio setup settings from config
2015-02-06 Ben Loftiswhen the user changes devices, notify the backend
2015-01-25 Robin Gareusadd a simple status indicator to the Engine Dialog
2015-01-25 Robin Gareusfix latency measurement result display
2015-01-22 Ben Loftismove control app button adjacent to sample rate and...
2015-01-22 Ben Loftisremove channelcount selectors for mixbus
2015-01-17 Robin Gareusconsistent display of period-size.
2015-01-17 Robin Gareusdisplay current buffer size - hopefully w/o breaking...
2015-01-17 Robin GareusEngine Dialog: fix various signal connections
2015-01-17 Robin Gareusengine dialog fix buffersize sensitivity
2015-01-17 Robin Gareusupdate engine dialog UI state
2015-01-17 Robin Gareusfix 05a612b
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-03 Robin Gareusfix crash when changing the Audio System
2014-10-03 Robin Gareusfix engine control widget sensitivity
2014-10-02 Colin FletcherFix warning from ./waf i18n about empty string
2014-09-13 Colin FletcherFix restore of Jack driver setting
2014-09-01 Robin GareusEngine Dialog: focus OK button (press enter to cont...
2014-07-04 Robin Gareuspurge states of Audio-backends that are N/A
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-25 Robin Gareusnamespace libardour utils
2014-06-23 Robin Gareusfor backends w/o control, save a fake state with only...
2014-06-22 Robin Gareusfix latency-measurement dialog back-button.
2014-06-19 Robin Gareuslatency measurement dialog updates:
2014-06-19 Robin Gareusengine-dialog: properly restore previous active state
2014-06-16 Robin Gareushide "turn down volume" label for midi-latency measurement
2014-06-16 Robin Gareusdebug alsa midi latency measurement
2014-06-16 Robin Gareusfix pango font style (prev commit)
2014-06-16 Robin Gareusno more red latency messages
2014-06-15 Robin Gareusreset latency dialog every time.
2014-06-15 Robin Gareusbe smart, use boost::shared_ptr
2014-06-15 Robin Gareusclear engine device combo when no devices are available
2014-06-14 Robin Gareusif we don't have control over the device/backend, allow...
2014-06-14 Robin Gareusfix initialization of audio-engine dialog
2014-06-13 Robin Gareusenable ArdourButton focus in EngineDialog
2014-06-13 Robin GareusEngine Dialog: Don't save duplicate states (and remove...
2014-06-13 Robin Gareusadd GUI for midi-device settings (and properly indent...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Robin Gareusfix 'use_latency_button' (broken in prev. commit)
2014-06-08 Robin Gareusbasic Midi latency measurement GUI (re-use Audio latenc...
2014-06-08 Robin Gareusprepare MIDI latency measurement (backend)
2014-06-04 Robin Gareusfixes to change engines while Ardour is running.
next