summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_import_dialog.cc
AgeCommit message (Expand)Author
2020-02-27Dialog default to cancel (#7915)Robin Gareus
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-11-01Work around tooltips in treeviews selection issue #7678Robin 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-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-12-01Make capitalization consistent and other minor spelling corrections.André Nusser
2015-01-06Fix Session file filter so session files are displayed in file browserTim Mayberry
2015-01-05un-hardcode "*.ardour" file filtersRobin Gareus
2011-06-01Delete trailing whitespaceDavid Robillard
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2011-01-03better version of that last commitPaul Davis
2011-01-03fix or band-aid for #3649 (loading a session file might fail when using the s...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-02* Fix tooltips in the session import dialogSakari Bergen
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen
2008-09-26Add Import from session -functionalitySakari Bergen