summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
AgeCommit message (Expand)Author
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
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-20fix initial state of Import DialogRobin Gareus
2015-09-17use pbd's gstdio compatibility wrapper (GUI)Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-06catch duplicate shortcut folders.Robin Gareus
2015-09-04Remove Apply button in Import dialog/Window and change OK to "Import"Tim Mayberry
2015-09-03Change Cancel button in Import Dialog to Close buttonTim Mayberry
2015-07-17reworked variant of john’s soundfile locale fixRobin Gareus
2015-07-16Revert "Possible fix for http://tracker.ardour.org/view.php?id=6332"Robin Gareus
2015-07-16Possible fix for http://tracker.ardour.org/view.php?id=6332John Emmas
2015-04-02auditioning [external] files does not need peaks.Robin Gareus
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-30Gracefully handle MIDI parse failure.David Robillard
2014-12-24Add instrument selector to import dialog.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-11-30Trim the include tree.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus