dcpomatic.git
8 years agoMerge.
Carl Hetherington [Fri, 5 Feb 2016 09:59:53 +0000 (09:59 +0000)]
Merge.

8 years agoUpdated de_DE translation from Carsten Kurz.
Carl Hetherington [Thu, 4 Feb 2016 00:53:52 +0000 (00:53 +0000)]
Updated de_DE translation from Carsten Kurz.

8 years agoFix some uninitialised stuff in the 'join' constructor of FFmpegContent.
Carl Hetherington [Thu, 4 Feb 2016 00:52:26 +0000 (00:52 +0000)]
Fix some uninitialised stuff in the 'join' constructor of FFmpegContent.

8 years agoFix Win32 installer with new asdcplib arrangement.
Carl Hetherington [Wed, 3 Feb 2016 23:19:27 +0000 (23:19 +0000)]
Fix Win32 installer with new asdcplib arrangement.

8 years agoBump deps.
Carl Hetherington [Wed, 3 Feb 2016 21:58:27 +0000 (21:58 +0000)]
Bump deps.

8 years agoSearch lib64 for .pc files.
Carl Hetherington [Wed, 3 Feb 2016 21:19:10 +0000 (21:19 +0000)]
Search lib64 for .pc files.

8 years agoVarious build / dependency fixes.
Carl Hetherington [Tue, 2 Feb 2016 21:56:40 +0000 (21:56 +0000)]
Various build / dependency fixes.

8 years agoFix incorrect 2->3 python conversion.
Carl Hetherington [Wed, 3 Feb 2016 14:44:20 +0000 (14:44 +0000)]
Fix incorrect 2->3 python conversion.

8 years agoMake cscript python2/3 compatible.
Carl Hetherington [Wed, 3 Feb 2016 13:54:06 +0000 (13:54 +0000)]
Make cscript python2/3 compatible.

8 years agoRemove duplicated note (also in DEVELOPMENT).
Carl Hetherington [Wed, 3 Feb 2016 11:07:06 +0000 (11:07 +0000)]
Remove duplicated note (also in DEVELOPMENT).

8 years agoTry to fix static build.
Carl Hetherington [Wed, 3 Feb 2016 00:03:17 +0000 (00:03 +0000)]
Try to fix static build.

8 years agoBump libdcp.
Carl Hetherington [Tue, 2 Feb 2016 23:42:22 +0000 (23:42 +0000)]
Bump libdcp.

8 years agoFix warning.
Carl Hetherington [Tue, 2 Feb 2016 21:57:29 +0000 (21:57 +0000)]
Fix warning.

8 years agoTypo.
Carl Hetherington [Tue, 2 Feb 2016 21:56:40 +0000 (21:56 +0000)]
Typo.

8 years agoSupporter.
Carl Hetherington [Tue, 2 Feb 2016 21:36:20 +0000 (21:36 +0000)]
Supporter.

8 years agoVarious fixes to behaviour with repeated content (having the same
Carl Hetherington [Tue, 2 Feb 2016 10:45:04 +0000 (10:45 +0000)]
Various fixes to behaviour with repeated content (having the same
text in the content list).  Also remove check in setup() to see
if the update needs to be done; I believe now that it will only
be called when it *does* need to be done.

8 years agoBump version
Carl Hetherington [Tue, 2 Feb 2016 00:23:25 +0000 (00:23 +0000)]
Bump version

8 years agoBump version v2.6.18
Carl Hetherington [Tue, 2 Feb 2016 00:23:25 +0000 (00:23 +0000)]
Bump version

8 years agoAdd delete-key shortcut to remove content.
Carl Hetherington [Tue, 2 Feb 2016 00:04:35 +0000 (00:04 +0000)]
Add delete-key shortcut to remove content.

8 years agoAllow removal of multiple pieces of content in one click.
Carl Hetherington [Mon, 1 Feb 2016 23:34:53 +0000 (23:34 +0000)]
Allow removal of multiple pieces of content in one click.

8 years agoSynchronise content list / timeline selection when the content list selection changes.
Carl Hetherington [Mon, 1 Feb 2016 23:19:13 +0000 (23:19 +0000)]
Synchronise content list / timeline selection when the content list selection changes.

8 years agoMove the preview to the start of a piece of content
Carl Hetherington [Mon, 1 Feb 2016 23:06:23 +0000 (23:06 +0000)]
Move the preview to the start of a piece of content
when selecting it.

Suggested-by: Carsten Kurz
8 years agoMerge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Mon, 1 Feb 2016 21:02:34 +0000 (21:02 +0000)]
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic

8 years agoUpdated test/data; bump metadata version.
Carl Hetherington [Mon, 1 Feb 2016 21:02:28 +0000 (21:02 +0000)]
Updated test/data; bump metadata version.

8 years agoScale-to-fit-{width/height} should zero the 'other' crop values.
Carl Hetherington [Mon, 1 Feb 2016 20:23:08 +0000 (20:23 +0000)]
Scale-to-fit-{width/height} should zero the 'other' crop values.

8 years agoRemove unnecessary subtitle digest components.
Carl Hetherington [Mon, 1 Feb 2016 19:07:24 +0000 (19:07 +0000)]
Remove unnecessary subtitle digest components.

8 years agoUpdated de_DE translation from Carsten Kurz.
Carl Hetherington [Mon, 1 Feb 2016 11:19:09 +0000 (11:19 +0000)]
Updated de_DE translation from Carsten Kurz.

8 years agoBump version
Carl Hetherington [Mon, 1 Feb 2016 01:22:28 +0000 (01:22 +0000)]
Bump version

8 years agoBump version v2.6.17
Carl Hetherington [Mon, 1 Feb 2016 01:22:27 +0000 (01:22 +0000)]
Bump version

8 years agoSubtitle "to" times used to be stored against their "from" times.
Carl Hetherington [Mon, 1 Feb 2016 00:26:37 +0000 (00:26 +0000)]
Subtitle "to" times used to be stored against their "from" times.
Sadly an example shows that from times are not unique.  This patch
uses a hash of stuff from the first AVSubtitle as the key.

8 years agoFix set_position() causing a re-sort.
Carl Hetherington [Sun, 31 Jan 2016 01:11:22 +0000 (01:11 +0000)]
Fix set_position() causing a re-sort.

8 years agoAdd a PlaylistOrderChanged signal and emit it when the playlist
Carl Hetherington [Sat, 30 Jan 2016 20:39:12 +0000 (20:39 +0000)]
Add a PlaylistOrderChanged signal and emit it when the playlist
is sorted.  Do playlist sorting when content position / length etc.
changes.  Handle sorts better when comparing content at the same
position.

8 years agoNicer appearance when butting two content views up together.
Carl Hetherington [Fri, 29 Jan 2016 23:33:28 +0000 (23:33 +0000)]
Nicer appearance when butting two content views up together.

8 years agoWhite space.
Carl Hetherington [Fri, 29 Jan 2016 23:17:04 +0000 (23:17 +0000)]
White space.

8 years agoFix indistinct selection of small objects on the timeline.
Carl Hetherington [Fri, 29 Jan 2016 22:57:19 +0000 (22:57 +0000)]
Fix indistinct selection of small objects on the timeline.

8 years agoPossibly better version of d217a16d41dd71c921fa2155e068df7cca11f457.
Carl Hetherington [Wed, 27 Jan 2016 23:09:20 +0000 (23:09 +0000)]
Possibly better version of d217a16d41dd71c921fa2155e068df7cca11f457.
Don't stop returning stuff from get_video when there are frames
left in _decoded_video.

8 years agoScroll about dialog tabs if necessary.
Carl Hetherington [Wed, 27 Jan 2016 20:11:42 +0000 (20:11 +0000)]
Scroll about dialog tabs if necessary.

8 years agoSupporter.
Carl Hetherington [Wed, 27 Jan 2016 19:57:55 +0000 (19:57 +0000)]
Supporter.

8 years agoKDM dialog sizing hack.
Carl Hetherington [Wed, 27 Jan 2016 16:08:30 +0000 (16:08 +0000)]
KDM dialog sizing hack.

8 years agoFix tests following increased strictness in VideoDecoder.
Carl Hetherington [Wed, 27 Jan 2016 15:01:44 +0000 (15:01 +0000)]
Fix tests following increased strictness in VideoDecoder.

8 years agoSlightly improve subtitle documentation.
Carl Hetherington [Mon, 25 Jan 2016 00:17:53 +0000 (00:17 +0000)]
Slightly improve subtitle documentation.

8 years agoMerge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Sun, 24 Jan 2016 23:53:22 +0000 (23:53 +0000)]
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic

8 years agoAdd hack.
Carl Hetherington [Sun, 24 Jan 2016 23:53:14 +0000 (23:53 +0000)]
Add hack.

8 years agoStop trying to get frames from a video source when an attempt
Carl Hetherington [Sun, 24 Jan 2016 23:40:32 +0000 (23:40 +0000)]
Stop trying to get frames from a video source when an attempt
to get an earlier frame has already failed because the decoder
said it has no more data.  Before this the VideoDecoder would
repeatedly seek to try to get a frame which does not exist.

This happens when the header of a file is wrong, it would seem;
in the file that triggered the bug the header (as read by DoM or ffprobe)
has a length of 137275 frames but the last frame in the file
(according to DoM or ffprobe -show_frames) is 136207 (44.5s earlier).

8 years agoComment.
Carl Hetherington [Sun, 24 Jan 2016 23:33:55 +0000 (23:33 +0000)]
Comment.

8 years agoMissing but inconsequential break.
Carl Hetherington [Sun, 24 Jan 2016 22:57:36 +0000 (22:57 +0000)]
Missing but inconsequential break.

8 years agoReduce variable scope slightly.
Carl Hetherington [Sun, 24 Jan 2016 22:11:41 +0000 (22:11 +0000)]
Reduce variable scope slightly.

8 years agoFix truncated log timestamps in at least some cases.
Carl Hetherington [Sun, 24 Jan 2016 22:10:39 +0000 (22:10 +0000)]
Fix truncated log timestamps in at least some cases.

8 years agoChangeLog.
Carl Hetherington [Sat, 23 Jan 2016 08:38:03 +0000 (08:38 +0000)]
ChangeLog.

8 years agoFix estimate of required disk space to take referencing
Carl Hetherington [Sat, 23 Jan 2016 08:35:38 +0000 (08:35 +0000)]
Fix estimate of required disk space to take referencing
of existing DCPs into account.

8 years agoSupporter.
Carl Hetherington [Fri, 22 Jan 2016 16:13:38 +0000 (16:13 +0000)]
Supporter.

8 years agoSupporter.
Carl Hetherington [Fri, 22 Jan 2016 16:09:50 +0000 (16:09 +0000)]
Supporter.

8 years agoSupporter.
Carl Hetherington [Sat, 16 Jan 2016 16:10:54 +0000 (16:10 +0000)]
Supporter.

8 years agoSupporter.
Carl Hetherington [Sat, 16 Jan 2016 01:39:01 +0000 (01:39 +0000)]
Supporter.

8 years agoAdd fps count to the log on transcode finish (#786).
Carl Hetherington [Thu, 14 Jan 2016 11:18:56 +0000 (11:18 +0000)]
Add fps count to the log on transcode finish (#786).

8 years agoMerge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Thu, 14 Jan 2016 10:21:13 +0000 (10:21 +0000)]
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic

8 years agoMultiple CC addresses for KDM emails (#785).
Carl Hetherington [Thu, 14 Jan 2016 10:21:08 +0000 (10:21 +0000)]
Multiple CC addresses for KDM emails (#785).

8 years agoBump version
Carl Hetherington [Wed, 13 Jan 2016 23:25:00 +0000 (23:25 +0000)]
Bump version

8 years agoBump version v2.6.16
Carl Hetherington [Wed, 13 Jan 2016 23:25:00 +0000 (23:25 +0000)]
Bump version

8 years agoBump libdcp.
Carl Hetherington [Wed, 13 Jan 2016 22:15:30 +0000 (22:15 +0000)]
Bump libdcp.

8 years agoFix incorrect fades when trim is being used.
Carl Hetherington [Wed, 13 Jan 2016 22:14:22 +0000 (22:14 +0000)]
Fix incorrect fades when trim is being used.

8 years agoSupporter.
Carl Hetherington [Wed, 13 Jan 2016 21:45:15 +0000 (21:45 +0000)]
Supporter.

8 years agoUpdated nl_NL translation from Rob van Nieuwkerk.
Carl Hetherington [Mon, 11 Jan 2016 22:53:22 +0000 (22:53 +0000)]
Updated nl_NL translation from Rob van Nieuwkerk.

8 years agoCase-insensitive sort for image filenames.
Carl Hetherington [Sun, 10 Jan 2016 14:12:42 +0000 (14:12 +0000)]
Case-insensitive sort for image filenames.

8 years agopot/merge.
Carl Hetherington [Sun, 10 Jan 2016 02:45:37 +0000 (02:45 +0000)]
pot/merge.

8 years agoBump version
Carl Hetherington [Sun, 10 Jan 2016 02:34:51 +0000 (02:34 +0000)]
Bump version

8 years agoBump version v2.6.15
Carl Hetherington [Sun, 10 Jan 2016 02:34:51 +0000 (02:34 +0000)]
Bump version

8 years agoBetter error when no mail server has been configured before sending KDM emails.
Carl Hetherington [Sun, 10 Jan 2016 01:43:07 +0000 (01:43 +0000)]
Better error when no mail server has been configured before sending KDM emails.

8 years agoFix layout of KDM dialog with lots of cinemas.
Carl Hetherington [Sun, 10 Jan 2016 01:37:01 +0000 (01:37 +0000)]
Fix layout of KDM dialog with lots of cinemas.

8 years agoAllow removal of multiple cinemas / screens.
Carl Hetherington [Sun, 10 Jan 2016 01:36:47 +0000 (01:36 +0000)]
Allow removal of multiple cinemas / screens.

8 years agoChangeLog.
Carl Hetherington [Sat, 9 Jan 2016 22:57:52 +0000 (22:57 +0000)]
ChangeLog.

8 years agoPossibly fix weird relative filename problems on Windows.
Carl Hetherington [Sat, 9 Jan 2016 22:35:44 +0000 (22:35 +0000)]
Possibly fix weird relative filename problems on Windows.

8 years agoAdd comment.
Carl Hetherington [Sat, 9 Jan 2016 22:35:29 +0000 (22:35 +0000)]
Add comment.

8 years agoTry to make subtitle view resizeable on all platforms (#781).
Carl Hetherington [Fri, 8 Jan 2016 15:02:24 +0000 (15:02 +0000)]
Try to make subtitle view resizeable on all platforms (#781).

8 years agoDon't expand all cinemas on opening KDM dialogs (#779).
Carl Hetherington [Fri, 8 Jan 2016 14:49:03 +0000 (14:49 +0000)]
Don't expand all cinemas on opening KDM dialogs (#779).

8 years agoSmall tweak to diagram.
Carl Hetherington [Fri, 8 Jan 2016 11:00:32 +0000 (11:00 +0000)]
Small tweak to diagram.

8 years agoVarious additions to the manual wrt encryption.
Carl Hetherington [Fri, 8 Jan 2016 10:54:20 +0000 (10:54 +0000)]
Various additions to the manual wrt encryption.

8 years agoBump version
Carl Hetherington [Thu, 7 Jan 2016 21:00:39 +0000 (21:00 +0000)]
Bump version

8 years agoBump version v2.6.14
Carl Hetherington [Thu, 7 Jan 2016 21:00:38 +0000 (21:00 +0000)]
Bump version

8 years agoMake finder window a bit wider in the .dmg.
Carl Hetherington [Thu, 7 Jan 2016 18:40:06 +0000 (18:40 +0000)]
Make finder window a bit wider in the .dmg.

8 years agoTry to fix OS X by adjusting new libs.
Carl Hetherington [Thu, 7 Jan 2016 17:58:13 +0000 (17:58 +0000)]
Try to fix OS X by adjusting new libs.

8 years agoMore build fixes.
Carl Hetherington [Thu, 7 Jan 2016 16:56:59 +0000 (16:56 +0000)]
More build fixes.

8 years agoFix build.
Carl Hetherington [Thu, 7 Jan 2016 16:23:09 +0000 (16:23 +0000)]
Fix build.

8 years agoFactor out some common stuff and give a better tooltip on the 'refer' buttons when...
Carl Hetherington [Thu, 7 Jan 2016 16:02:33 +0000 (16:02 +0000)]
Factor out some common stuff and give a better tooltip on the 'refer' buttons when no DCP is selected.

8 years agoFix slightly odd looking backtick.
Carl Hetherington [Thu, 7 Jan 2016 16:01:49 +0000 (16:01 +0000)]
Fix slightly odd looking backtick.

8 years agoFix slightly odd #includes of image_filename_sorter.cc
Carl Hetherington [Thu, 7 Jan 2016 15:20:59 +0000 (15:20 +0000)]
Fix slightly odd #includes of image_filename_sorter.cc

8 years agoMerge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Thu, 7 Jan 2016 15:17:31 +0000 (15:17 +0000)]
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic

8 years agoSort image files added using "Add file(s)..." alphabetically,
Carl Hetherington [Thu, 7 Jan 2016 15:16:36 +0000 (15:16 +0000)]
Sort image files added using "Add file(s)..." alphabetically,
as I think this is less surprising than trying to do it by number.
Numerically-named files are much more likely to be added using
"Add folder.."

8 years agoIncomplete work on DKDMs etc.
Carl Hetherington [Thu, 7 Jan 2016 15:11:27 +0000 (15:11 +0000)]
Incomplete work on DKDMs etc.

8 years agoBump version
Carl Hetherington [Thu, 7 Jan 2016 14:32:42 +0000 (14:32 +0000)]
Bump version

8 years agoBump version v2.6.13
Carl Hetherington [Thu, 7 Jan 2016 14:32:42 +0000 (14:32 +0000)]
Bump version

8 years agoBump libdcp.
Carl Hetherington [Thu, 7 Jan 2016 14:30:04 +0000 (14:30 +0000)]
Bump libdcp.

8 years agoSmall ru_RU update from Igor.
Carl Hetherington [Thu, 7 Jan 2016 11:07:10 +0000 (11:07 +0000)]
Small ru_RU update from Igor.

8 years agoCopy up-to-date colour.tex in from 1.x branch.
Carl Hetherington [Thu, 7 Jan 2016 10:35:34 +0000 (10:35 +0000)]
Copy up-to-date colour.tex in from 1.x branch.

8 years agoBump version
Carl Hetherington [Thu, 7 Jan 2016 00:53:46 +0000 (00:53 +0000)]
Bump version

8 years agoBump version v2.6.12
Carl Hetherington [Thu, 7 Jan 2016 00:53:46 +0000 (00:53 +0000)]
Bump version

8 years agoUpdated ru_RU translation from Igor Voytovich.
Carl Hetherington [Wed, 6 Jan 2016 22:49:18 +0000 (22:49 +0000)]
Updated ru_RU translation from Igor Voytovich.

8 years agoTweak diagrams.
Carl Hetherington [Wed, 6 Jan 2016 16:55:54 +0000 (16:55 +0000)]
Tweak diagrams.

8 years agoUpdated screenshot.
Carl Hetherington [Wed, 6 Jan 2016 16:55:40 +0000 (16:55 +0000)]
Updated screenshot.

8 years agoAdd DCP-o-matic DKDMs straight to the configured list.
Carl Hetherington [Wed, 6 Jan 2016 16:54:51 +0000 (16:54 +0000)]
Add DCP-o-matic DKDMs straight to the configured list.