summaryrefslogtreecommitdiff
path: root/src/wx/hints_dialog.cc
AgeCommit message (Collapse)Author
2025-02-02White space: config.{cc,h} player.{cc,h} about_dialog.{cc,h} hints_dialog.{cc,h}Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2023-05-29Focus the "make DCP/OK" button in the hints dialog (#2539).Carl Hetherington
2022-11-02Cleanup: use new CheckBox::bind().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-21Handle connections to the Hints object more correctly.Carl Hetherington
2021-04-21C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.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
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2019-09-09Handle errors a little better when scanning for closed captions (in hints).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-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.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-08-08Tweak message now that hints dialog is shown even when there are no hints.Carl Hetherington
2018-07-26Background-threaded hints including line length of CCAPs.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-07-08Show hints before make DCP (#823).Carl Hetherington
2016-07-08Factor out hints code into its own method.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-25Hint on high audio levels (part of #822).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2016-05-18Split audio; builds.Carl Hetherington
2016-05-18Subtitle rearrangements.Carl Hetherington
2015-12-24Remove hints about odd and zero channel counts as they can no longer be set ↵Carl Hetherington
up in the GUI.
2015-12-18Add hint about 24/48fps Interop.Carl Hetherington
2015-11-02Fix incorrect preview of italic subtitles (#728).Carl Hetherington
This requires fonts to be configured with their italic versions so that the italic font can be given to FontConfig and hence used to render text. Bold font configuration is also added here although bold subtitles aren't yet supported.
2015-09-25Fix incorrect hint.Carl Hetherington
2015-09-14Some use of BOOST_FOREACH.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-06-19No-op; variable renaming.Carl Hetherington
2015-06-09Hide Font members behind accessors.Carl Hetherington
2015-06-09Add hint about > 640kB font files (#588).Carl Hetherington
2015-03-16Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure ↵Carl Hetherington
signals are disconnected in the right places.
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-11-07Fix latex-ism.Carl Hetherington
2014-11-07Add a hint if there is 3D content and the DCP is 2D.Carl Hetherington
2014-11-05Restore erroneously-removed line.Carl Hetherington
(cherry picked from commit b66c3f9e7c9e7a3dd3a265d8cb43088fe65d315c)
2014-11-05Hint on no audio and high JPEG2000 bit rates.Carl Hetherington
(cherry picked from commit 9c85b502b50f02c9468e5c7bc08348677b50ec5e)
2014-08-31Hint when there may be a better DCP container option (#392).Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-23Remove Content::path(), add Content::path_summary().Carl Hetherington
2013-11-20Add primitive hints dialogue box.Carl Hetherington