and a more intrusive KDE workaround
[ardour.git] / gtk2_ardour / engine_dialog.cc
2016-11-30 Robin Gareusand a more intrusive KDE workaround 5.5
2016-11-30 Robin Gareuspay some attention to the special guest of the night...
2016-11-30 Robin GareusEnsure the window-close button is visible for the Engin...
2016-11-30 Robin GareusRemove close/OK buttons from engine dialog
2016-11-26 Robin GareusRestrict Device selection to valid choices.
2016-11-19 Robin GareusDon't allow recursive calls to EngineDialog
2016-10-19 Paul Davismove MIDI port options out of engine dialog and into...
2016-10-19 Paul Davisset up MIDI port treeview columns *just once*
2016-10-18 Paul Daviscorrectly show both the old MIDI setup tab (device...
2016-10-18 Paul Davisfurther work on a MIDI port functionality dialog
2016-10-18 Paul Davisbeginnings of a tab in Audio/MIDI setup to manage MIDI...
2016-09-30 Robin GareusConstrain Samplerate selection when session is loaded
2016-09-30 Robin Gareusfix sample-rate display: show active (not desired)...
2016-07-24 Robin Gareusretain desired samplerate when switching backends
2016-07-20 Paul Davisremove debug noise
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Paul Davisfix plural form snafu in translation macro
2016-05-21 Robin Gareusfix initial engine state (windows: buffered-i/o; all...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-18 Robin Gareusslightly better version of 0077923d, don't stop the...
2016-04-18 Robin Gareusupdate flow when loading a new session with different SR.
2016-04-18 Robin Gareusadd a try-autostart-engine option (most recently used...
2016-04-18 Robin GareusEngine Dialog: exclude optional widgets from show_all.
2016-02-13 Tim MayberryHide "Use Buffered I/O" button when switching to backen...
2016-02-11 Tim MayberryAdd button to Engine Dialog to choose between Portaudio...
2016-02-11 Tim MayberryShow/Hide midi calibrate button based on AudioBackend...
2016-01-29 Robin Gareusfix device-list update concurrency issue.
2016-01-14 Robin GareusGUI for latency-measurement signal-level
2015-12-05 Robin Gareustweak GUI for backends where nperiods is driver dependent.
2015-12-05 Robin GareusGUI chores to show nperiods option.
2015-12-04 Robin GareusGUI handling for live latency-measurement
2015-12-04 Robin Gareusremove duplicate check (same is done few lines above)
2015-11-23 Robin Gareusprefer recently used states.
2015-11-23 Robin Gareusrestore last used driver+devices for a given backend.
2015-10-06 Robin GareusDo not restore engine state if we don't have control
2015-10-06 Tim MayberryStop engine when clicking back button in latency measur...
2015-10-06 Tim MayberryAdd EngineControl::stop_engine method to show errors...
2015-10-06 Tim MayberryHandle all errors when starting backend in EngineDialog
2015-10-06 Tim MayberryAlign switch statement with case labels to reduce inden...
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-09-30 Tim MayberryAdd parent window argument to ARDOUR_UI::check_audioengine
2015-09-30 Tim MayberryDisplay warning when closing Audio Setup dialog with...
2015-09-30 Tim MayberryDon't hide Audio Setup dialog when clicking 'OK' if...
2015-09-10 Robin Gareusfix a small memleak.
2015-09-06 Robin Gareusinitialize some uninitialized variables.
2015-09-02 Tim MayberryAdd utility method for choosing which device/s to displ...
2015-09-02 Tim MayberryUse previously set buffer size in EngineDialog if possible
2015-09-02 Tim MayberryAdd "Refresh Devices" button in Audio Setup dialog...
2015-09-02 Tim MayberryAdd some debugging output for state restoration in...
2015-09-02 Tim MayberryRemove Apply button from Audio Setup dialog now that...
2015-09-02 Tim MayberryChange "Stop" button into a Start/Stop button in Audio...
2015-08-27 Robin Gareususe program-name for internal ports
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.
next