Fix ExportFormatSpecification copy-c'tor
[ardour.git] / gtk2_ardour / engine_dialog.cc
2018-12-06 Robin GareusFix inconsistent session-check
2018-11-11 Robin GareusAnother engine dialog edge-case fix to set the samplerate
2018-11-11 Robin GareusFix sample-rate override when changing backends or...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-08-10 Todd NauglePopulate the buffer size combo when connecting to jack...
2017-08-04 Robin GareusSNAFU. Allow changing engine buffer-size while running
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
2017-06-16 Robin GareusFix engine-state history.
2017-04-27 Robin GareusEngineDialog: immediadely push latency changes to runni...
2017-04-27 Robin GareusDon't directly call into engine to stop latency detection.
2017-04-20 Robin GareusShow the splash-screen if the engine dialog's run(...
2017-04-20 Robin GareusRun gtk-main iteration after hiding dialogs
2017-04-18 Tim MayberryUse PBD::to_string to convert period count in EngineCon...
2017-04-18 Tim MayberryUse PBD::to_string to convert bufsize to string in...
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in EngineDialog class
2017-04-01 Robin GareusPop splash on dialog response - not d'tor.
2017-04-01 Robin GareusFix engine state ordering
2017-04-01 Robin GareusProperly desensitize various engine-controls.
2017-03-01 Paul DavisArdourButton: if _act_on_release is true, only trigger...
2016-12-07 Robin GareusFurther tweaks to EngineDialog z-axis stacking
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...
next