| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-11 | FilmViewer API tidying. | Carl Hetherington | |
| 2018-09-11 | Rename control_film_viewer file. | Carl Hetherington | |
| 2018-09-11 | Separate out management of controls. | Carl Hetherington | |
| 2018-09-11 | Partial split of film viewer. | Carl Hetherington | |
| 2018-09-10 | Basics of export of multiple reels to multiple files. | Carl Hetherington | |
| 2018-09-07 | Initial nag for interface complexity. | Carl Hetherington | |
| 2018-09-03 | Add basic quality option for x264 export. | Carl Hetherington | |
| 2018-08-21 | Check content for changes on loading a project. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-07-26 | Background-threaded hints including line length of CCAPs. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 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-21 | Basics of multiple captions per content so that DCPContent can | Carl Hetherington | |
| hold subs and closed captions. | |||
| 2018-07-19 | Clean up after previous commit. | 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-06-09 | Add option to open a DCP in the player (#1312). | Carl Hetherington | |
| 2018-06-09 | Factor out sending a message to another tool (possibly starting it first). | Carl Hetherington | |
| 2018-05-24 | Try another way of fixing accelerators stealing text control arrow keys (#1263). | Carl Hetherington | |
| 2018-04-05 | Stop hot keys stealing from text fields (#1263).v2.13.10 | Carl Hetherington | |
| 2018-03-23 | Arrows to go forward/back one frame. | Carl Hetherington | |
| 2018-03-23 | Ctrl-T to open timeline (#1201). | Carl Hetherington | |
| 2018-03-23 | Add space shortcut to start/stop playback (#1201). | Carl Hetherington | |
| 2018-03-22 | Don't crash when trying to create a film in a bad location. | Carl Hetherington | |
| 2018-03-09 | Check for signer chains containing UTF8-marked strings and offer | Carl Hetherington | |
| to fix them on startup (#1218). | |||
| 2018-02-27 | Add a load of explicit keywords. | Carl Hetherington | |
| 2018-02-16 | Don't rename main thread as its name appears in top, it turns out. | Carl Hetherington | |
| 2018-02-16 | Name threads on Linux. | Carl Hetherington | |
| 2018-02-14 | Adapt for changes to disable_forensic variable types in libdcp. | Carl Hetherington | |
| 2018-02-14 | Don't disable forensic marking by default. | Mart Jansink | |
| 2018-02-05 | Make KDMs active again even without encryption so you can fiddle with the ↵ | Carl Hetherington | |
| cinemas/screens list etc. | |||
| 2018-02-05 | Let's try disabling KDM menu options when we are using non-encrypted films. | Carl Hetherington | |
| 2018-01-12 | Separate readable error from technical detail in some places. | Carl Hetherington | |
| 2018-01-05 | Add simple copy and paste for content settings (#1051). | Carl Hetherington | |
| 2018-01-05 | Make player/KDM creator and main DCP-o-matic all behave the same with ↵ | Carl Hetherington | |
| respect to problems when loading config. | |||
| 2017-09-03 | Try to make Cmd+W work on OS X (#934). | Carl Hetherington | |
| 2017-08-19 | Cope nicely if the user has a configured default container ratio which is ↵ | Carl Hetherington | |
| now disallowed. | |||
| 2017-08-14 | Rename ConfigDialog -> FullConfigDialog. | Carl Hetherington | |
| 2017-07-25 | First go at configurable config.xml location. | Carl Hetherington | |
| 2017-06-23 | Try to fix show DCP when project directory names contain spaces (#1091). | Carl Hetherington | |
| 2017-06-07 | Basic and untested export option to bounce down to stereo; add encoder test ↵ | Carl Hetherington | |
| with subs (which fails). | |||
| 2017-05-24 | Basic implementation of a tree view for DKDMs (#1012). | Carl Hetherington | |
| 2017-05-10 | Add shortcut for export. | Carl Hetherington | |
| 2017-05-10 | Rename some classes. | Carl Hetherington | |
| 2017-05-09 | Some export tidying up. | 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 about saving metadata.xml and DCP XMLs when making an encrypted DCP. | Carl Hetherington | |
| 2017-05-04 | Nag users to backup config.xml if they make a DKDM. | Carl Hetherington | |
| 2017-04-27 | Move ports around to allow master/server to coexist (#962). | Carl Hetherington | |
