add 0.5 second sleep after closing JACK connection so that next startup/connect is...
[ardour.git] / libs / ardour / session_state.cc
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-25 Paul Davismake information extraction from session file options...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-22 Paul Davismake session creation from a template work again
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-16 Paul Davisfix ordering in session construction so that new sessio...
2013-09-14 Paul Davismove creation of Graph till after we have the engine...
2013-09-12 Paul Davisreinstate unblocking-of-connections in session setup...
2013-09-11 Paul Davis*maybe* fix issues with zombification during session...
2013-09-11 Paul Davisfix handling of new session
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davisstart reordering of Session initialization
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davissplit up session code that uses parts of the JACK API...
2013-08-08 Paul Davismajor redesign of MIDI port heirarchy and management...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-01 Paul Davisfull compilation and linking (coding not finished,...
2013-07-25 Paul Davismost of libardour now actually compiles
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-10 Robin GareusRevert "show track-ID in mixer" and "...towards unique...
2013-07-10 Robin Gareus...towards unique track numbers.
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-05-16 Robin Gareusfix jack session filename (colons are invalid)
2013-04-09 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-04-08 Robin Gareusfix prev commit SaveSession() signal was sent too late.
2013-04-08 Robin Gareusadd session save signal and hook-up videotimeline
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2013-03-12 Paul Davisfix error reporting for a realpath(2) error
2013-03-06 Paul Davistwo fixes from TheCranston to help out on OS X with...
2013-03-04 Paul Davismake notice about mismatched session/ardour versions...
2013-03-03 Robin Gareusskip fade&envelope info in region XML
2013-03-03 Robin Gareusfix region fade/env XML save - fixes #5353
2013-01-09 Paul Davisminor translation fixes/typos from edogawa
2012-12-14 Paul Davismerge robin gareus' libltc into ardour source tree...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-11-13 Robin Gareusimplement TC offset for slave&generator.
2012-11-12 Paul Davisfix #5076 - we failed to actually find any existing...
2012-10-25 Paul Davismove ownership of LTC I/O ports to Session, and manage...
2012-10-21 Robin Gareusadd LTC generator
2012-10-17 Paul Davisforward part the backend part of the generic MIDI contr...
2012-10-11 Paul Davismove the external sync source selection tobe a global...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-26 Carl HetheringtonRemove unused named selection / chunk code.
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-23 Tim MayberryUse SessionDirectory class directly rather than ARDOUR...
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryRemove unused header include
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string and Glib::build_filename in Session...
2012-06-23 Tim MayberryUse std::string instead of sys::path in Session::jack_s...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in Session...
2012-06-23 Tim MayberryUse g_mkdir_with_parents instead of sys::create_directories
2012-06-23 Tim MayberryReplace use of PBD::sys::exists with Glib equivalent
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryUse g_rename instead of PBD::sys::rename in Session...
2012-06-23 Tim MayberryUse g_remove instead of PBD::sys::remove in Session...
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::save_state
2012-06-23 Tim MayberryUse g_remove instead of sys::remove in Session::remove_...
2012-06-23 Tim MayberryDon't try to remove pending state file if the file...
2012-06-23 Tim MayberryUse Glib file utility functions in Session::remove_pend...
2012-06-23 Tim MayberryMove file utility function into pbd/file_utils.h and...
2012-06-23 Tim MayberryMake PBD::sys::exists_and_writable take a string instea...
2012-06-23 Tim MayberryMove three file utility functions from pbd/filesystem...
2012-06-23 Tim MayberryMove PBD::sys::copy_file/s into pbd/file_utils.h and...
2012-06-23 Tim MayberryUse giomm in PBD::sys::copy_file and change function...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/template_utils.h
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ardour/session_state_u...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-22 Paul Davisdon't try to backup sessions from older versions of...
2012-06-22 Paul Davisintroduce the idea of a "default transport speed",...
2012-06-16 Paul Davisnever try to remove state from a read-only session
2012-06-12 Carl HetheringtonHandle failure of statfs to return available disc space...
2012-05-28 Carl HetheringtonAdd path_is_within to decide if a path is within a...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-17 Carl HetheringtonFix unnecessary backups of session files.
2012-04-28 Carl HetheringtonFix detection of 2.X sessions.
2012-04-19 Paul Davisattempt to fix confusion over session file version...
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-04-07 Carl HetheringtonFix operator typo (#4824).
2012-04-05 Paul Davisprovide an RC configuration variable to "shadow" Evoral...
2012-03-07 Carl HetheringtonPatch from colinf to fix auto-connect of bus outputs...
2012-02-07 Paul Davisfix coloring of global rec-enable button when actively...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
next