summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.cc
AgeCommit message (Expand)Author
2020-04-18Consistent Lua script error and print() output 2/2Robin Gareus
2020-04-14Keep string markdown untranslatableRobin Gareus
2020-03-25fix two poorly-formed uses of Glib::DateTimePaul Davis
2020-03-25Also allow scratch sessions via Session > NewRobin Gareus
2020-03-25NO-OP: whitespaceRobin Gareus
2020-03-24detect whether or not user edited the name for a new sessionPaul Davis
2020-03-24prefill new session name with a date-based defaultPaul Davis
2020-03-15NO-OP: cleanup includesRobin Gareus
2020-02-06Resize session dialog back to initial height and width on "back"Nikolaus Gullotta
2019-10-10NOOP: move bracePaul Davis
2019-10-10modify API of SessionDialog to reflect that it is never used with command lin...Paul Davis
2019-10-10add SessionDialog::clear_name()Paul Davis
2019-10-10change SessionDialog::meta_master_bus_profile() to be a static methodPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-18reverse part of a previous change to session dialogPaul Davis
2019-07-18some cleanups to the use of "require_new" in the SessionDialogPaul Davis
2019-07-18Allow to use session-init/setup scripts from the commandlineRobin Gareus
2019-07-18Fix --template commandline optionRobin Gareus
2019-07-18Consolidate code: use libardour API to sort scriptsRobin Gareus
2019-04-10Clarify default template descriptionRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2018-12-06Prefer testing the session instead of using a global variableRobin Gareus
2018-11-01Work around tooltips in treeviews selection issue #7678Robin Gareus
2018-10-05Remove debug output from 39f65bbceRobin Gareus
2018-10-04Sort Factory/Lua-script session-templatesRobin Gareus
2017-10-03Fix session-archive file extension filterRobin Gareus
2017-10-03Update Session-Archive Dialog: add compression-optionRobin Gareus
2017-09-21s/created with/modified with/Robin 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-09-10Mixbus needs to show Created-With on the recent sessions listBen Loftis
2017-08-24Fix session-open after selecting new, template, then backRobin Gareus
2017-08-20Cont'd work on route-templatesRobin Gareus
2017-08-19Revert non "aesthetic tweaks" from f614d10994Robin Gareus
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-18Templates: aesthetic tweaks.Ben Loftis
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-17NO-OP: whitespace & scopeRobin Gareus
2017-08-17Fix merge error.Ben Loftis
2017-08-17Templates: fix unintended commit from debuggingBen Loftis
2017-08-17Templates: dialog tweaks.Ben Loftis
2017-08-17Update GUI, session-format notifications, skip unusable in recent listRobin Gareus
2017-08-17SessionDialog: hide created-with column in Ardour, use a tooltip.Robin Gareus
2017-08-16Revert "Revert ongoing SessionDialog changes for 5.11 release."Robin Gareus
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-15tone down frame color and use a better widget namePaul Davis
2017-08-15NO-OP: indent and remove whitespacePaul Davis
2017-08-15put a frame around template description, change background colorPaul Davis
2017-08-14Further tweaking of layout and packing.Ben Loftis