summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-16pot merge.Carl Hetherington
2014-10-16Supporter.Carl Hetherington
2014-10-13Another attempt to fix wxWidgets i18n on Debian/Ubuntu.Carl Hetherington
2014-10-08Remove useless code and clarify comment.Carl Hetherington
2014-10-08Use accept() properly when reading replies to server request broadcasts.Carl Hetherington
Without this, some replies were being lost.
2014-10-08White space.Carl Hetherington
2014-10-08Simplify (maybe) wxPen use to see if it helps with OS X crashes (at ↵Carl Hetherington
src/osx/carbon/graphics.cpp:143).
2014-10-08Fix a couple of vaguely possible uninitialised values.Carl Hetherington
2014-10-05Bump ffmpeg version.Carl Hetherington
2014-10-03i18n merge and fixes after hot-keys added.Carl Hetherington
2014-10-03Supporter.Carl Hetherington
2014-09-30Supporter.Carl Hetherington
2014-09-29Another shortcut.Carl Hetherington
2014-09-28Better error when copying the video file into the DCP fails.Carl Hetherington
2014-09-28Another shortcut.Carl Hetherington
2014-09-28Add a few key shortcuts.Carl Hetherington
2014-09-22Supporter.Carl Hetherington
2014-09-16Fix thinko causing checked_set (wxSpinCtrlDouble) not to work.Carl Hetherington
2014-09-14Another missing <iostream> include from Markus Kalb.Carl Hetherington
2014-09-14Missing <iostream> include. From Markus Kalb.Carl Hetherington
2014-09-14Update translators.Carl Hetherington
2014-09-14Update to nl_NL translation from Cherif Ben Brahim.Carl Hetherington
Signed-off-by: Cherif Ben Brahim
2014-09-12Allow separate X and Y scale for subtitles.Carl Hetherington
2014-09-10Copy current ISDCF name into the film name when 'Use ISDCF name' is un-ticked.Carl Hetherington
2014-09-10Fix hidden advanced preferences button in some locales (e.g. de_DE).Carl Hetherington
2014-09-10Fix OS X build.Carl Hetherington
2014-09-10Try to fix over-shrinky config dialog on OS X.Carl Hetherington
2014-09-10Slight rearrangemen to log options in config dialog.Carl Hetherington
2014-09-09Fix name spelling.Carl Hetherington
2014-09-08po merge.Carl Hetherington
2014-09-08Fix Targa file loading.Carl Hetherington
2014-09-08Supporter.Carl Hetherington
2014-09-08Move VideoContentScale to its own file.Carl Hetherington
2014-09-07Try to fix crash on exit with the preferences dialog open (only appears on ↵Carl Hetherington
OS X).
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-09-07Fix some mangled fuzzy translations.Carl Hetherington
2014-09-03Put the right 'actual' ratio in DCP titles even with no-stretch and no-scale.Carl Hetherington
2014-09-03Update DCP name on change to content video scale.Carl Hetherington
2014-09-03Better reporting of unknown exceptions in some cases.Carl Hetherington
2014-09-03Similar fix to Dolby cert downloads.Carl Hetherington
2014-09-03Speculative fix for Doremi certificate download on OS X.Carl Hetherington
The while (wxTheApp->Pending ()) wxTheApp->Dispatch() appears to hang on OS X.
2014-09-02Add a reasonably low timeout to curl fetches.Carl Hetherington
2014-09-02Seemingly rather long-winded way of making the JobManagerView inCarl Hetherington
dcpomatic_batch shrink nicely (i.e. shrinking the gauge) when the window is shrunk. It seems surprising that we have to call back to children to tell them to layout / fit-inside, but it does all *seem* to be necessary.
2014-09-02Use the DCP-o-matic info dialogue for the batch converter.Carl Hetherington
2014-08-31Stop CPL <Creator> tag being configurable and use DCP-o-matic version number ↵Carl Hetherington
instead.
2014-08-31Supporter.Carl Hetherington
2014-08-31Fix i18n of strings from src/lib/po on OS X. There were two bugs;Carl Hetherington
firstly, the path to the .mo files was wrong (the code assumed that OSX was like Linux). Secondly, the string passed into putenv() must not be freed by the caller (as its docs say). It appears that you get away with not doing this on Linux and Windows.
2014-08-31Fix fuzzy de_DE translation.Carl Hetherington
2014-08-31Don't enable Filters... button for non-FFmpeg sources.Carl Hetherington
2014-08-31pot merge.Carl Hetherington