summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_audio_import.cc
AgeCommit message (Expand)Author
2009-07-18imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin co...Paul Davis
2009-06-25another part of the fix for cleanup: when successfully using link(2) to embed...Paul Davis
2008-11-13speed up track resizing; fixup file DnD; stop use CAAudioFile for imported filesPaul Davis
2008-11-09make drop_paths() run in an idle handler on OS X to deal with the current DnD...Paul Davis
2008-11-09fix for handling DnD path data, plus lots of d-n-d drop debugging (to be clea...Paul Davis
2008-11-09no recursive main loop just to set import watch cursorPaul Davis
2008-11-06wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads ...Paul Davis
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-06-19reset editor's entered_track to null if that track is deleted; fix use of wro...Paul Davis
2008-05-12some adjustments to the spacing in the import/interthread progress window, an...Paul Davis
2008-03-24Fix dialog message to something sensible.Sampo Savolainen
2008-02-27don't popup import progress window until we give import a chance to fail firs...Paul Davis
2008-02-27fix up BWF creation; make CoreAudioSource work; add CAImportable; refactor So...Paul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis
2008-02-15Make import GUI report if you are importing a file of a name that Sampo Savolainen
2008-01-04Back-port tim mayberry's fixes for import; fix JACK slaving to never pay atte...Paul Davis
2007-11-12add arrow head to selected marker line; fix no-import-embed when selecting "u...Paul Davis
2007-11-09the edit cursor is dead, long live the edit point; plus a few fixes; plus loc...Paul Davis
2007-11-07initial round of work to support new edit point option, and removal of edit c...Paul Davis
2007-09-27fix crash bug caused by incorrectly setting transience of audio clocks in the...2.1Paul Davis
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; rati...Paul Davis
2007-09-24fix crash during import when selected tracks include bussesPaul Davis
2007-09-24improvements (?) for window visibility during session loading - time to test ...Paul Davis
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-09-11try to fix async peaks issue; fix crasher caused by previous lock changes in ...Paul Davis
2007-09-09async generation of peakfiles for embedded filesPaul Davis
2007-09-09fix egregious widespread bug now that JACK has physical MIDI ports; make samp...Paul Davis
2007-09-09more changes for the import dialog, with breakout of importable source code i...Paul Davis
2007-09-07autoplay mode and other tweaks to the import dialog; fix resource management ...Paul Davis
2007-09-04split SoundFileBrowser back into SoundFileOmega; make SoundFileChooser work a...Paul Davis
2007-09-04sort of make to-selected-tracks import/embed workPaul Davis
2007-09-04more improvements and fixes for the import dialogPaul Davis
2007-09-04make sfdb browser a member of session, to retain settingsPaul Davis
2007-09-03fix for NSD filename/folder extraction; import now works as well as embed doe...Paul Davis
2007-09-02limited history depth (no GUI yet); more work on import dialog and semanticsPaul Davis
2007-08-30more upgrades to the import dialogPaul Davis
2007-08-28first pass at thorwil's mockup of import dialog; remove some JACK error messa...Paul Davis
2007-08-27fix crashing mouse-button+'s' operation (generically, not just for 's'); more...Paul Davis
2007-08-26round one of import design changes (still not fully functional, but basic stu...Paul Davis
2007-08-16support DnD in native/gtk-quartz implementation (note: multifile DnD requires...Paul Davis
2007-07-06new automation interval configuration variable, to control automation snapsho...Paul Davis
2007-04-06fix crashes when handling files with ":" in their paths. Cost: cannot load ol...Paul Davis
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on r...Paul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-03-15edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix bui...Paul Davis
2007-02-27fix #1497, related to lack of status.done setting when libsndfile craps out o...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis