summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
AgeCommit message (Expand)Author
2007-05-16add alternate filters for soundfile browserPaul Davis
2007-02-01add a persistent folder variable so that every time the sfdb_ui is created, i...Paul Davis
2007-01-25fix import/embed of multichannel audiofiles, as per #1433Paul Davis
2007-01-10More polish. Don't try to import directories.Taybin Rutkin
2007-01-10SFDB_UI polish. Hitting return will apply tags and search the tags field.Taybin Rutkin
2007-01-05Soundfile tag searching implemented.Taybin Rutkin
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-11-13display timecode from BWF etc in SF browser; accels for windows now work (mis...Paul Davis
2006-11-08use track colour to set comment button background rather than use active butt...Nick Mainsbridge
2006-11-06BETTER fix for wrong map key for sf browser auditioningPaul Davis
2006-11-06fix wrong map key for sf browser auditioningPaul Davis
2006-10-24Fix for internationalize. Now use the I18N() macro.Taybin Rutkin
2006-10-18Fixed wrong translation markup in sfdb_ui.cc.Taybin Rutkin
2006-09-07remove all duplicated _id members from children of PBD::Stateful.Paul Davis
2006-09-01Synced string array in sfdb_ui.cc with ImportMode enum.Taybin Rutkin
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-27sfdb paths are saved and restored.prercuTaybin Rutkin
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-07Improved sfdb API.Taybin Rutkin
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-20Add a stock question image to the choices dialog, other general dialog love.....Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-04-12Added tooltips to help explain various soundfilebrowser buttons.Taybin Rutkin
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-10ExternalSource refactoring.Taybin Rutkin
2006-03-08Removed direct libsndfile usage.Taybin Rutkin
2006-03-05removed redundant include that I accidentally committedDoug McLain
2006-03-05another get_vbox() fix, this time for PortSelectorWindowDoug McLain
2006-01-18Removing fields from the sfdb works. Dialog is fully functional as presented.Taybin Rutkin
2006-01-13All useage of ArdourPrompter checks for a valid result.Taybin Rutkin
2006-01-13Moved strip_whitespace_edges() to pbd/whitespace.hTaybin Rutkin
2006-01-12minor include fix for <errno.h>Paul Davis
2006-01-11Use compiler provided __BIG_ENDIAN__ instead of WORD_BIGENDIANTaybin Rutkin
2006-01-05sfdb displays file info.Taybin Rutkin
2006-01-04Updates for set_type_hint() and the sfdb_ui.Taybin Rutkin
2005-12-08And back again.Taybin Rutkin
2005-12-07Part one of the sfdb reworking.Taybin Rutkin
2005-12-02Dialogbox checkmarks turn off when dialogs are closed.Taybin Rutkin
2005-10-27ExportDialog compiles. Removed gtkmm.h's.Taybin Rutkin
2005-10-13sfdb almost done.Taybin Rutkin
2005-10-12split sfdb_v3 into 3 classes.Taybin Rutkin
2005-10-12Start of sfdb_v3.Taybin Rutkin