summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-11Always show CC region, whether empty or not (ie whether MidiModel contains an...David Robillard
2007-09-11Fix note range menu item initial value (it probably should be saved and resto...David Robillard
2007-09-10Fix crash on playhead relocate in MIDI regions w/o CC data.David Robillard
2007-09-10Fix note separator lines adaptation to changing track height.David Robillard
2007-09-10Avoid dereferencing invalidated iterator when removing selected regions. Fixe...Tim Mayberry
2007-09-09Fix a misdefinition in ardour/recent_sessions.hTim Mayberry
2007-09-09If sys::copy_file fails, try and remove the target file before throwing an ex...Tim Mayberry
2007-09-09Use sys::path and sys::rename in Session::rename_state for portabilityTim Mayberry
2007-09-09Modify Session::load_history for portabilityTim Mayberry
2007-09-09Modify Session::save_history for portabilityTim Mayberry
2007-09-09Add function sys::rename to pbd/filesystem.h/cc. Renames a file, uses g_rename.Tim Mayberry
2007-09-09Add history_suffix to ardour/filename_extensions.ccTim Mayberry
2007-09-09Use std::transform with sys::basename in ARDOUR::get_file_names_no_extensionTim Mayberry
2007-09-06Fix automation region stacking.David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-09-05dont fill the initial gm rec, since it gets overdrawn by the metrics pixmap a...Doug McLain
2007-09-05Fix opening session when manually entering path in the file chooser. Fixes bu...Tim Mayberry
2007-09-05Fix source directory paths so that the session name element is "legalized" an...Tim Mayberry
2007-09-04Remove unused header includes from ardour/session_directory.ccTim Mayberry
2007-09-04Use PBD::sys::operator/ instead of PBD::sys::path::operator/= in ARDOUR::Sess...Tim Mayberry
2007-09-04Add PBD::sys::operator/ to pbd/filesystem for convenient path buildingTim Mayberry
2007-09-04Use sys::remove instead of ::unlink in Session::remove_empty_sounds for porta...Tim Mayberry
2007-09-04Add ARDOUR::TapeFileMatcher class for matching filenames and use it in Sessio...Tim Mayberry
2007-09-04Use PBD::get_files_in_directory instead of PBD::Scanner in Session::remove_em...Tim Mayberry
2007-09-04Use path::leaf instead of sys::basename in SessionDirectory::sound/midi_pathTim Mayberry
2007-09-04Use path::leaf in sys::basename and sys::extensionTim Mayberry
2007-09-04Add path::leaf method function to the PBD::sys::path classTim Mayberry
2007-09-04Add PBD::sys::extension for getting the filename extension of a fileTim Mayberry
2007-09-04Modify PBD::sys::basename to match boost::filesystem behaviour and document it.Tim Mayberry
2007-09-04Add path::branch_path to the PBD::sys::path classTim Mayberry
2007-09-04Fix to avoid overwriting the backup file of a 0.99 session when opening a ses...Tim Mayberry
2007-09-04Add some documentation regarding the PBD::sys namespace and my justifications...Tim Mayberry
2007-09-04Change the SessionDirectory constructor to take a sys::path instead of a stringTim Mayberry
2007-09-04Use sys::exists instead of g_file_test in session.ccTim Mayberry
2007-09-04Remove unused utility function elapsed_time_to_strTim Mayberry
2007-09-04Remove declaration of unused and undefined method in Session classTim Mayberry
2007-09-04Use Session::_session_dir instead of Session::_path when calling Session::set...Tim Mayberry
2007-09-04Use PBD::find_file_in_search_path instead of PathScanner in ARDOUR_UI::instal...Tim Mayberry
2007-09-04Remove inclusion of unused header fileTim Mayberry
2007-09-04Remove inclusion of unused header fileTim Mayberry
2007-09-04Remove unused constant max_layer, which is also incorrectly defined as UCHAR_...Tim Mayberry
2007-09-04Only show child rows for session snapshots when there is more than 1 snapshot...Tim Mayberry
2007-09-04Remove unused functions Session::possible_statesTim Mayberry
2007-09-04Use ardour/session_state_utils.h in Editor::redisplay_snapshotsTim Mayberry
2007-09-04Use functions from ardour/session_state_utils.h instead of ardour/session.h i...Tim Mayberry
2007-09-04Use functions in ardour/session_state_utils.h instead of ardour/session.h in ...Tim Mayberry
2007-09-04Add ARDOUR::get_state_files_in_directory and ARDOUR::get_file_names_no_extens...Tim Mayberry
2007-09-04Remove three unused temporary variables from Session::save_templateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::save_stateTim Mayberry
2007-09-04Use ARDOUR::create_backup_file in Session::remove_stateTim Mayberry