summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.h
AgeCommit message (Collapse)Author
2026-03-18Fix build problems with warnings generated by newer macOS build environments.Carl Hetherington
2025-02-02White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h}Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-21Handle connections to the Hints object more correctly.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2019-01-26Fix hints object so that its lifetime is (nearly) the same as its thread.Carl Hetherington
Then when the thread AND Hints object are destroyed we get the Signaller's destructor stuff to stop left-over hint signals being delivered. Also add a hint about > 30fps DCP rates.
2019-01-06Improve hints dialog in various ways, especially with long projects (#1439).Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl Hetherington
this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass().
2018-07-26Background-threaded hints including line length of CCAPs.Carl Hetherington
2016-07-08Show hints before make DCP (#823).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Subtitle rearrangements.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2013-11-20Add primitive hints dialogue box.Carl Hetherington