summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-26Remove unused named selection / chunk code.Carl Hetherington
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-23Use SessionDirectory class directly rather than ARDOUR::create_session_directoryTim 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 g_mkdir_with_parents instead of sys::create_directoriesTim Mayberry
2012-06-23Replace use of PBD::sys::exists with Glib equivalentTim 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-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/session_state_utils.hTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-22don't try to backup sessions from older versions of ardour that are also read...Paul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-16never try to remove state from a read-only sessionPaul Davis
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-05-28Add path_is_within to decide if a path is within a givenCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-17Fix unnecessary backups of session files.Carl Hetherington
2012-04-28Fix detection of 2.X sessions.Carl Hetherington
2012-04-19attempt to fix confusion over session file version numbering and so forthPaul Davis
2012-04-18add User metadata. user metadata is edited from the same dialog and read/wri...Ben Loftis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-11Remove some unused parameters.Carl Hetherington
2012-04-07Fix operator typo (#4824).Carl Hetherington
2012-04-05provide an RC configuration variable to "shadow" Evoral::ControlList::thinnin...Paul Davis
2012-03-07Patch from colinf to fix auto-connect of bus outputs (#4758).Carl Hetherington
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-06attempt to stop sending MMC/MTC while exporting or freewheeling for any reasonPaul Davis
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard