dcpomatic.git
9 years agoFix build on Debian unstable which now has GraphicsMagick rather than ImageMagick.
Carl Hetherington [Sat, 18 Oct 2014 21:18:15 +0000 (22:18 +0100)]
Fix build on Debian unstable which now has GraphicsMagick rather than ImageMagick.

9 years agoFix build.
Carl Hetherington [Thu, 16 Oct 2014 17:57:18 +0000 (18:57 +0100)]
Fix build.

9 years agoBump version
Carl Hetherington [Thu, 16 Oct 2014 15:48:12 +0000 (16:48 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Thu, 16 Oct 2014 15:48:12 +0000 (16:48 +0100)]
Bump version

9 years agoMerge branch 'master' of git.carlh.net:git/dcpomatic
Carl Hetherington [Thu, 16 Oct 2014 15:47:05 +0000 (16:47 +0100)]
Merge branch 'master' of git.carlh.net:git/dcpomatic

9 years agoBump libdcp for 12bit merge.
Carl Hetherington [Thu, 16 Oct 2014 15:46:56 +0000 (16:46 +0100)]
Bump libdcp for 12bit merge.

9 years agoMerge branch 'master' into 12bit
Carl Hetherington [Thu, 16 Oct 2014 15:44:47 +0000 (16:44 +0100)]
Merge branch 'master' into 12bit

9 years agoBump version
Carl Hetherington [Thu, 16 Oct 2014 15:40:17 +0000 (16:40 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Thu, 16 Oct 2014 15:40:17 +0000 (16:40 +0100)]
Bump version

9 years agopot merge.
Carl Hetherington [Thu, 16 Oct 2014 15:39:01 +0000 (16:39 +0100)]
pot merge.

9 years agoBump libdcp version.
Carl Hetherington [Thu, 16 Oct 2014 15:38:38 +0000 (16:38 +0100)]
Bump libdcp version.

9 years agoMerge branch 'master' into 12bit
Carl Hetherington [Thu, 16 Oct 2014 15:30:11 +0000 (16:30 +0100)]
Merge branch 'master' into 12bit

9 years agoSupporter.
Carl Hetherington [Thu, 16 Oct 2014 13:42:29 +0000 (14:42 +0100)]
Supporter.

9 years agoDon't build tests on Centos 7 either.
Carl Hetherington [Thu, 16 Oct 2014 10:03:31 +0000 (11:03 +0100)]
Don't build tests on Centos 7 either.

9 years agoFix previous.
Carl Hetherington [Thu, 16 Oct 2014 09:54:16 +0000 (10:54 +0100)]
Fix previous.

9 years agoMerge branch 'master' of git.carlh.net:git/dcpomatic
Carl Hetherington [Thu, 16 Oct 2014 09:39:31 +0000 (10:39 +0100)]
Merge branch 'master' of git.carlh.net:git/dcpomatic

9 years agoAttempt to fix schroot build on Centos 7.
Carl Hetherington [Thu, 16 Oct 2014 09:39:19 +0000 (10:39 +0100)]
Attempt to fix schroot build on Centos 7.

9 years agoBump version
Carl Hetherington [Tue, 14 Oct 2014 17:38:17 +0000 (18:38 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Tue, 14 Oct 2014 17:38:17 +0000 (18:38 +0100)]
Bump version

9 years agoTry to fix previous.
Carl Hetherington [Tue, 14 Oct 2014 10:11:52 +0000 (11:11 +0100)]
Try to fix previous.

9 years agoMissing mkdir.
Carl Hetherington [Mon, 13 Oct 2014 22:50:58 +0000 (23:50 +0100)]
Missing mkdir.

9 years agoAnother attempt to fix wxWidgets i18n on Debian/Ubuntu.
Carl Hetherington [Mon, 13 Oct 2014 22:27:24 +0000 (23:27 +0100)]
Another attempt to fix wxWidgets i18n on Debian/Ubuntu.

9 years agoTry to fix wxWidgets string i18n on Debian/Ubuntu.
Carl Hetherington [Mon, 13 Oct 2014 12:52:35 +0000 (13:52 +0100)]
Try to fix wxWidgets string i18n on Debian/Ubuntu.

9 years agoRemove useless code and clarify comment.
Carl Hetherington [Wed, 8 Oct 2014 16:37:05 +0000 (17:37 +0100)]
Remove useless code and clarify comment.

9 years agoAdd server management scripts.
Carl Hetherington [Wed, 8 Oct 2014 15:59:21 +0000 (16:59 +0100)]
Add server management scripts.

9 years agoUse accept() properly when reading replies to server request broadcasts.
Carl Hetherington [Wed, 8 Oct 2014 15:55:52 +0000 (16:55 +0100)]
Use accept() properly when reading replies to server request broadcasts.
Without this, some replies were being lost.

9 years agoWhite space.
Carl Hetherington [Wed, 8 Oct 2014 15:50:26 +0000 (16:50 +0100)]
White space.

9 years agoBump version
Carl Hetherington [Wed, 8 Oct 2014 09:37:21 +0000 (10:37 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 8 Oct 2014 09:37:21 +0000 (10:37 +0100)]
Bump version

9 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Wed, 8 Oct 2014 09:36:42 +0000 (10:36 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

9 years agoFix windows DLL names for new ffmpeg.
Carl Hetherington [Wed, 8 Oct 2014 09:36:34 +0000 (10:36 +0100)]
Fix windows DLL names for new ffmpeg.

9 years agoBump version
Carl Hetherington [Wed, 8 Oct 2014 09:06:11 +0000 (10:06 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 8 Oct 2014 09:06:10 +0000 (10:06 +0100)]
Bump version

9 years agoSimplify (maybe) wxPen use to see if it helps with OS X crashes (at src/osx/carbon...
Carl Hetherington [Wed, 8 Oct 2014 08:54:26 +0000 (09:54 +0100)]
Simplify (maybe) wxPen use to see if it helps with OS X crashes (at src/osx/carbon/graphics.cpp:143).

9 years ago-Wno-unused-result.
Carl Hetherington [Wed, 8 Oct 2014 08:53:47 +0000 (09:53 +0100)]
-Wno-unused-result.

9 years agoFix a couple of vaguely possible uninitialised values.
Carl Hetherington [Wed, 8 Oct 2014 08:53:37 +0000 (09:53 +0100)]
Fix a couple of vaguely possible uninitialised values.

9 years agoMerge master.
Carl Hetherington [Wed, 8 Oct 2014 08:23:49 +0000 (09:23 +0100)]
Merge master.

9 years agoBump version
Carl Hetherington [Mon, 6 Oct 2014 19:50:41 +0000 (20:50 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Mon, 6 Oct 2014 19:50:41 +0000 (20:50 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Mon, 6 Oct 2014 14:17:59 +0000 (15:17 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Mon, 6 Oct 2014 14:17:59 +0000 (15:17 +0100)]
Bump version

9 years agoDon't sign .debs.
Carl Hetherington [Sun, 5 Oct 2014 22:51:26 +0000 (23:51 +0100)]
Don't sign .debs.

9 years agoBump ffmpeg version.
Carl Hetherington [Sun, 5 Oct 2014 22:18:39 +0000 (23:18 +0100)]
Bump ffmpeg version.

9 years agoi18n merge and fixes after hot-keys added.
Carl Hetherington [Fri, 3 Oct 2014 21:43:40 +0000 (22:43 +0100)]
i18n merge and fixes after hot-keys added.

9 years agoSupporter.
Carl Hetherington [Thu, 2 Oct 2014 23:06:01 +0000 (00:06 +0100)]
Supporter.

9 years agoSupporter.
Carl Hetherington [Tue, 30 Sep 2014 19:09:26 +0000 (20:09 +0100)]
Supporter.

9 years agoAnother shortcut.
Carl Hetherington [Sun, 28 Sep 2014 23:03:20 +0000 (00:03 +0100)]
Another shortcut.

9 years agoBump version
Carl Hetherington [Sun, 28 Sep 2014 22:54:07 +0000 (23:54 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sun, 28 Sep 2014 22:54:07 +0000 (23:54 +0100)]
Bump version

9 years agoBetter error when copying the video file into the DCP fails.
Carl Hetherington [Sun, 28 Sep 2014 22:52:33 +0000 (23:52 +0100)]
Better error when copying the video file into the DCP fails.

9 years agoAnother shortcut.
Carl Hetherington [Sun, 28 Sep 2014 22:45:01 +0000 (23:45 +0100)]
Another shortcut.

9 years agoAdd a few key shortcuts.
Carl Hetherington [Sun, 28 Sep 2014 22:31:53 +0000 (23:31 +0100)]
Add a few key shortcuts.

9 years agoSupporter.
Carl Hetherington [Mon, 22 Sep 2014 21:55:29 +0000 (22:55 +0100)]
Supporter.

9 years agoBump version
Carl Hetherington [Tue, 16 Sep 2014 20:19:54 +0000 (21:19 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Tue, 16 Sep 2014 20:19:54 +0000 (21:19 +0100)]
Bump version

9 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Tue, 16 Sep 2014 20:16:33 +0000 (21:16 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

9 years agoFix thinko causing checked_set (wxSpinCtrlDouble) not to work.
Carl Hetherington [Tue, 16 Sep 2014 20:15:56 +0000 (21:15 +0100)]
Fix thinko causing checked_set (wxSpinCtrlDouble) not to work.

9 years agoBump version
Carl Hetherington [Sun, 14 Sep 2014 20:50:07 +0000 (21:50 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sun, 14 Sep 2014 20:50:07 +0000 (21:50 +0100)]
Bump version

9 years agoFix windows package.
Carl Hetherington [Sun, 14 Sep 2014 20:49:40 +0000 (21:49 +0100)]
Fix windows package.

9 years agoAnother missing <iostream> include from Markus Kalb.
Carl Hetherington [Sun, 14 Sep 2014 12:23:40 +0000 (13:23 +0100)]
Another missing <iostream> include from Markus Kalb.

9 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Sun, 14 Sep 2014 12:22:30 +0000 (13:22 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

9 years agoMissing <iostream> include. From Markus Kalb.
Carl Hetherington [Sun, 14 Sep 2014 12:22:14 +0000 (13:22 +0100)]
Missing <iostream> include.  From Markus Kalb.

9 years agoBump version
Carl Hetherington [Sun, 14 Sep 2014 09:56:13 +0000 (10:56 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sun, 14 Sep 2014 09:56:13 +0000 (10:56 +0100)]
Bump version

9 years agoUpdate translators.
Carl Hetherington [Sun, 14 Sep 2014 09:49:59 +0000 (10:49 +0100)]
Update translators.

9 years agoUpdate to nl_NL translation from Cherif Ben Brahim.
Carl Hetherington [Sun, 14 Sep 2014 09:48:49 +0000 (10:48 +0100)]
Update to nl_NL translation from Cherif Ben Brahim.

Signed-off-by: Cherif Ben Brahim
9 years agoAllow separate X and Y scale for subtitles.
Carl Hetherington [Fri, 12 Sep 2014 21:45:24 +0000 (22:45 +0100)]
Allow separate X and Y scale for subtitles.

9 years agoCopy current ISDCF name into the film name when 'Use ISDCF name' is un-ticked.
Carl Hetherington [Wed, 10 Sep 2014 22:40:05 +0000 (23:40 +0100)]
Copy current ISDCF name into the film name when 'Use ISDCF name' is un-ticked.

9 years agoFix hidden advanced preferences button in some locales (e.g. de_DE).
Carl Hetherington [Wed, 10 Sep 2014 21:52:19 +0000 (22:52 +0100)]
Fix hidden advanced preferences button in some locales (e.g. de_DE).

9 years agoFix warning.
Carl Hetherington [Wed, 10 Sep 2014 21:51:07 +0000 (22:51 +0100)]
Fix warning.

9 years agoFix OS X build.
Carl Hetherington [Wed, 10 Sep 2014 21:25:43 +0000 (22:25 +0100)]
Fix OS X build.

9 years agoTry to fix over-shrinky config dialog on OS X.
Carl Hetherington [Wed, 10 Sep 2014 21:19:54 +0000 (22:19 +0100)]
Try to fix over-shrinky config dialog on OS X.

9 years agoBump for cxml version bump as dep of libdcp.
Carl Hetherington [Wed, 10 Sep 2014 17:24:52 +0000 (18:24 +0100)]
Bump for cxml version bump as dep of libdcp.

9 years agoSlight rearrangemen to log options in config dialog.
Carl Hetherington [Wed, 10 Sep 2014 14:33:57 +0000 (15:33 +0100)]
Slight rearrangemen to log options in config dialog.

9 years agoFix name spelling.
Carl Hetherington [Tue, 9 Sep 2014 21:48:05 +0000 (22:48 +0100)]
Fix name spelling.

9 years agoBump libcxml version requirement in wscript.
Carl Hetherington [Tue, 9 Sep 2014 18:13:40 +0000 (19:13 +0100)]
Bump libcxml version requirement in wscript.

9 years agopo merge.
Carl Hetherington [Mon, 8 Sep 2014 22:05:33 +0000 (23:05 +0100)]
po merge.

9 years agoBump version
Carl Hetherington [Mon, 8 Sep 2014 22:03:01 +0000 (23:03 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Mon, 8 Sep 2014 22:03:01 +0000 (23:03 +0100)]
Bump version

9 years agoFix Targa file loading.
Carl Hetherington [Mon, 8 Sep 2014 21:09:15 +0000 (22:09 +0100)]
Fix Targa file loading.

9 years agoSupporter.
Carl Hetherington [Sun, 7 Sep 2014 23:41:17 +0000 (00:41 +0100)]
Supporter.

9 years agoMove VideoContentScale to its own file.
Carl Hetherington [Sun, 7 Sep 2014 23:28:03 +0000 (00:28 +0100)]
Move VideoContentScale to its own file.

9 years agoBump version
Carl Hetherington [Sun, 7 Sep 2014 22:31:29 +0000 (23:31 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sun, 7 Sep 2014 22:31:29 +0000 (23:31 +0100)]
Bump version

9 years agoTry to fix crash on exit with the preferences dialog open (only appears on OS X).
Carl Hetherington [Sun, 7 Sep 2014 22:20:19 +0000 (23:20 +0100)]
Try to fix crash on exit with the preferences dialog open (only appears on OS X).

9 years agoUse VideoContentScale rather than Ratio for the default scale to.
Carl Hetherington [Sun, 7 Sep 2014 20:49:36 +0000 (21:49 +0100)]
Use VideoContentScale rather than Ratio for the default scale to.

9 years agoFix some mangled fuzzy translations.
Carl Hetherington [Sun, 7 Sep 2014 20:14:25 +0000 (21:14 +0100)]
Fix some mangled fuzzy translations.

9 years agoBump version
Carl Hetherington [Wed, 3 Sep 2014 22:36:54 +0000 (23:36 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 3 Sep 2014 22:36:54 +0000 (23:36 +0100)]
Bump version

9 years agoPut the right 'actual' ratio in DCP titles even with no-stretch and no-scale.
Carl Hetherington [Wed, 3 Sep 2014 22:34:32 +0000 (23:34 +0100)]
Put the right 'actual' ratio in DCP titles even with no-stretch and no-scale.

9 years agoUpdate DCP name on change to content video scale.
Carl Hetherington [Wed, 3 Sep 2014 21:43:33 +0000 (22:43 +0100)]
Update DCP name on change to content video scale.

9 years agoBetter reporting of unknown exceptions in some cases.
Carl Hetherington [Wed, 3 Sep 2014 21:12:54 +0000 (22:12 +0100)]
Better reporting of unknown exceptions in some cases.

9 years agoSimilar fix to Dolby cert downloads.
Carl Hetherington [Tue, 2 Sep 2014 23:37:51 +0000 (00:37 +0100)]
Similar fix to Dolby cert downloads.

9 years agoSpeculative fix for Doremi certificate download on OS X.
Carl Hetherington [Tue, 2 Sep 2014 23:28:35 +0000 (00:28 +0100)]
Speculative fix for Doremi certificate download on OS X.
The while (wxTheApp->Pending ()) wxTheApp->Dispatch() appears to
hang on OS X.

9 years agoAdd a reasonably low timeout to curl fetches.
Carl Hetherington [Tue, 2 Sep 2014 21:57:44 +0000 (22:57 +0100)]
Add a reasonably low timeout to curl fetches.

9 years agoSeemingly rather long-winded way of making the JobManagerView in
Carl Hetherington [Tue, 2 Sep 2014 21:09:33 +0000 (22:09 +0100)]
Seemingly rather long-winded way of making the JobManagerView in
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.

9 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Tue, 2 Sep 2014 18:39:44 +0000 (19:39 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

9 years agoUse the DCP-o-matic info dialogue for the batch converter.
Carl Hetherington [Tue, 2 Sep 2014 18:39:35 +0000 (19:39 +0100)]
Use the DCP-o-matic info dialogue for the batch converter.

9 years agoBump version
Carl Hetherington [Sun, 31 Aug 2014 23:35:03 +0000 (00:35 +0100)]
Bump version