fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / gtk2_ardour / engine_dialog.cc
2019-12-14 Robin GareusFirst batch of MessageDialog replacements
2019-12-11 Paul DavisNOOP: line merge
2019-12-09 David RobillardFix incorrect parameter type
2019-11-07 Paul Davismove all responsibility for autostart into StartupFSM...
2019-10-30 Paul Davisfix vanished audio/MIDI setup window after "Start"...
2019-10-25 Paul Davisremove debug output
2019-10-25 Paul DavisNOOP: newline removal; space injection
2019-10-12 Paul Davisremove Session::AudioMidiSetupRequired signal (no longe...
2019-10-11 Paul Daviscall parent ::on_response()
2019-10-10 Paul Davismake EngineDialog behavior more appropriate for use...
2019-10-10 Paul Davisengine dialog should emit response and handle it, not...
2019-09-29 Robin GareusFix a duplicate layout parent issue
2019-09-27 Robin GareusRe-layout engine dialog, improve "Autostart" button...
2019-09-26 Robin GareusAdd use-these-engine-settings-from-now-on checkbox
2019-09-23 Paul Davisfix problem with ArdourDialog::on_delete_event() not...
2019-09-20 Robin GareusFix latency-measurement port-name display
2019-08-03 Robin GareusUpdate GPL boilerplate and (C)
2019-07-25 Robin GareusFix engine-dialog for backends without MIDI options
2019-05-05 Robin GareusEngine Dialog: update MIDI devices, merge settings...
2019-05-05 Robin GareusFix MIDI latency measurement
2019-05-05 Robin GareusUse pretty-port-names in latency measurement dialog
2018-12-23 Robin GareusEngine Dialog MIDI tweaks
2018-12-23 Robin GareusEngine-dialog: skip audio device update when running
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
next