summaryrefslogtreecommitdiff
path: root/src/wx/timeline_content_view.h
AgeCommit message (Collapse)Author
2024-03-12Rename TimelineView -> ContentTimelineView.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington
2022-12-13Add video_{range,frame_type}.{cc,h} and remove some types.h includes.Carl Hetherington
2022-11-21Move y_pos to TimelineView.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-01-31Use enum class for Film::Property.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-27Hide warnings triggered by Ubuntu 20.04's gcc.Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl 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-07-04Label audio content with mapping (part of #1279).Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Subtitle rearrangements.Carl Hetherington
2016-02-25Plot video and subtitle on one track and audio on the rest in the timeline.Carl Hetherington
2016-02-24An unfortunately large set of timeline-related changes:Carl Hetherington
- Rename sequence_video to sequence, and sequence subtitle content like we do video content (i.e. adding multiple subtitle contents will result in them sequenced in time rather than overlaid). - Stop doing selection-changed related stuff in ContentPanel if no selection change has actually happened. - Attempt to tidy up event handling in the timeline a bit.
2015-11-16Remove extra unnecessary type string in timeline views.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-02-19Split up Timeline view classes.Carl Hetherington