summaryrefslogtreecommitdiff
path: root/src/wx/film_name_location_dialog.h
AgeCommit message (Collapse)Author
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-07-08Take account of changes to default directory for new DCPs (#2058).Carl Hetherington
Instead of always using the last directory in the new film dialog, only use it when it was explicitly changed by the user.
2021-07-08C++11 tidying.Carl Hetherington
2020-09-14Don't allow creation of a new film with no name. Otherwise we tryCarl Hetherington
to write metadata to the "create in folder" directory, which throws an uncaught exception if the specified directory is unwriteable. If we have a name then DoM tries to create the directory with that name, which fails more elegantly and with a nicer error.
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2017-05-09Basica save-as (duplicate) (#746).Carl Hetherington