summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-04-04Fix disk build.Carl Hetherington
2021-04-03C++11 tidying.Carl Hetherington
2021-04-03Fix warning in previous.Carl Hetherington
2021-04-03Show an explanatory message if the player is not performing very well (#1932).Carl Hetherington
2021-04-02Fix sensitivity of audio panel controls (#1946).Carl Hetherington
2021-04-02Fix missing line in audio mapping view.Carl Hetherington
2021-04-02Add language to audio content and use it instead of the general metadata.Carl Hetherington
2021-04-01Formatting and C++ tidying.Carl Hetherington
2021-04-01Remove unused method.Carl Hetherington
2021-04-01Move 3D-to-2D check (#1941).Carl Hetherington
We were checking for 3D content going into a 2D project in the DCPEncoder, but we also need to do the same thing when exporting. Moving the check into Player::emit_video() means that it is applied to both DCP transcoding and export.
2021-04-01C++11 cleanup.Carl Hetherington
2021-03-31Fix incorrectly-sized timeline toolbar icons on macOS (#1927).Carl Hetherington
2021-03-31Add an assert for a function that can fail.Carl Hetherington
2021-03-31Add burnt subtitle language to video content.Carl Hetherington
2021-03-31Put subtitle language back into content from the film (#1930).Carl Hetherington
This also adds the main/additional language flag. Of all the considerations about how to specify subtitle language, the most important seems to be that the language specification happens for the content where the language is; i.e. in the content text tab.
2021-03-31Fix floating line at the top of the groups column.Carl Hetherington
2021-03-31Allow variable column widths on the auto mapping view to fix #1945.Carl Hetherington
2021-03-31Remove unused method declaration.Carl Hetherington
2021-03-31C++11 tidying.Carl Hetherington
2021-03-29Update authors table.Carl Hetherington
I've searched email, git logs, google, forum and mantis and found no trace of what Jianguo did. Sorry if you see this, Jianguo! Please remind me of your contribution!
2021-03-29Fix strange problems with spin entries on macOS (#1944).Carl Hetherington
SetRange() with minimum > 0 seems to stop entry of numbers by selecting the existing one and typing new. Also we can make Enter work properly by adding a handler.
2021-03-29Add Lilian Lefranc to the 'with-help-from' part of About.Carl Hetherington
2021-03-29Brecht Sanders wrote libquickmail which we no longer use.Carl Hetherington
2021-03-29Tread .psd as an image file.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-28Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2021-03-27C++11 tidying.Carl Hetherington
2021-03-27Fix odd difference on handling of x and y scale for subtitles in the UI.Carl Hetherington
2021-03-26Bump libdcp for MCA tag fixes.Carl Hetherington
2021-03-25Use XX as an audio language when there is no specified audio language (#1939).Carl Hetherington
Previously we would omit the audio and subtitle language parts of the DCI name if there was no specified audio language. Sadly if we do do that EasyDCP player 4.0.1 reports a warning (whose details you can't see on the demo version).
2021-03-23pot/merge.Carl Hetherington
2021-03-22Don't insist on writing optional metadata (#1923).Carl Hetherington
2021-03-22Split SMPTE metadata dialogue into two tabs (#1933).Carl Hetherington
2021-03-22C++11 tidying.Carl Hetherington
2021-03-22More polish of Swedish translationMattias Mattsson
2021-03-22Add simpler language tag dialog (#1931).Carl Hetherington
2021-03-22Add missing i18n tag.Carl Hetherington
2021-03-22Rename LanguageTagDialog -> FullLanguageTagDialog.Carl Hetherington
2021-03-21Fix unescaped quote in translation.Carl Hetherington
2021-03-21Updated sv_SE translations v2Mattias Mattsson
2021-03-21C++11 tidying.Carl Hetherington
2021-03-20Expand the DCP name entry a bit.Carl Hetherington
Hat-tip to Carsten Kurz for the idea!
2021-03-20Add select-all.Carl Hetherington
2021-03-20Fix setting of fade in/out on multiple pieces of content at the same time ↵Carl Hetherington
(#1934).
2021-03-20Tidy up HMSF handling in a few places.Carl Hetherington
2021-03-20Cleanup: use from_frames rather than from_seconds.Carl Hetherington
2021-03-20Tidy up slightly with a lambda.Carl Hetherington
2021-03-19Fix handling of subtitles at reel boundaries.Carl Hetherington
When a subtitle spans 3 reels were were backing off the end of the subtitle at the end of reel #1 but not the one at the end of reel #2, causing two subs to be too close together.
2021-03-19Missing std_to_wx().Carl Hetherington
2021-03-19White space / C++11 tidying.Carl Hetherington