summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2025-07-09Add retry support for uploads.Carl Hetherington
2025-07-09Only show "notify" checkbox on jobs if it's possible for that job type.Carl Hetherington
2025-07-09Replace TMS upload with upload to any number of destinations.Carl Hetherington
2025-07-09Rename TMS -> Upload in prefs.Carl Hetherington
2025-07-09Support FTPS uploads.Carl Hetherington
2025-07-09Change TMS upload feature to generic upload.Carl Hetherington
2025-07-09Add SpinCtrl::{s,g}et().Carl Hetherington
2025-07-09Generalise TMS upload to a single upload destination.Carl Hetherington
2025-07-04Go back to the old way of handling KDM timing.Carl Hetherington
Once again the KDM gets its timezone from the cinema.
2025-07-03Add all DCP CPLs to the content list, and write CPL ID to SPLs instead of ↵Carl Hetherington
digest (#3040).
2025-07-03Cleanup: use make_shared.Carl Hetherington
2025-06-17Support cropping of content on playback (#3041).Carl Hetherington
This is to allow, for example, pillarboxed 1.78:1 DCPs to be played nicely on 1.78:1 projectors. DCP-o-matic can now crop the pillarboxing before display, rather than putting the pillarboxed 1.85:1 onto a 1.78:1 monitor, thereby adding letterboxing.
2025-06-17Pass Ratio around as an object rather than a pointer.Carl Hetherington
2025-06-17Add new Choice::add_entry() variant.Carl Hetherington
2025-06-17Cleanup: use an enum class.Carl Hetherington
2025-06-17Support content crop in the GL backend.Carl Hetherington
2025-06-15Index sound card channels from 1 (#3048).Carl Hetherington
2025-06-14Supporters update.v2.18.20Carl Hetherington
2025-06-13Missing explicit.Carl Hetherington
2025-06-13Only enable report-problem "OK" button when an email address has been entered.Carl Hetherington
Previously we would let users get it wrong, then show an error and dump them back without any report message they might have written.
2025-06-13White space: report_problem_dialog.{cc,h}Carl Hetherington
2025-06-13Move check for returning to ISDCF name mode.Carl Hetherington
film_changed() is used on startup to set things up, so it's not a reliable way to know when the user has clicked the checkbox. Move the check into the click handler instead. This prevents film names like Fred_Jim_Sheila being truncated to Fred on loading a project.
2025-06-11Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2025-06-08Updated ru_RU translation from Евгений Дац.Carl Hetherington
2025-06-03Cleanup: rename set_sensitivity -> setup_sensitivity.Carl Hetherington
2025-06-03Remove unused variables.Carl Hetherington
2025-05-29Supporters update.v2.18.19Carl Hetherington
2025-05-27Supporters update.Carl Hetherington
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-05-27Put wx::report_problem() in a dcpomatic namespace.Carl Hetherington
2025-05-26Remove functors for choosing pixel format output from make_image().Carl Hetherington
2025-05-26Expand project/ISDCF names rightwards when the DCP panel is made wider (#3045).Carl Hetherington
2025-05-12White space: html_dialog.{cc,h}Carl Hetherington
2025-05-11White space, some auto: timing_panel.{cc,h}Carl Hetherington
2025-05-11Use case for property checks now that it's possible.Carl Hetherington
This would have prevented the bug fixed in 6bbf7dee.
2025-05-11Fix failure to update scale fit/custom radio buttons.Carl Hetherington
2025-05-11White space: custom_scale_dialog.{cc,h}Carl Hetherington
2025-05-10White space: dir_picker_ctrl.{cc,h}Carl Hetherington
2025-05-10White space: content_panel.ccCarl Hetherington
2025-05-10White space: system_font_dialog.{cc,h}Carl Hetherington
2025-05-09Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2025-05-08pot/merge.Carl Hetherington
2025-05-08Fix missing update of controls when changing VF settings.Carl Hetherington
2025-05-08White space: video_panel.{cc,h}Carl Hetherington
2025-05-08Limit allowable reel types (#3032).Carl Hetherington
2025-05-08Fix crash when using get_data() on new, empty choices.Carl Hetherington
Due to the dummy item that we have to add.
2025-05-08Return std::string rather than wxString from Choice::get_data().Carl Hetherington
2025-05-08Supporters update.Carl Hetherington
2025-05-06Updated zh_CN translation from 刘汉源Carl Hetherington
2025-05-03Merge an if statement.Carl Hetherington