summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.cc
AgeCommit message (Expand)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
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
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
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
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 si...Carl Hetherington
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 prog...Carl Hetherington
2014-10-24Fix job pausing to actually work, and always add Pause buttons to JobManagerV...Carl Hetherington
2014-09-02Seemingly rather long-winded way of making the JobManagerView inCarl Hetherington
2014-07-17Missing std_to_wx().Carl Hetherington
2013-11-13Disable pause/resume button after job cancellation.Carl Hetherington
2013-11-08Don't display frames per second during digest calculation; clear job sub-name...Carl Hetherington
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