dcpomatic.git
8 years agoRename SCPDCPJob -> UploadJob.
Carl Hetherington [Fri, 17 Jul 2015 09:54:15 +0000 (10:54 +0100)]
Rename SCPDCPJob -> UploadJob.

8 years agoUse the V1.x image filename sorting method.
Carl Hetherington [Fri, 17 Jul 2015 10:27:28 +0000 (11:27 +0100)]
Use the V1.x image filename sorting method.

8 years agoFix typo causing snap to be stuck on.
Carl Hetherington [Fri, 17 Jul 2015 09:27:43 +0000 (10:27 +0100)]
Fix typo causing snap to be stuck on.

8 years agoMerge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Fri, 17 Jul 2015 00:10:51 +0000 (01:10 +0100)]
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoA couple of class/struct confusions.
Carl Hetherington [Fri, 17 Jul 2015 00:07:14 +0000 (01:07 +0100)]
A couple of class/struct confusions.

8 years agoBump version
Carl Hetherington [Thu, 16 Jul 2015 23:48:46 +0000 (00:48 +0100)]
Bump version

8 years agoBump version v2.1.23
Carl Hetherington [Thu, 16 Jul 2015 23:48:46 +0000 (00:48 +0100)]
Bump version

8 years agoImprove image filename sorter.
Carl Hetherington [Thu, 16 Jul 2015 23:41:04 +0000 (00:41 +0100)]
Improve image filename sorter.

8 years agoTypo in previous.
Carl Hetherington [Thu, 16 Jul 2015 22:50:04 +0000 (23:50 +0100)]
Typo in previous.

8 years agopot/merge.
Carl Hetherington [Thu, 16 Jul 2015 22:48:10 +0000 (23:48 +0100)]
pot/merge.

8 years agoAdd tester.
Carl Hetherington [Thu, 16 Jul 2015 22:44:13 +0000 (23:44 +0100)]
Add tester.

8 years agoUpdated ru_RU translation from Igor Voytovich.
Carl Hetherington [Thu, 16 Jul 2015 22:41:24 +0000 (23:41 +0100)]
Updated ru_RU translation from Igor Voytovich.

8 years agoBump version
Carl Hetherington [Thu, 16 Jul 2015 12:42:26 +0000 (13:42 +0100)]
Bump version

8 years agoBump version v2.1.22
Carl Hetherington [Thu, 16 Jul 2015 12:42:26 +0000 (13:42 +0100)]
Bump version

8 years agopot/merge.
Carl Hetherington [Thu, 16 Jul 2015 12:38:31 +0000 (13:38 +0100)]
pot/merge.

8 years agoUpdated ru_RU translation from Igor Voytovich.
Carl Hetherington [Thu, 16 Jul 2015 12:38:07 +0000 (13:38 +0100)]
Updated ru_RU translation from Igor Voytovich.

8 years agoSome work on diagram.
Carl Hetherington [Thu, 16 Jul 2015 12:37:32 +0000 (13:37 +0100)]
Some work on diagram.

8 years agopot/merge.
Carl Hetherington [Thu, 16 Jul 2015 08:41:40 +0000 (09:41 +0100)]
pot/merge.

8 years agoMore float -> double.
Carl Hetherington [Thu, 16 Jul 2015 07:53:37 +0000 (08:53 +0100)]
More float -> double.

8 years agoRemove debug output.
Carl Hetherington [Wed, 15 Jul 2015 23:57:30 +0000 (00:57 +0100)]
Remove debug output.

8 years agofloat -> double in a few places.
Carl Hetherington [Wed, 15 Jul 2015 23:53:54 +0000 (00:53 +0100)]
float -> double in a few places.

8 years agoTry doing frames calculation with int where possible.
Carl Hetherington [Wed, 15 Jul 2015 17:14:21 +0000 (18:14 +0100)]
Try doing frames calculation with int where possible.

8 years agoRemove out-of-date design doc.
Carl Hetherington [Wed, 15 Jul 2015 08:04:07 +0000 (09:04 +0100)]
Remove out-of-date design doc.

8 years agoRemove unused PlayerStatistics stuff.
Carl Hetherington [Wed, 15 Jul 2015 00:16:45 +0000 (01:16 +0100)]
Remove unused PlayerStatistics stuff.

8 years agoFix confusion about what dcp_to_content_audio should be doing.
Carl Hetherington [Tue, 14 Jul 2015 23:53:10 +0000 (00:53 +0100)]
Fix confusion about what dcp_to_content_audio should be doing.

8 years agoMore informative failures.
Carl Hetherington [Tue, 14 Jul 2015 23:13:22 +0000 (00:13 +0100)]
More informative failures.

8 years agoMore vague resampling notes.
Carl Hetherington [Tue, 14 Jul 2015 23:12:54 +0000 (00:12 +0100)]
More vague resampling notes.

8 years agoFix test for time rounding change.
Carl Hetherington [Tue, 14 Jul 2015 20:31:24 +0000 (21:31 +0100)]
Fix test for time rounding change.

8 years agoTry rounding down when calculating frames from Times.
Carl Hetherington [Tue, 14 Jul 2015 20:30:49 +0000 (21:30 +0100)]
Try rounding down when calculating frames from Times.

8 years agoUpdated fr_FR translation from Thierry Journet.
Carl Hetherington [Tue, 14 Jul 2015 13:27:08 +0000 (14:27 +0100)]
Updated fr_FR translation from Thierry Journet.

8 years agoExpress trims using ContentTime so that they do not change
Carl Hetherington [Tue, 14 Jul 2015 13:23:50 +0000 (14:23 +0100)]
Express trims using ContentTime so that they do not change
when DCP frame rate is changed (#637).

8 years agoSlightly cleaner implementations of Player::dcp_to_content_video and vice versa.
Carl Hetherington [Tue, 14 Jul 2015 11:46:53 +0000 (12:46 +0100)]
Slightly cleaner implementations of Player::dcp_to_content_video and vice versa.

8 years agoTests of Player::dcp_to_content_video, content_video_to_dcp and
Carl Hetherington [Tue, 14 Jul 2015 11:43:08 +0000 (12:43 +0100)]
Tests of Player::dcp_to_content_video, content_video_to_dcp and
dcp_to_content_audio with some subtle and hopefully reasonable
fixes.

8 years agoFix mistaken use of wrong enum.
Carl Hetherington [Tue, 14 Jul 2015 09:12:07 +0000 (10:12 +0100)]
Fix mistaken use of wrong enum.

8 years agoBump version
Carl Hetherington [Tue, 14 Jul 2015 00:03:59 +0000 (01:03 +0100)]
Bump version

8 years agoBump version v2.1.21
Carl Hetherington [Tue, 14 Jul 2015 00:03:59 +0000 (01:03 +0100)]
Bump version

8 years agoFix strange content selection breakage (#636).
Carl Hetherington [Tue, 14 Jul 2015 00:01:31 +0000 (01:01 +0100)]
Fix strange content selection breakage (#636).

8 years agoMerge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Mon, 13 Jul 2015 23:29:28 +0000 (00:29 +0100)]
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoPort 65514eea7705fb12985cef448f08ceb47db6acab from 1.x; failure to handle separate...
Carl Hetherington [Mon, 13 Jul 2015 23:28:59 +0000 (00:28 +0100)]
Port 65514eea7705fb12985cef448f08ceb47db6acab from 1.x; failure to handle separate-eye 3D when R comes before L in the playlist.

8 years agoLook at more then one piece of video content when required for separate-eye 3D (...
Carl Hetherington [Mon, 13 Jul 2015 23:23:49 +0000 (00:23 +0100)]
Look at more then one piece of video content when required for separate-eye 3D (#635).

8 years agoRemove out-of-date comment.
Carl Hetherington [Mon, 13 Jul 2015 09:36:33 +0000 (10:36 +0100)]
Remove out-of-date comment.

8 years agoFix download button label.
Carl Hetherington [Sun, 12 Jul 2015 22:38:49 +0000 (23:38 +0100)]
Fix download button label.

8 years agoAdd close button to timeline dialog on Linux.
Carl Hetherington [Sun, 12 Jul 2015 21:49:23 +0000 (22:49 +0100)]
Add close button to timeline dialog on Linux.

8 years agoFix spacing around OK/Cancel in the KDM dialog.
Carl Hetherington [Sun, 12 Jul 2015 21:24:04 +0000 (22:24 +0100)]
Fix spacing around OK/Cancel in the KDM dialog.

8 years agoReload existing certificate chain's details when creating a new one.
Carl Hetherington [Sun, 12 Jul 2015 19:48:04 +0000 (20:48 +0100)]
Reload existing certificate chain's details when creating a new one.

8 years agoEnforce some restrictions on SSL certificate properties.
Carl Hetherington [Sun, 12 Jul 2015 19:19:30 +0000 (20:19 +0100)]
Enforce some restrictions on SSL certificate properties.

8 years agoGuess a better optimum frame rate when there is content at 24 and 48 fps (#633).
Carl Hetherington [Thu, 9 Jul 2015 19:36:17 +0000 (20:36 +0100)]
Guess a better optimum frame rate when there is content at 24 and 48 fps (#633).

8 years agoMissing rounding.
Carl Hetherington [Thu, 9 Jul 2015 18:42:30 +0000 (19:42 +0100)]
Missing rounding.

8 years agoBump version
Carl Hetherington [Thu, 9 Jul 2015 16:03:02 +0000 (17:03 +0100)]
Bump version

8 years agoBump version v2.1.20
Carl Hetherington [Thu, 9 Jul 2015 16:03:02 +0000 (17:03 +0100)]
Bump version

8 years agoPrevent assertion failure when using DCP content with no audio.
Carl Hetherington [Thu, 9 Jul 2015 15:56:38 +0000 (16:56 +0100)]
Prevent assertion failure when using DCP content with no audio.

8 years agopot/merge.
Carl Hetherington [Thu, 9 Jul 2015 13:09:03 +0000 (14:09 +0100)]
pot/merge.

8 years agoStop Ctrl+A working when the content panel is not visible (#577).
Carl Hetherington [Thu, 9 Jul 2015 10:43:51 +0000 (11:43 +0100)]
Stop Ctrl+A working when the content panel is not visible (#577).

8 years agoMake BitsPerPixel tag optional; fix some confusions with colour range reporting in...
Carl Hetherington [Thu, 9 Jul 2015 09:42:18 +0000 (10:42 +0100)]
Make BitsPerPixel tag optional; fix some confusions with colour range reporting in properties.

8 years agoThinko in header cleanup.
Carl Hetherington [Thu, 9 Jul 2015 07:43:17 +0000 (08:43 +0100)]
Thinko in header cleanup.

8 years agoMerge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Wed, 8 Jul 2015 23:51:06 +0000 (00:51 +0100)]
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoSpeculative Arch fix.
Carl Hetherington [Wed, 8 Jul 2015 23:50:41 +0000 (00:50 +0100)]
Speculative Arch fix.

8 years agoRemove the rather not-much-there Properties dialog, to see if anyone notices.
Carl Hetherington [Wed, 8 Jul 2015 15:28:45 +0000 (16:28 +0100)]
Remove the rather not-much-there Properties dialog, to see if anyone notices.

8 years agoInclude order tweaks.
Carl Hetherington [Wed, 8 Jul 2015 15:03:33 +0000 (16:03 +0100)]
Include order tweaks.

8 years agoChange the broadcast string so V2 only recognises V2 servers (and vice versa).
Carl Hetherington [Wed, 8 Jul 2015 14:32:56 +0000 (15:32 +0100)]
Change the broadcast string so V2 only recognises V2 servers (and vice versa).

8 years agoUpdate test/data.
Carl Hetherington [Wed, 8 Jul 2015 13:32:13 +0000 (14:32 +0100)]
Update test/data.

8 years agoMarkus Kalb has been doing a lot of work for Arch.
Carl Hetherington [Tue, 7 Jul 2015 18:49:09 +0000 (19:49 +0100)]
Markus Kalb has been doing a lot of work for Arch.

8 years agoArch tweaks.
Carl Hetherington [Tue, 7 Jul 2015 18:47:53 +0000 (19:47 +0100)]
Arch tweaks.

8 years agoMerge branch '1.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Tue, 7 Jul 2015 15:05:53 +0000 (16:05 +0100)]
Merge branch '1.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoUpdate test data.
Carl Hetherington [Tue, 7 Jul 2015 15:05:47 +0000 (16:05 +0100)]
Update test data.

8 years agoTypo in previous.
Carl Hetherington [Tue, 7 Jul 2015 15:04:52 +0000 (16:04 +0100)]
Typo in previous.

8 years agoSupporter.
Carl Hetherington [Tue, 7 Jul 2015 15:02:12 +0000 (16:02 +0100)]
Supporter.

8 years agoBump version
Carl Hetherington [Tue, 7 Jul 2015 14:00:55 +0000 (15:00 +0100)]
Bump version

8 years agoBump version v2.1.19
Carl Hetherington [Tue, 7 Jul 2015 14:00:55 +0000 (15:00 +0100)]
Bump version

8 years agoBump ffmpeg.
Carl Hetherington [Mon, 6 Jul 2015 23:06:17 +0000 (00:06 +0100)]
Bump ffmpeg.

8 years agoAdd boost regex as a dependency.
Carl Hetherington [Mon, 6 Jul 2015 21:37:11 +0000 (22:37 +0100)]
Add boost regex as a dependency.

8 years agoProblem reporting needs a film.
Carl Hetherington [Mon, 6 Jul 2015 21:22:12 +0000 (22:22 +0100)]
Problem reporting needs a film.

8 years agoMissing mentions of pl_PL.
Carl Hetherington [Mon, 6 Jul 2015 19:43:28 +0000 (20:43 +0100)]
Missing mentions of pl_PL.

8 years agoMerge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Carl Hetherington [Mon, 6 Jul 2015 19:42:12 +0000 (20:42 +0100)]
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0

8 years agoCopy pl_PL translation from 1.x.
Carl Hetherington [Mon, 6 Jul 2015 15:58:46 +0000 (16:58 +0100)]
Copy pl_PL translation from 1.x.

8 years agopot/merge.
Carl Hetherington [Mon, 6 Jul 2015 15:13:24 +0000 (16:13 +0100)]
pot/merge.

8 years agoVarious .po file hackery.
Carl Hetherington [Mon, 6 Jul 2015 15:13:12 +0000 (16:13 +0100)]
Various .po file hackery.

8 years agoVarious ill-informed tweaks to fr_FR.
Carl Hetherington [Mon, 6 Jul 2015 13:49:36 +0000 (14:49 +0100)]
Various ill-informed tweaks to fr_FR.

8 years agoPunctuation.
Carl Hetherington [Mon, 6 Jul 2015 13:38:46 +0000 (14:38 +0100)]
Punctuation.

8 years agoMisspelling.
Carl Hetherington [Mon, 6 Jul 2015 13:37:10 +0000 (14:37 +0100)]
Misspelling.

8 years agoSearch for servers immediately when configuration changes.
Carl Hetherington [Mon, 6 Jul 2015 13:06:25 +0000 (14:06 +0100)]
Search for servers immediately when configuration changes.

8 years agoRename broadcast thread to search thread.
Carl Hetherington [Mon, 6 Jul 2015 12:44:05 +0000 (13:44 +0100)]
Rename broadcast thread to search thread.

8 years agoBetter updating of servers list when things change.
Carl Hetherington [Mon, 6 Jul 2015 12:37:35 +0000 (13:37 +0100)]
Better updating of servers list when things change.

8 years agoBump version
Carl Hetherington [Mon, 6 Jul 2015 11:12:08 +0000 (12:12 +0100)]
Bump version

8 years agoBump version v2.1.18
Carl Hetherington [Mon, 6 Jul 2015 11:12:08 +0000 (12:12 +0100)]
Bump version

8 years agoChangeLog.
Carl Hetherington [Mon, 6 Jul 2015 10:14:57 +0000 (11:14 +0100)]
ChangeLog.

8 years agoMove specification of UTF-8 charset to avoid breaking multipart messages (#630).
Carl Hetherington [Mon, 6 Jul 2015 10:13:41 +0000 (11:13 +0100)]
Move specification of UTF-8 charset to avoid breaking multipart messages (#630).

8 years agoAdd configuration of KDM SMTP port; remove slight warning about plaintext passwords.
Carl Hetherington [Mon, 6 Jul 2015 00:45:02 +0000 (01:45 +0100)]
Add configuration of KDM SMTP port; remove slight warning about plaintext passwords.

8 years agoImplement missing support for DCP subs inside DCP content (#631).
Carl Hetherington [Sun, 5 Jul 2015 23:28:42 +0000 (00:28 +0100)]
Implement missing support for DCP subs inside DCP content (#631).

8 years agoTweak .gitignore
Carl Hetherington [Sun, 5 Jul 2015 20:13:04 +0000 (21:13 +0100)]
Tweak .gitignore

8 years agoAdd subtitle alignment SVG.
Carl Hetherington [Sun, 5 Jul 2015 20:12:36 +0000 (21:12 +0100)]
Add subtitle alignment SVG.

8 years agoSlightly extended unit test.
Carl Hetherington [Sat, 4 Jul 2015 11:42:16 +0000 (12:42 +0100)]
Slightly extended unit test.

8 years agoBump version
Carl Hetherington [Fri, 3 Jul 2015 13:29:18 +0000 (14:29 +0100)]
Bump version

8 years agoBump version v2.1.17
Carl Hetherington [Fri, 3 Jul 2015 13:29:18 +0000 (14:29 +0100)]
Bump version

8 years agoAttempt to fix Windows / OS X installers.
Carl Hetherington [Fri, 3 Jul 2015 13:28:42 +0000 (14:28 +0100)]
Attempt to fix Windows / OS X installers.

8 years agoBump version
Carl Hetherington [Fri, 3 Jul 2015 11:05:35 +0000 (12:05 +0100)]
Bump version

8 years agoBump version v2.1.16
Carl Hetherington [Fri, 3 Jul 2015 11:05:34 +0000 (12:05 +0100)]
Bump version

8 years agoFix test metadata.
Carl Hetherington [Fri, 3 Jul 2015 10:00:12 +0000 (11:00 +0100)]
Fix test metadata.

8 years agoAdd bits per pixel to video content properties.
Carl Hetherington [Thu, 2 Jul 2015 21:32:12 +0000 (22:32 +0100)]
Add bits per pixel to video content properties.

8 years agoMore regex fixes.
Carl Hetherington [Thu, 2 Jul 2015 19:01:22 +0000 (20:01 +0100)]
More regex fixes.