summaryrefslogtreecommitdiff
path: root/src/wx/job_view.cc
AgeCommit message (Expand)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-04-25Tidy up initialisation.Carl Hetherington
2025-04-25Use a make_shared.Carl Hetherington
2025-04-25White space: job_view.{cc,h}Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-02-14Fix conversion of _X to underlined X with GTK (via gtk_label_set_text_with_mn...Carl Hetherington
2024-01-15Increase timeout before pulsing the progress bar for a job.Carl Hetherington
2023-01-27More stack-allocated Dialog objects.Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2022-04-21Tidying.Carl Hetherington
2021-12-06Use a virtual method rather than a set of nasty dynamic casts.Carl Hetherington
2021-11-13Pulse the progress bar 'automatically' if we haven't had a progress update fo...Carl Hetherington
2021-03-19Missing std_to_wx().Carl Hetherington
2021-03-19White space / C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-08Assorted macOS layout tweaks.Carl Hetherington
2020-10-06Fix assorted GTK3-related alignment problems.Carl Hetherington
2020-09-10Fix assertion with wxWidgets 3.1.Carl Hetherington
2019-02-20Report job errors even if they contain < or >. Give a better error when pars...Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2018-08-21Give a message when changed files are re-examined.Carl Hetherington
2018-05-29Fix job ordering when sending notification emails (more of #1286).Carl Hetherington
2018-05-27Report progress of audio jobs.Carl Hetherington
2018-05-27Add missing icons and make emailing work.Carl Hetherington
2018-05-27Add UI for message box / email notifications.Carl Hetherington
2018-05-27Simple and optional messagebox notification when jobs finish.Carl Hetherington
2018-01-12Separate readable error from technical detail in some places.Carl Hetherington
2017-02-06Fix display of progress meter (and crash) when sending emails from the KDMCarl Hetherington
2017-01-28Add priority control buttons to batch converter (#961).Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-11-16Fix the layout of the job status view on OS X (#1005)Carl Hetherington
2016-11-08Fix layout problems in the job view with long job details (#889).Carl Hetherington
2016-10-03Remove some debug code.Carl Hetherington
2016-10-03Fix various bad automatic merges in i18n files.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.Carl Hetherington
2016-09-21Confirm dialogue for job cancellation.Carl Hetherington
2016-06-08Revert accidentally-committed test patch.Carl Hetherington
2016-06-07Remove some flawed condition manipulation.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-10-09Basics of job view when sending KDM emails from dcpomatic_kdm.Carl Hetherington
2015-10-09JobRecord -> JobView.Carl Hetherington