summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-26Fix some oddities with playhead movement when locatingCarl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-25Create diskstream before calling Route::set_state, theCarl Hetherington
2012-06-24Remove some excess commas from the export format descriptionSakari Bergen
2012-06-24Inrease the export "chunk size" to speed it up over 10% at least in some situ...Sakari Bergen
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-24Change logic for compiling export format descriptions from incomplete formatsSakari Bergen
2012-06-24Fix stem export. The capturing processor of routes was never removed, and was...Sakari Bergen
2012-06-24unused variable warningPaul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-24In export format dialog, show preview of generated part of description. Fix t...Sakari Bergen
2012-06-23Remove unused utility function ARDOUR::create_session_directoryTim Mayberry
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim Mayberry
2012-06-23Change the meaning of the return value in SessionDirectory::createTim Mayberry
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Remove unused header includeTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_templateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::path_from_region_nameTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::load_stateTim Mayberry
2012-06-23Use std::string and Glib::build_filename in Session::save_stateTim Mayberry
2012-06-23Use std::string instead of sys::path in Session::jack_session_eventTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in Session::restore_historyTim Mayberry
2012-06-23Use Glib::build_filename in Session::new_midi_source_name()Tim Mayberry
2012-06-23Use g_mkdir_with_parents instead of sys::create_directoriesTim Mayberry
2012-06-23Add doc note about postcondition of ARDOUR::user_config_directory()Tim Mayberry
2012-06-23Replace use of PBD::sys::exists with Glib equivalentTim Mayberry
2012-06-23Use Glib::file_test instead of sys::existsTim Mayberry
2012-06-23Remove use of pbd/filesystem.h in SessionDirectory, use Glib equivalentsTim Mayberry
2012-06-23Use g_rename instead of PBD::sys::rename in Session::save_historyTim Mayberry
2012-06-23Use g_rename instead of PBD::sys::rename in Session::rename_stateTim Mayberry
2012-06-23Use g_remove instead of PBD::sys::remove in Session::save_stateTim Mayberry
2012-06-23Use g_remove instead of sys::remove in Session::save_stateTim Mayberry
2012-06-23Use g_remove instead of sys::remove in Session::remove_stateTim Mayberry
2012-06-23Don't try to remove pending state file if the file doesn't existTim Mayberry
2012-06-23Use Glib file utility functions in Session::remove_pending_capture_stateTim Mayberry
2012-06-23Move file utility function into pbd/file_utils.h and into PBD namespaceTim Mayberry
2012-06-23Make PBD::sys::exists_and_writable take a string instead of sys::pathTim Mayberry
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-06-23Use PBD::sys::copy_file in ARDOUR::create_backup_fileTim Mayberry
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with glib/mm equivalentsTim Mayberry
2012-06-23Use PBD::basename_nosuffix instead of sys::basenameTim Mayberry
2012-06-23Use giomm in ARDOUR::create_backup_file to copy file for portablityTim Mayberry
2012-06-23Replace use of PBD::sys::path with Glib equivalentTim Mayberry
2012-06-23Remove now unnecessary header includeTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib:: equivalentsTim Mayberry