summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2012-06-23Move three file utility functions from pbd/filesystem.h to pbd/file_utils.hTim Mayberry
2012-06-23Change PBD::sys::get_absolute_path to take and return a std::stringTim Mayberry
2012-06-23Move docs for PBD::sys::get_absolute_path into headerTim Mayberry
2012-06-23Move doc for PBD::sys::path_is_within to headerTim Mayberry
2012-06-23Change PBD::sys::path_is_within to take string params and use GlibTim Mayberry
2012-06-23Add docs for PBD::sys::equivalent_pathsTim Mayberry
2012-06-23Rename PBD::sys::inodes_same to equivalent_pathsTim Mayberry
2012-06-23Fix PBD::sys::inodes_same to check that paths are on same deviceTim Mayberry
2012-06-23Use g_stat in PBD::sys::inodes_same for portabilityTim Mayberry
2012-06-23Overwrite target file in PBD::copy_fileTim Mayberry
2012-06-23Move PBD::sys::copy_file/s into pbd/file_utils.h and PBD:: namespaceTim Mayberry
2012-06-23Use Glib::build_filename in PBD::sys::copy_filesTim Mayberry
2012-06-23Use PBD::sys::copy_file in ARDOUR::create_backup_fileTim Mayberry
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with glib/mm equivalentsTim Mayberry
2012-06-23Use PBD::basename_nosuffix instead of sys::basenameTim Mayberry
2012-06-23Use giomm in ARDOUR::create_backup_file to copy file for portablityTim Mayberry
2012-06-23Replace use of PBD::sys::path with Glib equivalentTim Mayberry
2012-06-23Remove now unnecessary header includeTim Mayberry
2012-06-23Replace PBD::sys::path use in PBD::StatefulTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib:: equivalentsTim Mayberry
2012-06-23Replace use of PBD::sys::path in PluginManagerTim Mayberry
2012-06-23Replace use of pbd/filesystem.h with Glib alternativeTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::find_bindings_filesTim Mayberry
2012-06-23Use static string in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::user_config_directoryTim Mayberry
2012-06-23Simplify ardour_*_search_path functionsTim Mayberry
2012-06-23Remove unused header includeTim Mayberry
2012-06-23Replace use of PBD::sys::path in AudioLibraryTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/session_state_utils.hTim Mayberry
2012-06-23Replace use of PBD::sys::path in ExportProfileManagerTim Mayberry
2012-06-23Replace use of PBD::sys::path in AudioRegionImporterTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-23Remove unnecessary header includesTim Mayberry
2012-06-23Remove two unnecessary header includes of pbd/mountpoint.hTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-23Remove unnecessary header includeTim Mayberry
2012-06-22don't try to backup sessions from older versions of ardour that are also read...Paul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-21missing includesTodd Naugle
2012-06-21Fixing issues with opening a browser when using the bundle. Use xdg-open inst...Todd Naugle
2012-06-21a putatively better approach to cleaning up ports at session closingPaul Davis
2012-06-20when a session goes away, deliver silence to all current ports to prevent a h...Paul Davis
2012-06-20remove sndfile debugging from export codePaul Davis
2012-06-20Declick before the end of seamless loops, not after the end, so that loops ar...Carl Hetherington