| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | 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-14 | Assume .jpf is an image (JPEG2000). | 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 | 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-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-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. | |||
| 2018-07-06 | Add advanced KDM options button containing switches for forensic marking. | Carl Hetherington | |
| 2018-07-06 | Layout tweak. | Carl Hetherington | |
| 2018-07-06 | Tweak layout and remove some code duplication. | Carl Hetherington | |
| 2018-07-05 | Another OS X build tweak.v2.13.33 | Carl Hetherington | |
| 2018-07-05 | Try again to fix OS X build. | Carl Hetherington | |
| 2018-07-05 | Try to fix OS X build. | Carl Hetherington | |
| 2018-07-05 | Mention delay in timeline audio views. | Carl Hetherington | |
| 2018-07-05 | Sort audio timeline views in order of DCP audio channel mappings (#1279). | Carl Hetherington | |
| 2018-07-05 | Add audio gain to timeline content view. | Carl Hetherington | |
| 2018-07-04 | Label audio content with mapping (part of #1279). | Carl Hetherington | |
| 2018-07-04 | More zoom / timeline tidying. | Carl Hetherington | |
| 2018-07-04 | Fix tool crash; try to fix linked scrolling. | Carl Hetherington | |
| 2018-07-04 | Toolbar and scrolling tweaks. | Carl Hetherington | |
| 2018-07-04 | Debugging. | Carl Hetherington | |
| 2018-07-04 | Debugging message. | Carl Hetherington | |
| 2018-07-04 | Whitespace tweaks. | Carl Hetherington | |
| 2018-07-04 | Replace checkboxes with tools. | Carl Hetherington | |
| 2018-07-04 | Fix icons on Windows; zoom to all on initial open. | Carl Hetherington | |
| 2018-07-04 | Add zoom-all button. | Carl Hetherington | |
| 2018-07-04 | Fix scrolling of labels; prevent zooming out too far. | Carl Hetherington | |
| 2018-07-03 | Fix time axis view length. | Carl Hetherington | |
| 2018-07-03 | Fix hidden reels view and time axis not moving under zoom. | Carl Hetherington | |
