| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-14 | Select CPL by name in the player (#1357). | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 2018-07-23 | Get ccaps by asking the Player, rather than by listening to its emissions, | Carl Hetherington | |
| which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player. | |||
| 2018-07-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-19 | Clean up after previous commit. | Carl Hetherington | |
| 2018-07-19 | Rename Subtitle -> Text | Carl Hetherington | |
| sed -i "s/SubtitleContent/TextContent/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/SubtitleDecoder/TextDecoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/subtitle_content/text_content/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript src/wx/wscript sed -i "s/subtitle_decoder/text_decoder/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/subtitle_decoder.cc src/lib/text_decoder.cc mv src/lib/subtitle_decoder.h src/lib/text_decoder.h mv src/lib/subtitle_content.cc src/lib/text_content.cc mv src/lib/subtitle_content.h src/lib/text_content.h mv src/lib/dcp_subtitle_decoder.cc src/lib/dcp_text_decoder.cc mv src/lib/dcp_subtitle_decoder.h src/lib/dcp_text_decoder.h mv src/lib/dcp_subtitle_content.cc src/lib/dcp_text_content.cc mv src/lib/dcp_subtitle_content.h src/lib/dcp_text_content.h mv src/lib/text_subtitle_content.cc src/lib/text_text_content.cc mv src/lib/text_subtitle_content.h src/lib/text_text_content.h mv src/lib/text_subtitle_decoder.cc src/lib/text_text_decoder.cc mv src/lib/text_subtitle_decoder.h src/lib/text_text_decoder.h mv src/wx/timeline_subtitle_content_view.cc src/wx/timeline_text_content_view.cc mv src/wx/timeline_subtitle_content_view.h src/wx/timeline_text_content_view.h | |||
| 2018-06-10 | Build fix.v2.13.30 | Carl Hetherington | |
| 2018-06-09 | Add option to open a DCP in the player (#1312). | Carl Hetherington | |
| 2018-05-16 | Add cancel button to player progress (#1294). | Carl Hetherington | |
| 2018-04-27 | Add progress bar when loading a OV into the player.v2.13.18 | Carl Hetherington | |
| 2018-04-27 | Fix incorrect container size when loading a VF/OV combination into the player. | Carl Hetherington | |
| 2018-04-26 | Fix IDs in CPL menu. | Carl Hetherington | |
| 2018-04-20 | Report errors from other parts of the VerifyDCPJob. | Carl Hetherington | |
| 2018-04-11 | Fix 3D DCP handling in the player. | Carl Hetherington | |
| 2018-03-23 | Add arrows to player too. | Carl Hetherington | |
| 2018-03-23 | Add space shortcut to start/stop playback (#1201). | Carl Hetherington | |
| 2018-03-22 | Allow CPL selection in player (#1239). | Carl Hetherington | |
| 2018-03-14 | Very basic DCP verification in the player (#1238). | Carl Hetherington | |
| 2018-02-25 | Handle errors in subtitle XML better (#1209). | Carl Hetherington | |
| 2018-02-18 | Fix missing subtitles in the player when they are added with a VF. | Carl Hetherington | |
| 2018-02-13 | Missing setup of configured decode reduction (#1195). | Carl Hetherington | |
| 2018-02-10 | Save decoding resolution reduction between launches (#1195). | Carl Hetherington | |
| 2018-02-09 | Fix letterbox/pillarbox in player (#1196). | Carl Hetherington | |
| 2018-01-31 | Make Cmd-W close the current file in the player on OS X (part of #1180). | Carl Hetherington | |
| 2018-01-17 | Fix crash on loading non-existant DCP from recent menu. | Carl Hetherington | |
| 2018-01-17 | Add recent files list to player. | Carl Hetherington | |
| 2018-01-12 | Separate readable error from technical detail in some places. | Carl Hetherington | |
| 2018-01-12 | Fix crash when loading an incorrect KDM. | Carl Hetherington | |
| 2018-01-12 | Desensitize add OV/KDM when there is no loaded DCP. | Carl Hetherington | |
| 2018-01-05 | Make player/KDM creator and main DCP-o-matic all behave the same with ↵ | Carl Hetherington | |
| respect to problems when loading config. | |||
| 2018-01-02 | Go back to time 0 when loading a new DCP into the player (#1152). | Carl Hetherington | |
| 2017-12-31 | A couple of missing std_to_wx calls. | Carl Hetherington | |
| 2017-12-17 | Add Close option to player. | Carl Hetherington | |
| 2017-12-17 | Display decode resolution in the player. | Carl Hetherington | |
| 2017-09-02 | Add a progress dialog when opening DCPs. | Carl Hetherington | |
| 2017-09-02 | Remember the last directory used when opening DCPs in the player (#1121). | Carl Hetherington | |
| 2017-08-26 | Stop player analysing audio even if it is configured automatically to happen. | Carl Hetherington | |
| 2017-08-26 | Stop the player looking for encode servers (#1119). | Carl Hetherington | |
| 2017-08-26 | Fix error reporting on loading a good DCP after a bad one. | Carl Hetherington | |
| 2017-08-26 | Error formatting tweak. | Carl Hetherington | |
| 2017-08-21 | Display subtitles in player. | Carl Hetherington | |
| 2017-08-20 | Allow player to handle VF/OV and KDMs. | Carl Hetherington | |
| 2017-08-15 | OS X build fix. | Carl Hetherington | |
| 2017-08-15 | Missing OS X include. | Carl Hetherington | |
| 2017-08-15 | Give player its own configuration dialogue. | Carl Hetherington | |
| 2017-08-14 | Rename ConfigDialog -> FullConfigDialog. | Carl Hetherington | |
| 2017-08-14 | Save config changes in the player. | Carl Hetherington | |
| 2017-08-14 | Primitive dropped frame count in display. | Carl Hetherington | |
| 2017-08-14 | Basics of forced reduction of JPEG2000 decode resolution. | Carl Hetherington | |
