Merge branch 'master' into windows
[ardour.git] / libs / ardour / export_profile_manager.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisFix for ambiguity of UUID type on windows
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-26 Sakari BergenReturn null if deserializing an export timespan doesn...
2013-05-26 Sakari BergenRemove special handling of session range in export...
2013-05-05 Robin Gareusfix crash on export if no master bus is present in...
2012-12-07 Sakari BergenMake export type an enum and pass it to the profile...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-07-17 Paul Davisi18n fixes from alexander prokoudine (#5016)
2012-06-23 Tim MayberryReplace use of PBD::sys::path in ExportProfileManager
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-02-26 Carl HetheringtonFix crash on opening the export dialogue when there...
2012-01-29 Sakari BergenShow an example filename in the main export dialog
2012-01-28 Sakari BergenFix issue with export channel splitting getting stuck...
2012-01-28 Sakari BergenStore Region export state in instant.xml (fixes #3935)
2012-01-22 Sakari BergenAdd warnings for overwriting marker files
2011-12-04 Paul Davisprobably fix failure to find export formats in packages
2011-12-04 Paul Davissome more package debugging to help find out why export...
2011-08-09 Carl HetheringtonPrevent crash on de-selecting all tracks from a stem...
2011-06-11 Sakari BergenTypedef all globally used export smart pointer types...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-02 Paul Davisadd the standard mechanism for search paths to the...
2011-03-13 Paul Davischange builtin export format/preset search path to...
2011-03-12 Sakari BergenProperly create new presets, i.e. without duplicate...
2011-03-12 Paul Davisuse legalize_for_path() on filenames for export presets...
2011-03-01 Carl Hetheringtonassert to show up #3812 more clearly.
2011-01-06 Sakari BergenAdd stem export dialog and make all different export...
2010-12-03 Paul Davistweak search path for export profiles
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-19 Carl HetheringtonWrite BWF info on export. Fixes #3398.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-04-02 Sakari BergenMake session and master outs the default timespan and...
2009-12-27 Sakari BergenRe-integrate export-optimization branch.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-13 Nick MainsbridgeRemove some extraneous includes. reorder some others...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-11-21 Sakari Bergen* Clean up (fix?) ExportStatus signal handling
2008-10-16 Sakari BergenHandle export presets from config dirs properly. Remove...
2008-10-16 Sakari BergenFix handling of format profiles in system config dirs...
2008-10-11 Sakari Bergen* Region export dialog does not lose export settings...
2008-10-11 Sakari BergenRegion export dialog: Make export channel and -selector...
2008-09-28 Sakari Bergen* Improved export error handling, streamlined ExportFailed
2008-09-26 Sakari BergenImproved ExportProfileManager error handling, and added...
2008-09-20 Sakari Bergen* Added filename extension definitions for export prese...
2008-09-19 Sakari Bergen* Added PBD::UUID
2008-09-17 Paul Davisnew files from sakari, missed last time