summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-13Merge branch 'master' into windowsPaul 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-12incomplete merge of master into windows (requires upcoming changes to master ...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-24fix merge conflicts from masterPaul Davis
2013-08-14Merge branch 'master' into cairocanvasPaul 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-08vtl: import audio at video-offset, forget offset on "Remove Video"Robin Gareus
2013-08-08make master-meter in toolbar optionalRobin Gareus
2013-08-08add a peak reset button to the editor meterRobin Gareus
2013-08-08add [master] meter to the toolbarRobin Gareus
2013-08-08Wrap calls to add_shortcut_folder() in try { ... } block.Colin Fletcher
2013-08-08NOOP - prevent headaches and remove cruftRobin Gareus
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
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis
2013-07-31fix merge conflict from masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-24add [master] meter to the toolbarRobin Gareus
2013-07-24more miscellaneous changes for audioengine, all of this is still far from act...Paul Davis
2013-07-19Wrap calls to add_shortcut_folder() in try { ... } block.Colin Fletcher
2013-07-17Use file modes supported by mingw compiler on WindowsTim Mayberry
2013-07-17Use g_lstat instead of lstat for portabilityTim Mayberry
2013-07-15Fix portability of Session::source_search_pathPaul Davis