first vaguely working version using PresentationInfo
[ardour.git] / gtk2_ardour / editor_audio_import.cc
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-21 Robin Gareusfix import-thread SNAFU
2016-03-28 Robin Gareususe strict i/o preference during import
2015-10-09 André NusserFix wrong 'Import to Region List' default on first...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-08-05 Damien ZammitAdded PT .ptf session audio import functionality
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-14 nick_mSession import dialog is no longer a transient for...
2014-12-25 David RobillardAdd instrument selector to import dialog.
2014-12-20 David RobillardFix various cursor problems.
2014-12-10 Robin Gareustracked down another remaining SessionHandleRef
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-13 Robin Gareus*t*racks not *c*hannels (amend 009ced9640)
2014-09-13 Robin Gareusfix crash when importing midi files with >1 midi-channe...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-19 Paul Davisuse new canvas cursor API to manage cursors while embed...
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-29 Paul Davisback port 6576105 from cairocanvas as fix for data...
2014-05-29 Paul Davisfix data loss/file deletion caused by mistaken used...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-07 Colin FletcherRipple mode: basic implementation
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-22 Robin Gareusresolve gtk + VST threading issues
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Robin Gareusremove cruft
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-08 Paul Davisfix #5609 (import with 1 track per channel mis-associat...
2013-08-01 Paul Davisfix merge conflict from master
2013-07-23 Paul Davisfix #5609 (import with 1 track per channel mis-associat...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-30 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-30 Paul Davisfix up some confusion with filesources' _origin and...
2012-12-23 Paul Davisremove stay-on-top behavior from import dialog, and...
2012-12-23 Paul Davismake import dialog non-modal
2012-12-23 Robin Gareusfix duplicate import of previously selected files when...
2012-06-22 Paul Davisprovide an easier way to add mixed (audio+MIDI) tracks...
2012-06-09 Carl HetheringtonCommit one reversible command for the whole of an impor...
2012-06-09 Carl HetheringtonFix up hack to cope with zero-length imported MIDI...
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-06-09 Carl HetheringtonMake sure that regions created during AsTrack and AsTap...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-02-02 Paul Davisadd a way to create a new MIDI track with an instrument...
2011-07-26 Paul Davisallow import to selected MIDI tracks (note that this...
2011-06-16 Todd NaugleFixed bug where embedded sources did not correctly...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-17 Carl HetheringtonRe-fix problems when zero-length MIDI regions are creat...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...
2011-04-21 Carl HetheringtonStop MIDI import generating zero-length regions. May...
2011-04-05 Paul Davisremove unused arguments to keep gcc quiet
2011-01-21 Carl HetheringtonMake all types of import at least partially undo-able...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2010-12-07 Paul Davisfix crash when importing MIDI with "at timestamp" chosen
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-09 Paul Davishandle multiple imports of the same file better (via...
2010-11-09 Paul Davisalways store source names as relative paths; always...
2010-11-05 Paul Davistry to sensibly handle repeated imports of the same...
2010-09-29 Carl HetheringtonSave state a little less often during multi-file imports.
2010-09-29 Carl HetheringtonFix confusion about the 'done' variable in InterThreadI...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-16 Paul Davismake resampled sources (during import) report their...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-12 Paul Davisforward port commit 7608 for a3
2010-05-19 Carl HetheringtonUse SMFSource static method to look for MIDI file exten...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-14 Carl HetheringtonSeparate interthread progress window out into its own...
2010-04-12 Paul Davisuse session start rather than edit position for import...
2010-04-10 Carl HetheringtonFix import dialogue to correctly report (x of N) with...
2010-03-04 Paul Davisget "sequence files" import working, and fix quite...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-11-30 Paul Davisnew rc config param, try-link-for-embed, controls wheth...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-08-02 Carl HetheringtonTweak prompt wording.
2009-08-02 Carl HetheringtonFix import dialog so that file number progress gets...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
next