summaryrefslogtreecommitdiff
path: root/src/wx/file_picker_ctrl.cc
AgeCommit message (Collapse)Author
2025-03-12Make file and dir picker look more consistent with each other.Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2024-07-06Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-06-30Make DCPoMatic compatible with ICU >= 75Benjamin Radel
ICU >= 75 uses c++17 features and therefore requires compilation with -std=c++17. However, this causes some namespace issues in src/wx/file_picker_ctrl.cc and src/wx/film_name_location_dialog.cc between boost::optional, boost::filesystem and the corresponding names from the std lib. The patch fixes this namespace issues and adds a version check in wscript to enable compilation with c++17, if icu >= 75 is detected.
2024-03-20Cleanup: clarify some namespace use.Carl Hetherington
2024-01-16Remember some more paths when selecting files (#2728).Carl Hetherington
* export subtitles * export video * debug log * cinema database * config file
2024-01-16Cleanup: rename some methods in FilePickerCtrl and use ↵Carl Hetherington
boost::filesystem::path more.
2023-11-12Replace deprecated leaf() with filename().Carl Hetherington
2023-01-27More stack-allocated Dialog objects.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2019-11-30Try to improve the checking for overwrite of export files a littleCarl Hetherington
on Linux; I think we need to do it ourselves rather than relying on wxFileDialog.
2018-12-08Support buttons.Carl Hetherington
2017-05-09Basic GUI for export.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-17Use a separate file (in a configurable location) to store cinema / screen ↵Carl Hetherington
certificates (#796).
2015-10-09Various JobView fixes.Carl Hetherington
2015-10-09New FilePickerCtrl class.Carl Hetherington