summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-14changes that will help fix a crash related to plugin window visibility. some ↵Paul Davis
work still to be done
2013-10-14tweak API of WindowProxy, and remove all unnecessary get() calls in ↵Paul Davis
functions where, if we have no window, there is nothing to do
2013-10-12enable videotimeline on OSXRobin Gareus
2013-10-12export video-range: add to context menuRobin Gareus
2013-10-12video-range export tweaks:Robin Gareus
* quantize range to video-frame boundaries * warn if range is empty or does not include video
2013-10-12do not use delete_when_idle() to delete a plugin UI because an entirely ↵Paul Davis
separate mechanism exists for that
2013-10-12revert part of 4091ff175c5204 that caused window/sizing chaos. silly paulPaul Davis
2013-10-12rework things for Audio/MIDI setup dialog a bit: no tabs being the most ↵Paul Davis
noticeable change
2013-10-121 bug fix plus padding control for ArdourButtonPaul Davis
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul Davis
2013-10-12fix inability to export twicePaul Davis
2013-10-12minor adjustments to latency measurement UI stuffPaul Davis
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-12adapt JACK audiobackend to pay attention to new _start() API related to ↵Paul Davis
latency measurement
2013-10-12slightly change AudioBackend API to allow specifying that the device is ↵Paul Davis
being started for latency measurement We don't want any existing latency settings used when re-measuring latency measurements.
2013-10-12remove erroneous ` in stringPaul Davis
2013-10-11update OS X packaging script to include backendsPaul Davis
2013-10-11update Linux packaging script to include backendsPaul Davis
2013-10-11don't use a possibly non-existent window as a transient parent when showing ↵Paul Davis
a dialog about engine failure
2013-10-11Fix ardour tests to work with new AudioEngine/Backends changesTim Mayberry
2013-10-11Add AudioEngine::set_default_backendTim Mayberry
2013-10-11Use test-env.sh in run-session-tests.shTim Mayberry
Also make the script executable
2013-10-11Write state data from automation list test to check why test is failingTim Mayberry
2013-10-11Add arg to test function to be able to prefix test output directoryTim Mayberry
This makes it much easier to find test output from a specific test
2013-10-11return bool in test util function to check writing xml to file is successfulTim Mayberry
2013-10-11Use test_search_path to find test data files for automation testTim Mayberry
2013-10-11Update test to use correct SourceFactory::createWritable APITim Mayberry
2013-10-11Delete test_globals.h/cc now that the contents has moved to test_common.h/ccTim Mayberry
2013-10-11Add get_test_sample_rate to common test functions in libardour testsTim Mayberry
2013-10-11Fix script used to run libardour testsTim Mayberry
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10some slightly hackish changes to make it possible to use the new internal ↵Paul Davis
ALSA midi client (soon to become a driver, however)
2013-10-10more fixes and rationalizations for MIDI option handling in the audio MIDI setupPaul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10fix up parsing of send gain MIDI bindings so that they actually workPaul Davis
2013-10-10basic use of new backend MIDI optionsPaul Davis
2013-10-10add JACK backend support for MIDI option discoveryPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ↵Paul Davis
detected
2013-10-09when looking for backends, search for *.dll as well as *.so and *.dylibPaul Davis
2013-10-08reduce version requirement for JACKPaul Davis
2013-10-08move JACK configuration test(s) down to where they belong (in libs/backend/jack)Paul Davis
2013-10-08remove link-time use of JACK, since it is now dlopen'ed by the chosen backendPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved ↵Paul Davis
into the JACK backend)
2013-10-08-arestore jack timebase master and jack session callback functionality ↵Paul Davis
(moved into the JACK backend)
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New ↵Paul Davis
Session" button in session setup dialog
2013-10-07possible relief for snapshot loadingPaul Davis