| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-19 | Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> ↵ | Carl Hetherington | |
| PlainText. | |||
| 2018-07-19 | PlainText -> PlainTextFile. | Carl Hetherington | |
| 2018-07-19 | Remove old content_subtitle. | Carl Hetherington | |
| 2018-07-19 | Remove -j4 from suggested build copmmand. | Carl Hetherington | |
| 2018-07-19 | More renaming. | Carl Hetherington | |
| 2018-07-19 | More old stuff. | Carl Hetherington | |
| 2018-07-19 | Remove unused file. | Carl Hetherington | |
| 2018-07-19 | Missing file. | Carl Hetherington | |
| 2018-07-19 | More renaming. | Carl Hetherington | |
| sed -i "s/emit_text/emit_plain/g" src/lib/*.cc src/lib/*.h sed -i "s/emit_image_start/emit_bitmap_start/g" src/lib/*.cc src/lib/*.h sed -i "s/emit_text_start/emit_plain_start/g" src/lib/*.cc src/lib/*.h sed -i "s/render_subtitles/render_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript test/*.cc sed -i "s/ImageStart/BitmapStart/g" src/lib/*.cc src/lib/*.h sed -i "s/TextStart/PlainStart/g" src/lib/*.cc src/lib/*.h test/*.cc src/wx/*.cc sed -i "s/ImageSubtitle/BitmapText/g" src/lib/*.cc src/lib/*.h sed -i "s/text_subtitle/plain_text/g" src/lib/*.cc src/lib/*.h src/lib/wscript src/wx/*.cc src/wx/*.h test/*.cc sed -i "s/image_subtitle/bitmap_text/g" src/lib/*.cc src/lib/*.h mv src/lib/render_subtitles.cc src/lib/render_text.cc mv src/lib/render_subtitles.h src/lib/render_text.h mv src/lib/text_subtitle.cc src/lib/plain_text.cc mv src/lib/text_subtitle.h src/lib/plain_text.h | |||
| 2018-07-19 | Comment tweak. | 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 | Merge master. | Carl Hetherington | |
| 2018-07-19 | Add type for text content (CCAP/subtitle). | Carl Hetherington | |
| 2018-07-19 | More CCAP notes. | Carl Hetherington | |
| 2018-07-19 | More design musings. | 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-19 | CCAP doc tweaks. | Carl Hetherington | |
| 2018-07-19 | Updated fr_FR translation from Thierry Journet. | Carl Hetherington | |
| 2018-07-18 | Tidying up of scrolling in the matrix view. | Carl Hetherington | |
| 2018-07-18 | Add new graphic. | Carl Hetherington | |
| 2018-07-18 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-07-18 | Updated de_DE translation from Carsten Kurz. | Carl Hetherington | |
| 2018-07-18 | Add some asserts. | Carl Hetherington | |
| 2018-07-17 | Fix test. | Carl Hetherington | |
| 2018-07-16 | Fix unit tests since sequencing after trim was added. | Carl Hetherington | |
| 2018-07-16 | Fix previous. | Carl Hetherington | |
| 2018-07-16 | Test output name tweaks. | Carl Hetherington | |
| 2018-07-16 | Remove some warnings so that F28 doesn't fail to build due to | Carl Hetherington | |
| weird docker hang on writing to stderr. | |||
| 2018-07-15 | Bump libdcp for test hang fix. | Carl Hetherington | |
| 2018-07-14 | Assume .jpf is an image (JPEG2000). | Carl Hetherington | |
| 2018-07-14 | Stop the build if we can't download the supporters' list. | Carl Hetherington | |
| 2018-07-14 | Fix update check (#1338). | Carl Hetherington | |
| 2018-07-09 | Try to fix Centos build. | Carl Hetherington | |
| 2018-07-09 | Don't write multiple <LoadFont> tags to Interop subtitles (#1273). | Carl Hetherington | |
| 2018-07-09 | ChangeLog typo.v2.13.35 | Carl Hetherington | |
| 2018-07-09 | Sequence content after trim changes (#1327). This gives me a slight | Carl Hetherington | |
| sense of unease but let's see how it goes. | |||
| 2018-07-09 | Maintain frame-snap for position and trim when set_video_frame_rate is ↵ | Carl Hetherington | |
| called (#1335). | |||
| 2018-07-09 | Try to fix build on Fedora 28. | Carl Hetherington | |
| 2018-07-09 | Try to fix OS X build. | Carl Hetherington | |
| 2018-07-09 | Bump libsub for build fix. | Carl Hetherington | |
| 2018-07-09 | Bump libdcp for new image subtitle code. | Carl Hetherington | |
| 2018-07-08 | Write image subs to DCPs. | Carl Hetherington | |
| 2018-07-08 | Fix build with shared_ptr dcp::Subtitle and subclasses. | Carl Hetherington | |
| 2018-07-07 | Add export button for cinemas XML (#1319). | Carl Hetherington | |
| 2018-07-07 | Give better errors when incorrect KDMs are used (#1326). | Carl Hetherington | |
| 2018-07-07 | Fix (odd) crash. | Carl Hetherington | |
| 2018-07-07 | Add an audio stream to ffmpeg files and support <Image> in ↵ | Carl Hetherington | |
| hacks/make_dummy_files. | |||
| 2018-07-06 | Missing wakeups of the writer thread when we are waiting for it do something.v2.13.34 | Carl Hetherington | |
| 2018-07-06 | Prevent an unnecessary config file write. | Carl Hetherington | |
| 2018-07-06 | Fix could-not-load-film error when loading a project with a missing subtitle ↵ | Carl Hetherington | |
| file. | |||
