Separate code for the content panel out into a separate class.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Jul 2014 14:06:52 +0000 (15:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Jul 2014 11:39:52 +0000 (12:39 +0100)
commite8c5f14cb6736bdfa3610b2559c6c331c1c56984
treecb1a18b733411ce2b5a80aa0396d4aafdb11ff92
parent66527e65e21c2981d2b94f83ad9decfa99f46aad
Separate code for the content panel out into a separate class.
24 files changed:
src/tools/dcpomatic.cc
src/wx/audio_panel.cc
src/wx/audio_panel.h
src/wx/content_menu.h
src/wx/content_panel.cc [new file with mode: 0644]
src/wx/content_panel.h [new file with mode: 0644]
src/wx/content_sub_panel.cc [new file with mode: 0644]
src/wx/content_sub_panel.h [new file with mode: 0644]
src/wx/content_widget.h
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/film_editor_panel.cc [deleted file]
src/wx/film_editor_panel.h [deleted file]
src/wx/subtitle_panel.cc
src/wx/subtitle_panel.h
src/wx/timeline.cc
src/wx/timeline.h
src/wx/timeline_dialog.cc
src/wx/timeline_dialog.h
src/wx/timing_panel.cc
src/wx/timing_panel.h
src/wx/video_panel.cc
src/wx/video_panel.h
src/wx/wscript