| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-19 | UI for selecting caption type. | Carl Hetherington | |
| 2018-07-19 | PlainText -> PlainTextFile. | Carl Hetherington | |
| 2018-07-19 | More renaming; text -> plain. | Carl Hetherington | |
| sed -i "s/TextTextContent/PlainText/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc sed -i "s/text_text/plain_text/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/wx/*.h src/tools/*.cc test/*.cc src/lib/wscript mv src/lib/text_text_content.cc src/lib/plain_text_content.cc mv src/lib/text_text_content.h src/lib/plain_text_content.h mv src/lib/text_text_decoder.cc src/lib/plain_text_decoder.cc mv src/lib/text_text_decoder.h src/lib/plain_text_decoder.h | |||
| 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-29 | Basic jump to selected subtitle (#1200). | Carl Hetherington | |
| 2018-03-27 | Use a label rather than a tooltip to tell users why they can't refer to DCPs. | Carl Hetherington | |
| Tooltips don't seem to work on disabled widgets in Windows (at least). | |||
| 2018-03-27 | why_not in can_reference can just be a string rather than a list of strings. | Carl Hetherington | |
| 2018-01-31 | Tweak label as suggested by Carsten. | Carl Hetherington | |
| 2017-09-03 | Restore correct setup of fast resampler when the player is set to fast. | Carl Hetherington | |
| 2017-04-27 | Initial work on removing storage of subtitle times. | Carl Hetherington | |
| 2017-01-05 | Fix insensitive subtitle controls after adding a VF. | Carl Hetherington | |
| 2016-12-21 | White space. | Carl Hetherington | |
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-08-16 | Basic support for fading subtitles in and out (#923). | Carl Hetherington | |
| 2016-08-14 | Support subtitles in imported DCPs. Bump libdcp to get support | Carl Hetherington | |
| for importing encrypted subtitles. | |||
| 2016-07-04 | Fix control sensitivity in various places. | Carl Hetherington | |
| 2016-07-01 | Add UI to manage line spacing on subtitles. | Carl Hetherington | |
| 2016-06-22 | Set AudioDecoder::fast a different way. | Carl Hetherington | |
| 2016-06-13 | Remove caching of old ImageDecoder objects. | Carl Hetherington | |
| This breaks things when there is a 3D ImageContent. When you change the video frame type on this content the view does not update because the re-used ImageDecoder recycles the same video without noticing that the frame type has changed. I guess this is sort of `because' the video frame type is used in VideoDecoder::give, which sets up the cache. Unfortunately I can't remember the case which the caching of ImageDecoders was meant to speed up. Maybe this will now become apparent. | |||
| 2016-06-02 | Add an assert. | Carl Hetherington | |
| 2016-05-26 | Fix subtitle appearance configuration with FFmpeg-text subs. | Carl Hetherington | |
| 2016-05-26 | Factor out decoder creation to a factory method. | Carl Hetherington | |
| 2016-05-26 | Tidy up image/text subtitle distinction with FFmpeg sources. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-05-18 | Basics of splitting up Decoder tree like Content. | Carl Hetherington | |
| 2016-05-18 | Rename video/audio/subtitle part methods. | Carl Hetherington | |
| 2016-05-18 | Subtitle rearrangements. | Carl Hetherington | |
| 2016-04-11 | Add similar rounding to subtitle offsets as already exist for scale, | Carl Hetherington | |
| to try to fix strange sticking of spin buttons on arbitrary values. | |||
| 2016-03-12 | Include trimming. | 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-12 | Rename SubRip -> TextSubtitle. | Carl Hetherington | |
| 2016-01-07 | Factor out some common stuff and give a better tooltip on the 'refer' ↵ | Carl Hetherington | |
| buttons when no DCP is selected. | |||
| 2015-11-08 | Add appearance dialog for SubRip subtitles. | Carl Hetherington | |
| 2015-11-07 | Tidy up; rename add_label_to_grid_bag_sizer -> add_label_to_sizer. | Carl Hetherington | |
| 2015-11-07 | Tweak subtitle panel layout slightly. | Carl Hetherington | |
| 2015-10-13 | Some attempts to block referencing of DCPs when it is not possible. | Carl Hetherington | |
| 2015-10-11 | Correctly update GUI wrt subtitle referencing. | Carl Hetherington | |
| 2015-09-17 | Fix sensitivity of 'refer' button in the subtitle panel. | Carl Hetherington | |
| 2015-09-16 | Front-end to set up referencing of DCPs. | Carl Hetherington | |
| 2015-09-14 | Some use of BOOST_FOREACH. | Carl Hetherington | |
| 2015-08-25 | Purge rint() and use llrint and friends. | Carl Hetherington | |
| 2015-06-29 | Fix merge. | Carl Hetherington | |
| 2015-06-26 | Tweak checkbox label. | Carl Hetherington | |
| 2015-06-25 | Disallow non-burn of image subtitles by disabling the relevant widgets (#625). | Carl Hetherington | |
| 2015-06-25 | Add burn-subtitles button to Subtitle panel. | Carl Hetherington | |
| 2015-06-21 | No-op: remove all trailing whitespace. | Carl Hetherington | |
| 2014-12-20 | Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵ | Carl Hetherington | |
| assert()s with thrown exceptions. | |||
| 2014-12-15 | Start of Fonts dialog for setting up subtitle fonts. | Carl Hetherington | |
| 2014-12-11 | Add language property to SubtitleContent and use it in output DCP subtitle ↵ | Carl Hetherington | |
| files. | |||
