More automated renaming.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2018 10:20:12 +0000 (11:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Jul 2018 10:20:12 +0000 (11:20 +0100)
commitdf17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc
tree04e6f5917ed3c2e8ea45904ff0235c08d29a6446
parent6f146336b73fe720c83cb75ebdf15e9cb9c02973
More automated renaming.

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
109 files changed:
hacks/rename [new file with mode: 0644]
src/lib/active_captions.cc [deleted file]
src/lib/active_captions.h [deleted file]
src/lib/active_text.cc [new file with mode: 0644]
src/lib/active_text.h [new file with mode: 0644]
src/lib/bitmap_caption.h [deleted file]
src/lib/bitmap_text.h [new file with mode: 0644]
src/lib/caption_content.cc [deleted file]
src/lib/caption_content.h [deleted file]
src/lib/caption_decoder.cc [deleted file]
src/lib/caption_decoder.h [deleted file]
src/lib/content.cc
src/lib/content.h
src/lib/content_caption.h [deleted file]
src/lib/content_factory.cc
src/lib/content_text.h [new file with mode: 0644]
src/lib/dcp_content.cc
src/lib/dcp_content.h
src/lib/dcp_decoder.cc
src/lib/dcp_decoder.h
src/lib/dcp_encoder.cc
src/lib/dcp_encoder.h
src/lib/dcp_examiner.h
src/lib/dcp_subtitle_content.cc
src/lib/dcp_subtitle_decoder.cc
src/lib/dcp_subtitle_decoder.h
src/lib/decoder.cc
src/lib/decoder.h
src/lib/decoder_factory.cc
src/lib/encoder.h
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_encoder.cc
src/lib/ffmpeg_encoder.h
src/lib/film.cc
src/lib/hints.cc
src/lib/player.cc
src/lib/player.h
src/lib/player_caption.cc [deleted file]
src/lib/player_caption.h [deleted file]
src/lib/player_text.cc [new file with mode: 0644]
src/lib/player_text.h [new file with mode: 0644]
src/lib/playlist.cc
src/lib/reel_writer.cc
src/lib/reel_writer.h
src/lib/render_text.cc
src/lib/render_text.h
src/lib/string_text.h [new file with mode: 0644]
src/lib/string_text_file.cc [new file with mode: 0644]
src/lib/string_text_file.h [new file with mode: 0644]
src/lib/string_text_file_content.cc [new file with mode: 0644]
src/lib/string_text_file_content.h [new file with mode: 0644]
src/lib/string_text_file_decoder.cc [new file with mode: 0644]
src/lib/string_text_file_decoder.h [new file with mode: 0644]
src/lib/text_caption.h [deleted file]
src/lib/text_caption_file.cc [deleted file]
src/lib/text_caption_file.h [deleted file]
src/lib/text_caption_file_content.cc [deleted file]
src/lib/text_caption_file_content.h [deleted file]
src/lib/text_caption_file_decoder.cc [deleted file]
src/lib/text_caption_file_decoder.h [deleted file]
src/lib/text_content.cc [new file with mode: 0644]
src/lib/text_content.h [new file with mode: 0644]
src/lib/text_decoder.cc [new file with mode: 0644]
src/lib/text_decoder.h [new file with mode: 0644]
src/lib/types.cc
src/lib/types.h
src/lib/writer.cc
src/lib/writer.h
src/lib/wscript
src/tools/dcpomatic.cc
src/tools/dcpomatic_player.cc
src/wx/caption_appearance_dialog.cc [deleted file]
src/wx/caption_appearance_dialog.h [deleted file]
src/wx/caption_panel.cc [deleted file]
src/wx/caption_panel.h [deleted file]
src/wx/caption_view.cc [deleted file]
src/wx/caption_view.h [deleted file]
src/wx/closed_captions_dialog.cc
src/wx/content_panel.cc
src/wx/content_panel.h
src/wx/dcp_panel.cc
src/wx/film_viewer.h
src/wx/fonts_dialog.cc
src/wx/fonts_dialog.h
src/wx/subtitle_appearance_dialog.cc [new file with mode: 0644]
src/wx/subtitle_appearance_dialog.h [new file with mode: 0644]
src/wx/text_panel.cc [new file with mode: 0644]
src/wx/text_panel.h [new file with mode: 0644]
src/wx/text_view.cc [new file with mode: 0644]
src/wx/text_view.h [new file with mode: 0644]
src/wx/timeline.cc
src/wx/timeline_text_content_view.cc
src/wx/timeline_text_content_view.h
src/wx/timing_panel.cc
src/wx/wscript
test/burnt_subtitle_test.cc
test/closed_caption_test.cc
test/dcp_subtitle_test.cc
test/ffmpeg_encoder_test.cc
test/player_test.cc
test/reels_test.cc
test/remake_id_test.cc
test/remake_with_subtitle_test.cc
test/render_subtitles_test.cc
test/srt_subtitle_test.cc
test/ssa_subtitle_test.cc
test/subtitle_charset_test.cc
test/subtitle_reel_number_test.cc