summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.cc
AgeCommit message (Expand)Author
2016-12-07Further tweaks to EngineDialog z-axis stackingRobin Gareus
2016-11-30and a more intrusive KDE workaround5.5Robin Gareus
2016-11-30pay some attention to the special guest of the night: KDE window stackingRobin Gareus
2016-11-30Ensure the window-close button is visible for the Engine-Dialog.Robin Gareus
2016-11-30Remove close/OK buttons from engine dialogRobin Gareus
2016-11-26Restrict Device selection to valid choices.Robin Gareus
2016-11-19Don't allow recursive calls to EngineDialogRobin Gareus
2016-10-19move MIDI port options out of engine dialog and into prefsPaul Davis
2016-10-18set up MIDI port treeview columns *just once*Paul Davis
2016-10-18correctly show both the old MIDI setup tab (device oriented) and the new one ...Paul Davis
2016-10-18further work on a MIDI port functionality dialogPaul Davis
2016-10-18beginnings of a tab in Audio/MIDI setup to manage MIDI port functionalityPaul Davis
2016-09-30Constrain Samplerate selection when session is loadedRobin Gareus
2016-09-30fix sample-rate display: show active (not desired) rateRobin Gareus
2016-07-24retain desired samplerate when switching backendsRobin Gareus
2016-07-20remove debug noisePaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14fix plural form snafu in translation macroPaul Davis
2016-05-21fix initial engine state (windows: buffered-i/o; all: channelcount)Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-18slightly better version of 0077923d, don't stop the engine for nothingRobin Gareus
2016-04-18update flow when loading a new session with different SR.Robin Gareus
2016-04-18add a try-autostart-engine option (most recently used settings)Robin Gareus
2016-04-18Engine Dialog: exclude optional widgets from show_all.Robin Gareus
2016-02-13Hide "Use Buffered I/O" button when switching to backend with no controlTim Mayberry
2016-02-11Add button to Engine Dialog to choose between Portaudio callback and blocking...Tim Mayberry
2016-02-11Show/Hide midi calibrate button based on AudioBackend::enumerate_devicesTim Mayberry
2016-01-29fix device-list update concurrency issue.Robin Gareus
2016-01-14GUI for latency-measurement signal-levelRobin Gareus
2015-12-05tweak GUI for backends where nperiods is driver dependent.Robin Gareus
2015-12-05GUI chores to show nperiods option.Robin Gareus
2015-12-04GUI handling for live latency-measurementRobin Gareus
2015-12-04remove duplicate check (same is done few lines above)Robin Gareus
2015-11-23prefer recently used states.Robin Gareus
2015-11-23restore last used driver+devices for a given backend.Robin Gareus
2015-10-06Do not restore engine state if we don't have controlRobin Gareus
2015-10-06Stop engine when clicking back button in latency measurement tab of EngineCon...Tim Mayberry
2015-10-06Add EngineControl::stop_engine method to show errors when stopping engineTim Mayberry
2015-10-06Handle all errors when starting backend in EngineDialogTim Mayberry
2015-10-06Align switch statement with case labels to reduce indentation in EngineDialogTim Mayberry
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-01Add parent window argument to ARDOUR_UI::check_audioengineTim Mayberry
2015-10-01Display warning when closing Audio Setup dialog with engine stoppedTim Mayberry
2015-10-01Don't hide Audio Setup dialog when clicking 'OK' if engine fails to startTim Mayberry
2015-09-10fix a small memleak.Robin Gareus
2015-09-06initialize some uninitialized variables.Robin Gareus
2015-09-02Add utility method for choosing which device/s to display in Audio Setup dialogTim Mayberry