| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-16 | Fix some label alignment.v2.15.123 | Carl Hetherington | |
| 2021-01-09 | More c++ tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-12-08 | Assorted macOS layout tweaks. | Carl Hetherington | |
| 2020-11-21 | Update ISDCF name when subtitle language metadata changes (related to #1737). | Carl Hetherington | |
| 2020-11-21 | Remove the "simple" UI (#1868). | Carl Hetherington | |
| It just seemed to cause more problems than it solved; mainly people enabling it by mistake and then being told to click buttons that they could not see. | |||
| 2020-09-23 | Support CPL metadata. | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-07-11 | Use new channel 14 ATMOS sync creation code in libdcp, | Carl Hetherington | |
| and force films containing ATMOS to have 14 audio channels and be SMPTE. | |||
| 2020-06-19 | Make Atmos content work more like other content. Now its MXFsv2.15.82 | Carl Hetherington | |
| are re-written, meaning that they can be encrypted. This (along with the libdcp update) also fixes assorted Atmos bugs. | |||
| 2020-06-08 | Add space next to "use best" button. | Carl Hetherington | |
| 2020-06-08 | Remove unnecessary setup of _frame_rate_sizer which is | Carl Hetherington | |
| recreated later anyway. | |||
| 2020-06-08 | Move upload-DCP-to-TMS button to preferences. | Carl Hetherington | |
| 2020-06-08 | Remove encryption key options (#1760). | Carl Hetherington | |
| 2020-06-08 | Always sign DCPs (#1760). | Carl Hetherington | |
| 2020-05-17 | Clicking on the audio graph jumps to that position in the film (#1507). | Carl Hetherington | |
| 2019-10-13 | Hide the upmixers unless an "advanced" configuration option is ticked.v2.15.22 | Carl Hetherington | |
| The upmixers are not of sufficient quality to always be an improvement, and anecdotally it seems that some users see them and hope one will be a silver bullet. | |||
| 2019-07-25 | Trim after _ in current name when enabling 'Use ISDCF name' (#1513). | Carl Hetherington | |
| 2019-06-02 | Fix sensitivity of markers button. | Carl Hetherington | |
| 2019-05-10 | Basics of metadata dialog - ratings. | Carl Hetherington | |
| 2019-05-10 | Tweak button label. | Carl Hetherington | |
| 2019-05-10 | Basics of setting and storing SMPTE CPL markers. | Carl Hetherington | |
| 2019-01-26 | Suggest that DCP rates <= 30 are used unless the user explictly goes higher ↵ | Carl Hetherington | |
| (#1441). | |||
| 2019-01-10 | Add File->Close to main DCP-o-matic (#1180). | Carl Hetherington | |
| 2018-12-08 | Support buttons. | Carl Hetherington | |
| 2018-12-08 | Basics of in-place i18n with support for wxStaticText and wxCheckBox. | Carl Hetherington | |
| 2018-11-27 | Clean up slightly and put encrypted checkbox into full mode.v2.13.77 | Carl Hetherington | |
| 2018-11-27 | Fix ghostly appearance of reencode-J2K button in simple mode. | Carl Hetherington | |
| 2018-11-07 | Add button to force re-encode of J2K content. | Carl Hetherington | |
| 2018-09-07 | Put audio channels in full interface. | Carl Hetherington | |
| 2018-09-07 | Rest of DCP panel. | Carl Hetherington | |
| 2018-09-06 | Add simple/full interface option and make DCP panel respect it. | 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-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-05-24 | Try another way of fixing accelerators stealing text control arrow keys (#1263). | Carl Hetherington | |
| 2018-02-05 | Missing setup of sensitivity in DCP panel. | Carl Hetherington | |
| 2018-01-31 | Disable DCP panel stuff which cannot be altered when a DCP is being referenced. | Carl Hetherington | |
| 2017-07-24 | Update ISDCF name when DCP frame rate changes (#1102). | Carl Hetherington | |
| 2017-06-29 | White space. | Carl Hetherington | |
| 2017-06-29 | Offer only flat/scope/full-frame as container choices and differentiate | Carl Hetherington | |
| the names from the UI for content ratios. | |||
| 2016-11-19 | No-op; rename a whole load of wx constants to their shorter equivalents. | Carl Hetherington | |
| 2016-08-17 | Label tweak to point out that J2K bandwidth setting only | Carl Hetherington | |
| applies to newly-encoded data (see #904). | |||
| 2016-08-12 | Move locale_convert into libdcp. | Carl Hetherington | |
| 2016-08-12 | Replace incorrect uses of raw_convert with a new locale_convert. | Carl Hetherington | |
| 2016-07-19 | Add tooltip to DCP name. | Carl Hetherington | |
| 2016-07-15 | Add channel count hints to the default audio channel count preference, | Carl Hetherington | |
| and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason. | |||
