| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-12 | Make file and dir picker look more consistent with each other. | Carl Hetherington | |
| 2024-09-03 | Remove use of wxT in favour of char_to_wx(). | Carl Hetherington | |
| The wxWidgets docs advise against its use these days. | |||
| 2024-07-06 | Merge remote-tracking branch 'origin/main' into v2.17.x | Carl Hetherington | |
| 2024-06-30 | Make DCPoMatic compatible with ICU >= 75 | Benjamin 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-20 | Cleanup: clarify some namespace use. | Carl Hetherington | |
| 2024-01-16 | Remember some more paths when selecting files (#2728). | Carl Hetherington | |
| * export subtitles * export video * debug log * cinema database * config file | |||
| 2024-01-16 | Cleanup: rename some methods in FilePickerCtrl and use ↵ | Carl Hetherington | |
| boost::filesystem::path more. | |||
| 2023-11-12 | Replace deprecated leaf() with filename(). | Carl Hetherington | |
| 2023-01-27 | More stack-allocated Dialog objects. | Carl Hetherington | |
| 2022-04-22 | Use libdcp's warnings.h | Carl Hetherington | |
| 2020-07-27 | Hide warnings triggered by Ubuntu 20.04's gcc. | Carl Hetherington | |
| 2019-11-30 | Try to improve the checking for overwrite of export files a little | Carl Hetherington | |
| on Linux; I think we need to do it ourselves rather than relying on wxFileDialog. | |||
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2017-05-09 | Basic GUI for export. | Carl Hetherington | |
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-02-17 | Use a separate file (in a configurable location) to store cinema / screen ↵ | Carl Hetherington | |
| certificates (#796). | |||
| 2015-10-09 | Various JobView fixes. | Carl Hetherington | |
| 2015-10-09 | New FilePickerCtrl class. | Carl Hetherington | |
