summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
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-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10Make sure we notice when an IO's port count is reduced as well as when it's i...Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-09-09Use sys::path and sys::rename in Session::rename_state for portabilityTim Mayberry
2007-09-09Modify Session::load_history for portabilityTim Mayberry
2007-09-09Modify Session::save_history for portabilityTim Mayberry
2007-09-04Fix to avoid overwriting the backup file of a 0.99 session when opening a ses...Tim Mayberry
2007-09-04Use Session::_session_dir instead of Session::_path when calling Session::set...Tim Mayberry
2007-09-04Remove unused functions Session::possible_statesTim Mayberry
2007-09-04Remove three unused temporary variables from Session::save_templateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::save_stateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::remove_stateTim Mayberry
2007-09-04Remove unused function PBD::copy_fileTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::load_stateTim Mayberry
2007-09-04Use PBD::sys::path instead of PBD::copy_file in Session::save_stateTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::remote_stateTim Mayberry
2007-09-04Use PBD::sys::copy_file instead of PBD::copy_file in Session::create_session_...Tim Mayberry
2007-09-04Use functions in pbd/filesystem.h in Session::save_state for portabilityTim Mayberry
2007-09-04Use functions from pbd/filesystem.h in Session::remove_state for portabilityTim Mayberry
2007-09-04Use sys::remove instead of ::unlink in Session::remove_pending_capture_state ...Tim Mayberry
2007-09-04Use PBD::sys::path and SessionDirectory in Session::remove_pending_capture_st...Tim Mayberry
2007-09-04Use sys::path and SessionDirectory in Session::create_session_file_from_templ...Tim Mayberry
2007-09-04Rename PBD::SearchPath::get_string to PBD::SearchPath::to_stringTim Mayberry
2007-09-04Use sys::path and SessionDirectory classes in Session::load_state for portabi...Tim Mayberry
2007-09-04Use PBD::sys::exists instead of Glib::file_test in Session::load_stateTim Mayberry
2007-08-11Fix MIDI file names on recording (don't write out a ton of useless empty .mid...David Robillard
2007-08-06merge changes to libmidi++ API from 2.0-ongoingPaul Davis
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-17Remove unused method Session::template_dirTim Mayberry
2007-06-17Remove unused method Session::delete_templateTim Mayberry
2007-06-17Remove unused method Session::rename_templateTim Mayberry
2007-06-17Modify Session::save_template for portablityTim Mayberry
2007-06-17Remove unused Session::template_path methodTim Mayberry
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Remove unused method Session::get_template_listTim Mayberry
2007-06-17Remove unused method Session::export_dirTim Mayberry
2007-06-17Remove unused method Session::peak_dirTim Mayberry
2007-06-17Use SessionDirectory::peak_path in place of Session::peak_dir in Session::sec...Tim Mayberry
2007-06-17Remove unused methods Session::sound_dir and Session::old_sound_dirTim Mayberry