summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.cc
AgeCommit message (Collapse)Author
2025-03-09Compress an if.Carl Hetherington
2025-03-09Tidy some shared_ptr creation.Carl Hetherington
2025-03-09Remove pointless shared_ptr.Carl Hetherington
2025-03-09Include/using sorting.Carl Hetherington
2025-03-09White space: job_manager_view.{cc,h}Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2017-01-28Add priority control buttons to batch converter (#961).Carl Hetherington
2016-10-03Fix various bad automatic merges in i18n files.Carl Hetherington
2016-09-30Fix scrolling in the batch converter when there are lots of films.Carl Hetherington
2016-09-30Reverse order of jobs in the batch converter view.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-10-09JobRecord -> JobView.Carl Hetherington
2015-10-07Fix strange job status layout on OS X.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-08-18Include tidying.Carl Hetherington
2015-07-27Missing std_to_wxCarl Hetherington
2015-07-24Fix non-display of pending jobs in the batch processor.Carl Hetherington
2015-06-21Remove wxST_ELLIPSIZE_END from job status.Carl Hetherington
This appears to stop multi-line text fields working on OS X, which caused #615.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-18Split job status onto two lines (#610).Carl Hetherington
2015-06-09Remove unused variable.Carl Hetherington
2015-05-25b37e348604b75f346c8b423dd6b67a4663102871 from master; tweak job view.Carl Hetherington
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2015-02-04Don't truncate job statuses in the command line interface, only in the GUI.Carl Hetherington
2015-01-28Small fixes and tidy-ups spotted by cppcheck.Carl Hetherington
2015-01-23Hand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31 from master; improve ↵Carl Hetherington
progress reporting when scanning a file for length.
2014-10-24Fix job pausing to actually work, and always add Pause buttons to ↵Carl Hetherington
JobManagerViews (part of #344).
2014-09-02Seemingly rather long-winded way of making the JobManagerView inCarl Hetherington
dcpomatic_batch shrink nicely (i.e. shrinking the gauge) when the window is shrunk. It seems surprising that we have to call back to children to tell them to layout / fit-inside, but it does all *seem* to be necessary.
2014-07-17Missing std_to_wx().Carl Hetherington
Reported-by: Carsten Kurz
2013-11-13Disable pause/resume button after job cancellation.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job ↵Carl Hetherington
sub-name on completion; print job name more nicely when there is no sub name.
2013-10-29Work around crash trying to set percentages to > 100.Carl Hetherington
2013-10-19Some improvements in progress reporting, especially for long jobs.Carl Hetherington
2013-07-27Forward-port gauge stretching fix.Carl Hetherington
2013-07-25Try to be more careful when loading FrameInfos from disk.Carl Hetherington
2013-07-24Pulse jobs with no progress reports.Carl Hetherington
2013-07-21Rearrange JobManagerView / JobRecord relationship.Carl Hetherington
2013-07-20Remove polling from JobManagerView and use signals instead (fixes #137).Carl Hetherington
2013-07-09Merge master.Carl Hetherington
2013-06-27Various bits of backported 1.0Carl Hetherington
2013-05-09Merge master.Carl Hetherington
2013-05-07Basic auto-scroll of job view (#129).Carl Hetherington
2013-05-05Fix broken layout with pause button.Carl Hetherington
2013-05-04Make batch converter basically work.Carl Hetherington
2013-04-04Some unnecessary boost:: removal.Carl Hetherington