summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
AgeCommit message (Expand)Author
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-04attempt to stop transport, finish butler work, and close all files as part of...Paul Davis
2015-10-04NOOP: delete trailing whitespacePaul Davis
2015-10-04Change a few instances of 'stat()' to use 'g_stat()' (for UTF8 compatibility ...John Emmas
2015-09-23fix iterator after map::erase().Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-15prepare peak-file cleanup/recreate.Robin Gareus
2015-09-15Remove ifstream / ofstream when accessing session template files (or creating...John Emmas
2015-09-12remove cruftRobin Gareus
2015-09-10rework peakfile handling:Robin Gareus
2015-09-03Fixes case where audiofiles used wrong peakfilesMathias Buhr
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-07-02alternative fix for the same problem that 9e2048decf7c567 was addressingPaul Davis
2015-07-02Don’t use invalid iterator during cleanup. fixes #6403Robin Gareus
2015-06-29push seek-after-state-loaded into butler thread, to avoid multiple threads do...Paul Davis
2015-06-29no-op: fix whitespace/indentationPaul Davis
2015-06-29Fixed use case when session is being replaced with new session with the same ...GZharun
2015-06-29some more information output to log during save-as, for debuggingPaul Davis
2015-06-29add more directory names to set managed via various APIs (automation, analysi...Paul Davis
2015-06-29rename Session::add_session_range_location() to ::set_session_range_location()Paul Davis
2015-06-29follow various events related to playhead priority (loop changes, parameter c...Paul Davis
2015-06-29fix accidentally deleted return valuePaul Davis
2015-06-29fix timing of Butler mapping config parameters to avoid crash.Paul Davis
2015-06-29clean up cherry-pick of varifill tweaks from Waves TracksPaul Davis
2015-06-29more tweaks for varifill model, and avoid filling playback buffers during ses...Paul Davis
2015-06-29[Summary] Just adding comment for better code-maintaining.Valeriy Kamyshniy
2015-06-29after changing session SR, reset all write sources to use new ratePaul Davis
2015-06-29add in more Tracks-related auto-(re)connect changesPaul Davis
2015-06-29add in more Tracks-related auto-(re)connect changes, all conditionalized by P...Paul Davis
2015-06-29[Summary] Changed function name update_route_active_state() on update_route_r...nikolay
2015-06-29fixed previous commit from Tracks to work correctly in all casesPaul Davis
2015-06-29[Summary] BUG FIXED: New name of a session saved with “save as”, was not ...Valeriy Kamyshniy
2015-06-29[Summary] Adding informative message to failed file copy exception in Session...Valeriy Kamyshniy
2015-06-29save recent templates analogously to recent sessionsPaul Davis
2015-06-29Tracks-specific handling of template dirPaul Davis
2015-06-29fix cherry-pick logic failure with Session::save_template() - Tracks case alr...Paul Davis
2015-06-29[Summary] a) On MAC OS, .DS_Store files are ignored when saving a session by ...Valeriy Kamyshniy
2015-06-29[Summary] For tracks when saving templates, we need stored the Auto Loop Rang...Valeriy Kamyshniy
2015-06-29emit SessionSaveUnderWay signal during template savePaul Davis
2015-06-29improved error handling and checking for Session::save_template()Paul Davis
2015-06-02expand commentPaul Davis
2015-06-02close all source files before renaming interchange tree in Session::rename()Paul Davis
2015-05-28tweaks and improvements to Save-AsPaul Davis
2015-05-27some more information output to log during save-as, for debuggingPaul Davis
2015-05-14fix cleanup (code is self-evident). From Yevgeny @ wavesPaul Davis
2015-05-07extend save-as API to allow for new empty sessions based on currentPaul Davis
2015-05-07copy contents of analysis, plugins, automation and externals folders during s...Paul Davis
2015-05-07fix Session::rename()Paul Davis
2015-05-05debugging rename/save-asPaul Davis