summaryrefslogtreecommitdiff
path: root/src/wx/player_information.cc
AgeCommit message (Collapse)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2024-09-04Fix some ambiguous strings.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
2024-06-23Move some stuff into FilmViewer::dcp().Carl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2023-06-06Fix player audio, almost totally broken by a stupid mistakev2.16.59Carl Hetherington
in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences.
2022-10-27Add tooltip to player DCP name with path details.Carl Hetherington
2022-10-14Cleanup: use simpler ownership for FilmViewer.Carl Hetherington
2022-09-29Remove unused variable.Carl Hetherington
2022-09-27Add basic KDM information to the player (#2225).Carl Hetherington
2022-07-21C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-04-14Ignore and report failures to decode frames during playback (#1593).Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11Fix build.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington
hold subs and closed captions.
2018-07-19Clean up after previous commit.Carl Hetherington
2018-02-02Relayout player information after it changes. Should help with #1185.Carl Hetherington
2018-01-17Add some more CPL information to the player (#1170).Carl Hetherington
2017-12-31Try again to fix Windows wxWidgets complain using compose to save all the ↵Carl Hetherington
mucking about.
2017-12-31Try to fix wxWidgets debug alert on windows (#1153).Carl Hetherington
2017-12-17Add Close option to player.Carl Hetherington
2017-12-17Display decode resolution in the player.Carl Hetherington
2017-08-20Allow player to handle VF/OV and KDMs.Carl Hetherington
2017-08-14Primitive dropped frame count in display.Carl Hetherington
2017-08-14Add DCP size and length to player.Carl Hetherington
2017-08-14Initial and not-working information panel in player.Carl Hetherington