| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-20 | caption -> subtitle.v2.13.36 | Carl Hetherington | |
| 2018-07-19 | Rename subtitle appearance dialogue. | Carl Hetherington | |
| 2018-07-19 | UI for selecting caption type. | 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-07-09 | Try to fix build on Fedora 28. | Carl Hetherington | |
| 2018-07-06 | Add advanced KDM options button containing switches for forensic marking. | Carl Hetherington | |
| 2018-05-24 | Try another way of fixing accelerators stealing text control arrow keys (#1263). | Carl Hetherington | |
| 2018-03-14 | Very basic DCP verification in the player (#1238). | Carl Hetherington | |
| 2018-03-09 | Check for signer chains containing UTF8-marked strings and offer | Carl Hetherington | |
| to fix them on startup (#1218). | |||
| 2018-01-05 | Add simple copy and paste for content settings (#1051). | Carl Hetherington | |
| 2017-10-22 | Revert "Allow building with wxWidgets 3.1.x." | Carl Hetherington | |
| This reverts commit f23a04630806d47bcaf6894271365c49c288ba50. | |||
| 2017-10-18 | Allow building with wxWidgets 3.1.x. | Carl Hetherington | |
| 2017-08-20 | Add KDM decryption keys prefs to player. | Carl Hetherington | |
| 2017-08-15 | Give player its own configuration dialogue. | Carl Hetherington | |
| 2017-08-14 | Rename ConfigDialog -> FullConfigDialog. | Carl Hetherington | |
| 2017-08-14 | Initial and not-working information panel in player. | Carl Hetherington | |
| 2017-07-25 | First go at configurable config.xml location. | Carl Hetherington | |
| 2017-05-24 | Basic implementation of a tree view for DKDMs (#1012). | Carl Hetherington | |
| 2017-05-09 | Basic GUI for export. | Carl Hetherington | |
| 2017-05-09 | Basica save-as (duplicate) (#746). | Carl Hetherington | |
| 2017-05-04 | Nag users to backup config.xml if they make a DKDM. | Carl Hetherington | |
| 2017-05-01 | Try to fix missing CoreAudio link on OS X. | Carl Hetherington | |
| 2017-04-27 | Initial work on removing storage of subtitle times. | Carl Hetherington | |
| 2017-04-19 | Remove some debug code. | Carl Hetherington | |
| 2017-04-19 | Attempt to fix Win32 build. | Carl Hetherington | |
| 2017-04-19 | First bits of audio support. | Carl Hetherington | |
| 2017-01-16 | Missing uselib. | Carl Hetherington | |
| 2016-10-20 | Give a better error if the user tries to load a non-KDM as a DKDM into the ↵ | Carl Hetherington | |
| KDM creator. | |||
| 2016-10-03 | Fix various bad automatic merges in i18n files. | Carl Hetherington | |
| 2016-08-26 | Confirm sending of KDM emails. | Carl Hetherington | |
| 2016-08-24 | Add a basic management dialogue for templates. | Carl Hetherington | |
| 2016-08-24 | Basic template support (#485). | Carl Hetherington | |
| 2016-08-24 | Revert "Bump libdcp for new method." | Carl Hetherington | |
| This reverts commit 3412af70b950dcdc604413ef05c26becda6da789. | |||
| 2016-08-24 | Bump libdcp for new method. | Carl Hetherington | |
| 2016-08-01 | Simplify NameFormat stuff. | Carl Hetherington | |
| 2016-07-01 | Add frame number dialog on frame position click. | Carl Hetherington | |
| 2016-07-01 | Add go-to-position dialogue when clicking on preview timecode. | Carl Hetherington | |
| 2016-06-16 | Remove seconds from KDM time period specification (#819). | Carl Hetherington | |
| 2016-06-13 | Add button to move things to the start of reels (#798). | Carl Hetherington | |
| 2016-05-30 | Remove unused code. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-25 | Basics of Atmos content support; can be added to project and appears in ↵ | Carl Hetherington | |
| timeline. | |||
| 2016-03-13 | Ignore empty KDM email addresses (#818). | Carl Hetherington | |
| 2016-03-07 | Add a header with some i18n strings. | Carl Hetherington | |
| 2016-02-26 | Allow changes to colours of FFmpeg subtitles (#795). | Carl Hetherington | |
| 2016-02-26 | Rename SubtitleApperanceDialog -> TextSubtitleAppearanceDialog. | Carl Hetherington | |
| 2016-02-25 | Basics of timeline track labels. | Carl Hetherington | |
| 2015-12-22 | Check for patched version of FFmpeg before using extra functions (#773). | Carl Hetherington | |
