summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_audio_import.cc
AgeCommit message (Expand)Author
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-01-19remove cruftRobin Gareus
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-07-23fix #5609 (import with 1 track per channel mis-associates tracks + channels)Paul Davis
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2012-12-23remove stay-on-top behavior from import dialog, and set its WM classPaul Davis
2012-12-23make import dialog non-modalPaul Davis
2012-12-23fix duplicate import of previously selected files when using apply.Robin Gareus
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-09Commit one reversible command for the whole of an import, rather than one per...Carl Hetherington
2012-06-09Fix up hack to cope with zero-length imported MIDI regions so that it actuall...Carl Hetherington
2012-06-09Rename import_audiofiles -> import_files.Carl Hetherington
2012-06-09Make sure that regions created during AsTrack and AsTapeTrack importsCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2011-07-26allow import to selected MIDI tracks (note that this gets confused if the MID...Paul Davis
2011-06-16Fixed bug where embedded sources did not correctly obey the BWF time stamp an...Todd Naugle
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-17Re-fix problems when zero-length MIDI regions are created by an import. Set ...Carl Hetherington
2011-05-13initial volley of work for AudioPlaylistSource, the basic prototype for sourc...Paul Davis
2011-04-21Stop MIDI import generating zero-length regions. May fix #4000.Carl Hetherington
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-01-21Make all types of import at least partially undo-able so that the session ran...Carl Hetherington
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2010-12-07fix crash when importing MIDI with "at timestamp" chosenPaul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-09handle multiple imports of the same file better (via better source naming); m...Paul Davis
2010-11-09always store source names as relative paths; always add directories of embedd...Paul Davis
2010-11-05try to sensibly handle repeated imports of the same file. the same thing migh...Paul Davis
2010-09-29Save state a little less often during multi-file imports.Carl Hetherington
2010-09-29Fix confusion about the 'done' variable in InterThreadInfo during import. 'd...Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-16make resampled sources (during import) report their "natural position" (i.e. ...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-12forward port commit 7608 for a3Paul Davis
2010-05-19Use SMFSource static method to look for MIDI file extensions.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-14Separate interthread progress window out into its own class and HIG-ify it a ...Carl Hetherington
2010-04-12use session start rather than edit position for import-at-timestamp if there ...Paul Davis
2010-04-10Fix import dialogue to correctly report (x of N) with multiple files, and sli...Carl Hetherington
2010-03-04get "sequence files" import working, and fix quite a bit of missing newer log...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-23Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to promp...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis