summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2014-11-30Replace thinning static state with parameter.David Robillard
2014-11-18synchronize preferences and monitor-sectionRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-22fix delivery of MMC events under split process cycle conditionsPaul Davis
2014-10-10cleanup unused nested regions:Robin Gareus
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-09-28copy plugin-state from template on session creation (amend 3353b48)Robin Gareus
2014-09-28fix templates: copy plugin stateRobin Gareus
2014-09-24next (final?) part of handling missing MIDI files.Paul Davis
2014-09-17do not mark session dirty during loading process; sync with loaded locations ...Paul Davis
2014-09-15if a (file) source really cannot be found, differentiate between audio & MIDI.Paul Davis
2014-09-10delete session XML object after loading and setting state.Robin Gareus
2014-08-01consistently use mixed-case labelsBen Loftis
2014-07-09add mutex to prevent concurrent session state saves.Paul Davis
2014-07-09do not attempt to save undo history if it is empty, and do not do any part of...Paul Davis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-06remove cruft.Robin Gareus
2014-07-01merge with master.Paul Davis
2014-06-29allow to load/save default session-propertiesRobin Gareus
2014-06-28add Session::StateProtectorRobin Gareus
2014-06-28consolidate session_dirs: use Searchpath instead of custom codeRobin Gareus
2014-06-25Move functions in pbd/clear_dir.h/cc into pbd/file_utils.h/ccTim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-11basic integration of delaylines (still un-nused)Robin Gareus
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) source...Paul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-20fix issue with duplicate entry in "Recent" menu after re-naming a sessionRobin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
2014-03-21check if session dir is writable (needed for .bak files, undo, etc)Robin Gareus
2014-03-12more error messages if session renaming fails, and remove stupid use of RENAM...Paul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07when cleaning up sources, do not remove "stub" sources from the source list, ...Paul Davis
2014-02-07fix utter confusion about session _path in new sessions.Paul Davis
2014-02-05add debug-message to track down missing SourcesRobin Gareus
2013-12-05remove unnecessary recently-added include for realpath, which is not actively...Paul Davis
2013-12-05additional header needed for mingw build to get realpath()Paul Davis
2013-12-02Use PBD::canonical_path instead of ::realpathTim Mayberry
2013-10-23fix merge conflicts with masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-25make information extraction from session file options list robust against som...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-22make session creation from a template work againPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-16fix ordering in session construction so that new sessions and existing ones b...Paul Davis