summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
AgeCommit message (Expand)Author
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ...Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-08remove --no-freesound option. fixes #5640Robin Gareus
2013-07-31fix merge conflict from masterPaul Davis
2013-07-23fix #5609 (import with 1 track per channel mis-associates tracks + channels)Paul Davis
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ...Paul Davis
2013-07-13Assume no filesystem links on windowsPaul Davis
2013-06-21Further Freesound tweaks.Colin Fletcher
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-03-31Make sure every imported file is copied to the session pathRoy Vegard Ovesen
2013-03-30fix up some confusion with filesources' _origin and _file_is_new members. if ...Paul Davis
2013-03-17Freesound fixes for #5853, and a few other small improvementsColin Fletcher
2013-03-01fix File-Import resampling quality.Robin Gareus
2013-01-21fix/revert/modify changes from 13617 that hide the gain + peak display from a...Paul Davis
2013-01-03yet another plural form fixRobin Gareus
2013-01-03plural form fixPaul Davis
2012-12-23remove stay-on-top behavior from import dialog, and set its WM classPaul Davis
2012-12-23some more tweaks for the import dialogPaul Davis
2012-12-23make import dialog non-modalPaul Davis
2012-12-21more freesound UI tweaks:Robin Gareus
2012-12-21freesound: tom's diner^Wprogress barRobin Gareus
2012-12-21freesound display licenseRobin Gareus
2012-12-21freesound import - various small tweaksRobin Gareus
2012-12-21freesound: break page-request loop if search result is empty.Robin Gareus
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-10-23escape markup text that may contain non-legal characters (for GMarkup). this ...Paul Davis
2012-10-22change packing/design/sizing/labels at bottom of import dialog (should fix #5...Paul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-19Make sure we always copy Freesound imported files as well as MIDI ones (#4675).Carl Hetherington
2012-06-18Disallow import-without-copy for MIDI files (#4148).Carl Hetherington
2012-06-13Use preview filename rather than the first-alphabetically-sorted filename for...Carl Hetherington
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-21when resetting the import dialog based on selceted track counts, change the f...Paul Davis
2012-05-17Add a new import file filter for audio and MIDI and use it by default (should...Carl Hetherington
2012-04-11Fix a few unchecked XML child / property lookupsCarl Hetherington
2012-04-05various tweaks to Freesound UI and code. keep a single mootcher to speed up ...Ben Loftis
2012-03-09Freesound tweaks from colinf (#4761).Carl Hetherington
2012-01-18colinf's 2011-12-08 patch for freesound mootcher (add stop, remove URI, clear...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-14allow compilation without --freesoundPaul Davis
2011-11-14the return of basic FreeSound mootcher functionality, c/o colinf. lots of bug...Paul Davis
2011-07-26allow import to selected MIDI tracks (note that this gets confused if the MID...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-05ellipsize file name at top of preview pane; allow a bit more room for file fo...Paul Davis