summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
AgeCommit message (Expand)Author
2020-04-14Make import-dialog independent of only-copy preferenceRobin Gareus
2020-03-17remove reference to ImportAsTapeTracksPaul Davis
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-15NO-OP: cleanup includesRobin Gareus
2019-12-10Source List nomenclature: Whole files get imported to the SOURCE list.Ben Loftis
2019-12-06UI limitations for mp3 importRobin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-10-10remove unused label and simplify return value/return pathPaul Davis
2019-08-15Prefer "one track per file" as defaultRobin Gareus
2019-08-12Consolidate: use PBD method to try hard-linkingRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Clean up the natural_position implementation (gtk2 part).Ben Loftis
2019-06-12Windows does in theory support hard-linksRobin Gareus
2019-02-12Allow the selected Instrument to be used as the auditioner synth.Ben Loftis
2018-11-28NO-OP: Clarify function nameRobin Gareus
2018-11-28Use central method to check for engine where requiredRobin Gareus
2018-11-06Skip updating options for hidden file-dialogRobin Gareus
2018-10-10use primary, not secondary, clock mode to drive other clock modes, and dynami...Paul Davis
2018-09-21Fix --no-nls (5/5), i18n.h include order in gtk2_ardourRobin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-06-13Restore the state of the autoplay button in the import dialogTim Mayberry
2017-06-13Make Import the default action in the Import DialogTim Mayberry
2017-06-02Import Dialog is Window. Dialog Esc behavior needs to be emulated.Robin Gareus
2017-06-01Remove "Close" button from import-dialog (prefer WM close button)Robin Gareus
2017-04-19Use PBD::to_string from pbd/string_convert.h in SoundFileBox classTim Mayberry
2017-02-28initialize some uninitialized varsRobin Gareus
2017-02-08use centralized SMF tempo method in both places where we show itPaul Davis
2016-12-21backport/minimize difference to mixbus branchRobin Gareus
2016-12-16add arguments (unusued) to control whether or not SMF tempo map is used durin...Paul Davis
2016-12-16tweak presentation of SMF tempo optionPaul Davis
2016-12-16show tempo information for MIDI files in preview pane; start to offer choice ...Paul Davis
2016-12-14GUI changes to allow user to specify how/if to use SMF track/instrument names...Paul Davis
2016-12-14change ordering of options for multichannel importPaul Davis
2016-12-14improving logic/flow for SMF type 1 files part 1:Paul Davis
2016-10-05GUI support for type-0/1 SMF import (display channel/track count)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10NO-OP whitespaceRobin Gareus
2016-07-10re-layout import dialog (better fit for narrow screens)Robin Gareus
2016-05-24hide Freesound tab (until it gets fixed)Robin Gareus
2016-05-22import audio/midi at "session start by defaultRobin Gareus
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2015-12-08a shot in the dark to work-around windows file-import limit.Robin Gareus
2015-10-16use API to add system-specific volumes - #6643Robin Gareus
2015-10-15rework 8b80fe0, use std::string, not char*Robin Gareus
2015-10-14Avoid calls to Glib::ustring << operator at all cost.Robin Gareus
2015-10-09Fix wrong 'Import to Region List' default on first call. -fixes #6631André Nusser