summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2018-09-22Add playback seek logging.v2.13.52Carl Hetherington
2018-09-22Log playback start and stop timecodes.Carl Hetherington
2018-09-21Add swaroop variant and use it to remove the screen options from the View menu.Carl Hetherington
2018-09-19Allow player-only builds.Carl Hetherington
2018-09-19Remove unnecessary controls.Carl Hetherington
2018-09-19Probably-better approach to dual-screen; reparent the viewer into its own Frame.Carl Hetherington
2018-09-18Configurable window arrangement in player dual-screen mode.Carl Hetherington
2018-09-18Vertically-centre playback.Carl Hetherington
2018-09-18Add some separators.Carl Hetherington
2018-09-18Close player on closing dual-screen controls.Carl Hetherington
2018-09-14Very basic player logging.v2.13.49Carl Hetherington
2018-09-14Put player on 2nd monitor for now.Carl Hetherington
2018-09-14Hackily update cinema player dialog when things change.Carl Hetherington
2018-09-14Basic and rather clumsy option to respect KDM validity windows.Carl Hetherington
2018-09-14Allow configurable start mode for player.Carl Hetherington
2018-09-14Basic dual-screen mode for player.Carl Hetherington
2018-09-11Full-screen mode for player.Carl Hetherington
2018-09-11FilmViewer API tidying.Carl Hetherington
2018-09-11Rename control_film_viewer file.Carl Hetherington
2018-09-11Separate out management of controls.Carl Hetherington
2018-09-11Partial split of film viewer.Carl Hetherington
2018-09-10Basics of export of multiple reels to multiple files.Carl Hetherington
2018-09-09Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-09-07Updated cs_CZ translation from Tomáš Begeni.Carl Hetherington
2018-09-07Initial nag for interface complexity.Carl Hetherington
2018-09-03pot/merge.Carl Hetherington
2018-09-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-09-03pot/merge.Carl Hetherington
2018-09-03Add basic quality option for x264 export.Carl Hetherington
2018-08-21Check content for changes on loading a project.Carl Hetherington
2018-08-20Updated ru_RU and uk_UA translations from Igor Voytovich.Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-08-16Add pause/resume to the batch converter (#1248).Carl Hetherington
Add some missing locking to JobManager::decrease_priority.
2018-08-14Select CPL by name in the player (#1357).Carl Hetherington
2018-07-26Background-threaded hints including line length of CCAPs.Carl Hetherington
2018-07-23Tidy up after mass rename.Carl Hetherington
2018-07-23More 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-23Get ccaps by asking the Player, rather than by listening to its emissions,Carl Hetherington
which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player.
2018-07-23Very basic closed caption viewer.Carl Hetherington
2018-07-21Basics of multiple captions per content so that DCPContent canCarl Hetherington
hold subs and closed captions.
2018-07-19Clean up after previous commit.Carl Hetherington
2018-07-19Rename Subtitle -> TextCarl 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-19Updated fr_FR translation from Thierry Journet.Carl Hetherington
2018-07-18Updated de_DE translation from Carsten Kurz.Carl Hetherington
2018-07-06Add advanced KDM options button containing switches for forensic marking.Carl Hetherington
2018-07-01Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-06-29pot/merge.v2.13.32Carl Hetherington
2018-06-10Build fix.v2.13.30Carl Hetherington
2018-06-09Add option to open a DCP in the player (#1312).Carl Hetherington
2018-06-09Factor out sending a message to another tool (possibly starting it first).Carl Hetherington