summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_player.cc
AgeCommit message (Collapse)Author
2018-10-31Tweak message.Carl Hetherington
2018-10-26Basics of MP4 support in the player.Carl Hetherington
2018-10-26Use Film/Playlist for SPL management rather than special classes.Carl Hetherington
2018-10-20Don't set up new film several times when setting up new SPL in player.Carl Hetherington
2018-10-16Better error when trying to load a DCP from a non-DCP directory in the player.Carl Hetherington
2018-10-10Fix non-variant build.Carl Hetherington
2018-10-09swaroop: restart playback after player crash.Carl Hetherington
2018-10-09Add SPL class.Carl Hetherington
2018-10-09Quell config-save warning when we're only trying to save history.Carl Hetherington
2018-10-09swaroop: go to black on stop in player.Carl Hetherington
2018-10-09swaroop: required monitors checks.Carl Hetherington
2018-09-28Catch exception from file_size.v2.13.57Carl Hetherington
2018-09-28Add info (time/type) to CPL/SPL lists.Carl Hetherington
2018-09-27Fix non-variant build (#1373).Carl Hetherington
2018-09-27Disable preferences menu if the config can't be written.Carl Hetherington
2018-09-27Basic SPL support.Carl Hetherington
2018-09-27Missing #ifdef for swaroop variant.Carl Hetherington
2018-09-26Support download of KDMs from a web service in swaroop profile.v2.13.56Carl Hetherington
2018-09-25Fix log display and auto-load KDMs from the configured directory.v2.13.55Carl Hetherington
2018-09-25Add very basic logging in the dual-screen player.Carl Hetherington
2018-09-24More Controls API tweaks.Carl Hetherington
2018-09-24Simplify Controls API slightly.Carl Hetherington
2018-09-24Add swaroop-profile start/stop/pause buttons.Carl Hetherington
2018-09-24Fix up DCP list in player.Carl Hetherington
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-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-08-14Select CPL by name in the player (#1357).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-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