summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-12-20Port level meters to trunkDoug McLain
2007-12-18Added missing file.David Robillard
2007-12-18Make configure script executable.David Robillard
2007-12-18Fix building.David Robillard
2007-12-18Remove ancient/unused flowcanvas and libglademm from repository.David Robillard
2007-11-26Use normal Processor run_in_place interface on Meter.David Robillard
2007-11-25Fix crash on MIDI region split.David Robillard
2007-11-15Change return type of Session::import_audiofiles to void as the int return va...Tim Mayberry
2007-11-15Rename Session::import_audiofile to Session::import_audiofiles now that it im...Tim Mayberry
2007-11-15Improve the readability of Session::import_audiofileTim Mayberry
2007-11-15Refactor Session::import_audiofile to reduce complexity and remove use of gotoTim Mayberry
2007-11-15Remove an unnessesary use of goto in Session::import_audiofileTim Mayberry
2007-11-15Check for cancel at the top of the main loop in Session::import_audiofile rat...Tim Mayberry
2007-11-15Use sys::basename instead of PBD::basename_nosuffix in Session::import_audiofileTim Mayberry
2007-11-15Simplify finalization code in Session::import_audiofileTim Mayberry
2007-11-15Use std::copy instead of for loop in Session::import_audiofileTim Mayberry
2007-11-15Use full name of file being imported in status message during importTim Mayberry
2007-11-15Pass a path argument to ImportableSource rather than SNDFILE handle so resour...Tim Mayberry
2007-11-15Fix mixed usage of tabs and spaces for indentation in ardour/importable_source.hTim Mayberry
2007-11-15Use std::auto_ptr instead of boost::scoped_ptr in Session::import_audiofileTim Mayberry
2007-11-15Move variable declaration closer to usageTim Mayberry
2007-11-15Use sys::remove instead of ::unlink in Session::import_audiofile for portabilityTim Mayberry
2007-11-15Remove unused variable in Session::import_audiofileTim Mayberry
2007-11-15Use scoped_ptr in Session::import_audiofile to manage ImportableSourceTim Mayberry
2007-11-15Refactor part of Session::import_audiofile into write_audio_data_to_new_files...Tim Mayberry
2007-11-15Use std::vector and boost::shared_array instead of raw arrays for channel dat...Tim Mayberry
2007-11-15Use boost::scoped_array to manage working buffer for RAII in Session::import_...Tim Mayberry
2007-11-15Move filename generation in Session::import_audiofile to utility function get...Tim Mayberry
2007-11-15Use boost::shared_ptr for RAII with a SNDFILE handle in Session::import_audio...Tim Mayberry
2007-11-13More missing bits.Carl Hetherington
2007-11-13Yet more missing things. I'm going slightly mad.Carl Hetherington
2007-11-13Add some more bits.Carl Hetherington
2007-11-13Fix up permissions.Carl Hetherington
2007-11-13Fix up permissions.Carl Hetherington
2007-11-13More missing stuff...Carl Hetherington
2007-11-13Re-add glibmm2 properly.Carl Hetherington
2007-11-13Add stuff missing from yesterday's library commit.Carl Hetherington
2007-11-13Don't log info message when creating session directoriesTim Mayberry
2007-11-13Don't log a warning when the system template directory does not exist.Tim Mayberry
2007-11-13Remove unused header include from ardour/ladspa_plugin.ccTim Mayberry
2007-11-13Modify Session::path_from_region_name for portabilityTim Mayberry
2007-11-13Replace Glib::file_test with sys::exists in Session::path_from_region_nameTim Mayberry
2007-11-13Add missing cairomm lib from previous commit.Carl Hetherington
2007-11-12Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4Carl Hetherington
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-11-07patch to prevent (mostly) CD marker being set for the start of the sessionPaul Davis
2007-11-05Fix for some problems with punch ranges.Carl Hetherington
2007-10-31Do unto MIDI as thou hath done unto audio.David Robillard