summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2013-12-23vtl: do not lock audio [to video] when extracting audio-only.Robin Gareus
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-11-19Distinguish Save-as and Snapshot dialog windowRobin Gareus
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-27further fixes for NSM-based startupPaul Davis
2013-10-27add error checking and return from attempted NSM-based initializationPaul Davis
2013-10-26Use add_route_dialog's transient_for() window to determine track selection fo...nick_m
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-21Forward declare NSM_Client class in ardour_ui.hTim Mayberry
2013-10-21Fix check button handling in Memory Warning DialogTim Mayberry
2013-10-21Fix two minor memory leaks in pending state dialogTim Mayberry
2013-10-15make the startup -> session dialog flow more sensible for brand new usersPaul Davis
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul Davis
2013-10-12remove erroneous ` in stringPaul Davis
2013-10-11don't use a possibly non-existent window as a transient parent when showing a...Paul Davis
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ...Paul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New Sess...Paul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-09-23tighten up layout of session dialog; make button say cancel or quit in differ...Paul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-22use WindowManager/WMProxy to correctly manage the audio/MIDI setup windowPaul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-19show a different audio/MIDI option screen if JACK is already running. try to ...Paul Davis
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-05always save/keep audio/MIDI setup states so that they are available for use *...Paul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-13Move initialization of libardour from ARDOUR_UI class into main()Tim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-09fix display of latencyPaul Davis
2013-08-08temporarily ignore AudioEngine::Halted when GUI asks to disconnect from JACK,...Paul Davis
2013-08-08rationalize (a bit) engine start/stop/restart so that it is possible to start...Paul Davis
2013-08-07change wording in audio status when disconnected from enginePaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-05can now start JACK based on config dialogPaul Davis
2013-08-04start work on the changes to EngineControl (dialog) to integrate with new bac...Paul Davis
2013-08-04vtl: import audio at video-offset, forget offset on "Remove Video"Robin Gareus
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-03add a peak reset button to the editor meterRobin Gareus