summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
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
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-11*maybe* fix issues with zombification during session loadingPaul Davis
2013-09-11fix handling of new sessionPaul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09start reordering of Session initializationPaul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-09-05move MidiPortManager from AudioEngine to SessionPaul Davis
2013-09-05'libs/ardour' - Minor changes to prevent MSVC from complaining about malforme...John Emmas
2013-08-09split up session code that uses parts of the JACK API (timebase + session eve...Paul Davis
2013-08-09changes to allow window branch to build on OS XPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-01full compilation and linking (coding not finished, will not run)Paul Davis
2013-07-25most of libardour now actually compilesPaul Davis
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
2013-07-13Revert "Fix saving sessions on windows by using g_rename instead of ::rename"Paul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
2013-07-11Include pbd/localtime_r.h for mingw buildPaul Davis
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ...Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11Revert "Remove non-portable and unnused header includes"Paul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-10Revert "show track-ID in mixer" and "...towards unique track numbers."Robin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-05-16fix jack session filename (colons are invalid)Robin Gareus
2013-04-08fix prev commit SaveSession() signal was sent too late.Robin Gareus
2013-04-08add session save signal and hook-up videotimelineRobin Gareus