[Summary] Adding informative message to failed file copy exception in Session::save_as.
[ardour.git] / libs / ardour / session_state.cc
2015-06-29 Valeriy Kamyshniy[Summary] Adding informative message to failed file...
2015-06-29 Paul Davissave recent templates analogously to recent sessions
2015-06-29 Paul DavisTracks-specific handling of template dir
2015-06-29 Paul Davisfix cherry-pick logic failure with Session::save_templa...
2015-06-29 Valeriy Kamyshniy[Summary] a) On MAC OS, .DS_Store files are ignored...
2015-06-29 Valeriy Kamyshniy[Summary] For tracks when saving templates, we need...
2015-06-29 Paul Davisemit SessionSaveUnderWay signal during template save
2015-06-29 Paul Davisimproved error handling and checking for Session::save_...
2015-06-02 Paul Davisexpand comment
2015-06-02 Paul Davisclose all source files before renaming interchange...
2015-05-28 Paul Davistweaks and improvements to Save-As
2015-05-27 Paul Davissome more information output to log during save-as...
2015-05-14 Paul Davisfix cleanup (code is self-evident). From Yevgeny @...
2015-05-08 Paul Davisextend save-as API to allow for new empty sessions...
2015-05-07 Paul Daviscopy contents of analysis, plugins, automation and...
2015-05-07 Paul Davisfix Session::rename()
2015-05-06 Paul Davisdebugging rename/save-as
2015-04-26 Robin GareusExpose “/route/trim” midi binding.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-21 Paul DavisMerge branch 'master' into saveas
2015-04-21 Paul Davisdo not reset paths for sources that are still outside...
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-04-10 Colin FletcherMerge branch 'uk-english'
2015-04-07 Paul Davischanges related to resetting source paths during save-as.
2015-04-06 Paul Davisafter save-as, if switching to new session, reset all...
2015-04-05 Robin Gareussession rename details:
2015-04-05 Robin Gareusfix renaming renamed session.
2015-04-05 Robin Gareusfix rename error message
2015-04-05 Robin Gareusupdate peak filename when renaming session, fixes ...
2015-04-01 Paul Davisdelete tempo map at appropriate times
2015-03-09 Robin Gareusdisk-space calc is windows (not MSVC) specific.
2015-02-10 Ben Loftisfix boot message always sticking on the last loaded...
2015-02-05 nick_mClean up Session's _current_trans when aborting a drag.
2015-01-25 Paul DavisAdd a new signal (not yet used) to initiate session...
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-15 Paul Davisset failure message if new session folder cannot be...
2015-01-14 Paul Davisget Session::save_as() working much more correctly...
2015-01-12 Paul Davisfirst working version of save-as
2015-01-11 Paul Davisadd initial code (and stubs) for save-as related functi...
2015-01-08 Ben Loftistweak boot message so the final message makes more...
2015-01-05 Robin Gareusremoved hardcoded ".ardour" suffix
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-11-18 Robin Gareussynchronize preferences and monitor-section
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-22 Paul Davisfix delivery of MMC events under split process cycle...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-10 Robin Gareuscleanup unused nested regions:
2014-10-02 Colin FletcherText tweaks and typo fixes
2014-09-28 Robin Gareuscopy plugin-state from template on session creation...
2014-09-28 Robin Gareusfix templates: copy plugin state
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files. 3.5.403
2014-09-26 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-24 Paul Davisnext (final?) part of handling missing MIDI files.
2014-09-17 Paul Davisdo not mark session dirty during loading process; sync...
2014-09-15 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-15 Paul Davisif a (file) source really cannot be found, differentiat...
2014-09-10 Robin Gareusdelete session XML object after loading and setting...
2014-08-01 Ben Loftisconsistently use mixed-case labels
2014-07-09 Paul Davisadd mutex to prevent concurrent session state saves.
2014-07-09 Paul Davisdo not attempt to save undo history if it is empty...
2014-07-08 Paul Davisinitial implementation of "bring all media into session...
2014-07-06 Robin Gareusremove cruft.
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-29 Robin Gareusallow to load/save default session-properties
2014-06-28 Robin Gareusadd Session::StateProtector
2014-06-28 Robin Gareusconsolidate session_dirs: use Searchpath instead of...
2014-06-25 Tim MayberryMove functions in pbd/clear_dir.h/cc into pbd/file_util...
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
2014-06-11 Robin Gareusbasic integration of delaylines (still un-nused)
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-06-02 Paul Davissubstantive changes to the logic and safety for naming...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-04-29 Carl HetheringtonMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-04-28 Paul Davismerge (squash) with scenechange topic branch to provide...
2014-04-20 Robin Gareusfix issue with duplicate entry in "Recent" menu after...
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Robin Gareuscheck if session dir is writable (needed for .bak files...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-07 Paul Daviswhen cleaning up sources, do not remove "stub" sources...
2014-02-07 Paul Davisfix utter confusion about session _path in new sessions.
2014-02-05 Robin Gareusadd debug-message to track down missing Sources
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
next