An unfortunately large set of timeline-related changes:
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 00:17:26 +0000 (00:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Feb 2016 00:17:26 +0000 (00:17 +0000)
commite1ec5b2c81ec2e15d4c1d97cce8252fa34c7116a
tree78aed756a937f979983de33f51acbf2b43744aa4
parent794396aa29061894ea359a6f30aa0f759a1f1b74
An unfortunately large set of timeline-related changes:

- 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.
15 files changed:
src/lib/film.cc
src/lib/film.h
src/lib/playlist.cc
src/lib/playlist.h
src/wx/content_panel.cc
src/wx/content_panel.h
src/wx/dcp_panel.cc
src/wx/timeline.cc
src/wx/timeline.h
src/wx/timeline_content_view.cc
src/wx/timeline_content_view.h
src/wx/timeline_dialog.cc
src/wx/timeline_dialog.h
test/black_fill_test.cc
test/time_calculation_test.cc