| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-15 | Allow multiple video tracks to be visible in the timeline. | Carl Hetherington | |
| 2021-02-15 | Fix timeline zoom oddities after dragging a very small zoom rectangle. | Carl Hetherington | |
| 2021-02-15 | Typo fix. | Carl Hetherington | |
| 2021-01-31 | Use enum class for Film::Property. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-11 | More c++ tidying. | Carl Hetherington | |
| 2021-01-07 | BOOST_FOREACH. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-09-01 | Build fixes for Boost >= 1.73 | Carl Hetherington | |
| Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de | |||
| 2020-06-19 | Fix timeline for DCPs containing Atmos. | Carl Hetherington | |
| 2020-06-18 | Fix display of Atmos tracks in the timeline. | Carl Hetherington | |
| 2020-01-08 | Remove PositionChanged in favour of consumers having their own GUI-thread ↵ | Carl Hetherington | |
| timers. | |||
| 2019-09-08 | Fix timeline selection under scroll. | Carl Hetherington | |
| 2019-05-31 | Add playhead line to timeline (#1563). | Carl Hetherington | |
| 2019-05-10 | Put Time types in dcpomatic namespace. | Carl Hetherington | |
| 2019-04-26 | Make sure at least one position change event is emitted after | Carl Hetherington | |
| a timeline drag (with frequent=false), even if lots have been sent with frequent=true. Otherwise the code in the CHNAGE_TYPE_DONE branch of Butler::player_change never gets to seek (since frequent is true, it ignores the signal). Without the seek things go wrong. Believed to fix #1534. | |||
| 2019-02-12 | Update timeline when video frame type changes (#1464). | Carl Hetherington | |
| 2018-11-24 | Fix missed overload change. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2018-10-13 | Fix OS X warning. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl Hetherington | |
| this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass(). | |||
| 2018-08-12 | Update reels markers properly. | Carl Hetherington | |
| 2018-08-12 | Fix bad redraw when dragging content views. | 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-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 | Sort audio timeline views in order of DCP audio channel mappings (#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 | 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 | |
| 2018-07-03 | Update track labels when zooming out. | Carl Hetherington | |
| 2018-07-02 | Scroll labels view with zoom. | Carl Hetherington | |
| 2018-07-02 | y zoom. | Carl Hetherington | |
| 2018-07-02 | Fix drawing. | Carl Hetherington | |
| 2018-07-02 | Hacks to stop scrolling track names. | Carl Hetherington | |
| 2018-07-02 | Basic zoom. | Carl Hetherington | |
| 2017-05-08 | Show overlapping subs in multiple tracks on the timeline (#941). | Carl Hetherington | |
| 2017-05-08 | Add comment. | Carl Hetherington | |
