summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_as_dialog.cc
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-01-02Add external drive references for most file-browsersRobin Gareus
This fixes an issue on MacOS/X to only show non-root volumes in the file-open dialog. They're just as valid for save-as, export, video files etc. In case of a 2nd internal disk, it is also a valid choice as default folder for new sessions.
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-23save-as/snapshot tweaks:Robin Gareus
* allow to take snapshots and save-as read-only session. * change ambiguous "Save as" window title for "Snapshot & Switch" * start save-as in configured session-dir
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-21save-as, update button sensitivity when dir changesRobin Gareus
2015-08-14save-as: default to current session name.Robin Gareus
this allows to easily add suffixes or otherwise tweak the current session-name.
2015-08-14don't allow save-as to write to an existing dir.Robin Gareus
2015-05-07extend save-as dialog to allow crude but functional save-as-to-empty-sessionPaul Davis
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-04-22make save-as dialog be persistent, to retain settings across save-asPaul Davis
2015-04-20tuning the save-as dialogPaul Davis
2015-04-20initial version of save-as dialogPaul Davis