dcpomatic.git
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.

8 years agoAdd some more notes to DEVELOPMENT.
Carl Hetherington [Wed, 6 Jan 2016 11:09:09 +0000 (11:09 +0000)]
Add some more notes to DEVELOPMENT.

8 years agoBump version
Carl Hetherington [Wed, 6 Jan 2016 11:07:10 +0000 (11:07 +0000)]
Bump version

8 years agoBump version v2.6.11
Carl Hetherington [Wed, 6 Jan 2016 11:07:10 +0000 (11:07 +0000)]
Bump version

8 years agoMerge.
Carl Hetherington [Wed, 6 Jan 2016 11:06:37 +0000 (11:06 +0000)]
Merge.

8 years agoNew sk_SK translation from Tomáš Hlaváč.
Carl Hetherington [Wed, 6 Jan 2016 11:06:22 +0000 (11:06 +0000)]
New sk_SK translation from Tomáš Hlaváč.

8 years agoHappy new year.
Carl Hetherington [Sun, 3 Jan 2016 22:23:01 +0000 (22:23 +0000)]
Happy new year.

8 years agoSupporter.
Carl Hetherington [Sun, 3 Jan 2016 18:23:57 +0000 (18:23 +0000)]
Supporter.

8 years agoFix comment.
Carl Hetherington [Thu, 24 Dec 2015 00:44:15 +0000 (00:44 +0000)]
Fix comment.

8 years agoRemove hints about odd and zero channel counts as they can no longer be set up in...
Carl Hetherington [Thu, 24 Dec 2015 00:30:15 +0000 (00:30 +0000)]
Remove hints about odd and zero channel counts as they can no longer be set up in the GUI.

8 years agoTidy up ScreensPanel code a bit.
Carl Hetherington [Wed, 23 Dec 2015 22:39:37 +0000 (22:39 +0000)]
Tidy up ScreensPanel code a bit.

8 years agoAdd search button to screens panel.
Carl Hetherington [Wed, 23 Dec 2015 22:03:35 +0000 (22:03 +0000)]
Add search button to screens panel.

8 years agoBump version
Carl Hetherington [Wed, 23 Dec 2015 18:32:26 +0000 (18:32 +0000)]
Bump version

8 years agoBump version v2.6.10
Carl Hetherington [Wed, 23 Dec 2015 18:32:26 +0000 (18:32 +0000)]
Bump version

8 years agoFix build on Centos.
Carl Hetherington [Wed, 23 Dec 2015 16:03:38 +0000 (16:03 +0000)]
Fix build on Centos.

8 years agoUpdated nl_NL translation from Rob van Nieuwkerk.
Carl Hetherington [Wed, 23 Dec 2015 02:10:17 +0000 (02:10 +0000)]
Updated nl_NL translation from Rob van Nieuwkerk.

8 years agoTry to fix build.
Carl Hetherington [Wed, 23 Dec 2015 01:29:43 +0000 (01:29 +0000)]
Try to fix build.

8 years agoMissing file.
Carl Hetherington [Wed, 23 Dec 2015 01:09:51 +0000 (01:09 +0000)]
Missing file.

8 years agoBump version
Carl Hetherington [Wed, 23 Dec 2015 00:30:59 +0000 (00:30 +0000)]
Bump version

8 years agoBump version v2.6.9
Carl Hetherington [Wed, 23 Dec 2015 00:30:59 +0000 (00:30 +0000)]
Bump version

8 years agopot/merge.
Carl Hetherington [Wed, 23 Dec 2015 00:28:25 +0000 (00:28 +0000)]
pot/merge.

8 years agoAdd a stored list of DKDMs to the creator rather than just a load button (#767).
Carl Hetherington [Wed, 23 Dec 2015 00:23:19 +0000 (00:23 +0000)]
Add a stored list of DKDMs to the creator rather than just a load button (#767).

8 years agoFix sensitivity of OK in the screen dialog.
Carl Hetherington [Tue, 22 Dec 2015 21:20:01 +0000 (21:20 +0000)]
Fix sensitivity of OK in the screen dialog.

8 years agoFix hang when removing screens.
Carl Hetherington [Tue, 22 Dec 2015 21:04:15 +0000 (21:04 +0000)]
Fix hang when removing screens.

8 years agoCheck for patched version of FFmpeg before using extra functions (#773).
Carl Hetherington [Tue, 22 Dec 2015 16:19:18 +0000 (16:19 +0000)]
Check for patched version of FFmpeg before using extra functions (#773).

8 years agoSync contributors with database.
Carl Hetherington [Tue, 22 Dec 2015 16:17:42 +0000 (16:17 +0000)]
Sync contributors with database.

8 years agoSupporter.
Carl Hetherington [Tue, 22 Dec 2015 12:31:45 +0000 (12:31 +0000)]
Supporter.

8 years agoPython style.
Carl Hetherington [Mon, 21 Dec 2015 18:20:52 +0000 (18:20 +0000)]
Python style.

8 years agoBump version
Carl Hetherington [Mon, 21 Dec 2015 14:24:40 +0000 (14:24 +0000)]
Bump version

8 years agoBump version v2.6.8
Carl Hetherington [Mon, 21 Dec 2015 14:24:40 +0000 (14:24 +0000)]
Bump version

8 years agoIncrease number of frames stored in memory before write (#748).
Carl Hetherington [Mon, 21 Dec 2015 13:24:16 +0000 (13:24 +0000)]
Increase number of frames stored in memory before write (#748).

8 years agoFix lib path.
Carl Hetherington [Mon, 21 Dec 2015 11:52:09 +0000 (11:52 +0000)]
Fix lib path.