summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2014-10-16Bump versionCarl Hetherington
2014-10-14Bump versionCarl Hetherington
2014-10-08Use accept() properly when reading replies to server request broadcasts.Carl Hetherington
Without this, some replies were being lost.
2014-10-08Bump versionCarl Hetherington
2014-10-08Bump versionCarl Hetherington
2014-10-08Merge master.Carl Hetherington
2014-10-06Bump versionCarl Hetherington
2014-10-06Bump versionCarl Hetherington
2014-10-05Bump ffmpeg version.Carl Hetherington
2014-09-28Bump versionCarl Hetherington
2014-09-28Add a few key shortcuts.Carl Hetherington
2014-09-16Bump versionCarl Hetherington
2014-09-16Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2014-09-16Fix thinko causing checked_set (wxSpinCtrlDouble) not to work.Carl Hetherington
2014-09-14Bump versionCarl Hetherington
2014-09-14Bump versionCarl 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-08Bump versionCarl Hetherington
2014-09-08Fix Targa file loading.Carl Hetherington
2014-09-07Bump versionCarl Hetherington
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-09-03Bump versionCarl Hetherington
2014-09-03Similar fix to Dolby cert downloads.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-01Bump versionCarl Hetherington
2014-08-31Stop CPL <Creator> tag being configurable and use DCP-o-matic version number ↵Carl Hetherington
instead.
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-31Hint when there may be a better DCP container option (#392).Carl Hetherington
2014-08-31Add copy button to EditableList (#399).Carl Hetherington
2014-08-31Allow drag-and-drop of files onto the content panel (#395).Carl Hetherington
2014-08-29Manual updates.Carl Hetherington
2014-08-26Bump versionCarl Hetherington
2014-08-25Basic recent files list in the File menu.Carl Hetherington
Suggested-by: Carsten Kurz
2014-08-23Bump versionCarl Hetherington
2014-08-23Revert use of AVFormatContext::start_time when computing the lengthCarl Hetherington
of videos. This appears to be wrong; niclasnornemark at gmail sent a file of about a minute length with a start time of 1h something.
2014-08-20Bump versionCarl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-08-09Bump versionCarl Hetherington
2014-08-09Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomaticCarl Hetherington
2014-08-09Bump versionCarl Hetherington
2014-08-08Allow support for changing timing details on multiple content simultaneously.Carl Hetherington
2014-08-08Allow removal of multiple bits of content at the same time.Carl Hetherington
2014-08-08Bump versionCarl Hetherington
2014-08-04Add KDM BCC email option.Carl Hetherington
2014-07-29Bump versionCarl Hetherington
2014-07-17Missing std_to_wx().Carl Hetherington
Reported-by: Carsten Kurz
2014-07-17Speculative fix for failure to keep the computer awake during encodes on ↵Carl Hetherington
Windows.