dcpomatic.git
9 years agoStop CPL <Creator> tag being configurable and use DCP-o-matic version number instead.
Carl Hetherington [Sun, 31 Aug 2014 22:42:16 +0000 (23:42 +0100)]
Stop CPL <Creator> tag being configurable and use DCP-o-matic version number instead.

9 years agoSupporter.
Carl Hetherington [Sun, 31 Aug 2014 22:34:40 +0000 (23:34 +0100)]
Supporter.

9 years agoFix i18n of strings from src/lib/po on OS X. There were two bugs;
Carl Hetherington [Sun, 31 Aug 2014 22:23:49 +0000 (23:23 +0100)]
Fix i18n of strings from src/lib/po on OS X.  There were two bugs;
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.

9 years agoUpdate OS X hack scripts.
Carl Hetherington [Sun, 31 Aug 2014 22:13:54 +0000 (23:13 +0100)]
Update OS X hack scripts.

9 years agoFix fuzzy de_DE translation.
Carl Hetherington [Sun, 31 Aug 2014 17:31:40 +0000 (18:31 +0100)]
Fix fuzzy de_DE translation.

9 years agoDon't enable Filters... button for non-FFmpeg sources.
Carl Hetherington [Sun, 31 Aug 2014 17:19:36 +0000 (18:19 +0100)]
Don't enable Filters... button for non-FFmpeg sources.

9 years agopot merge.
Carl Hetherington [Sun, 31 Aug 2014 16:21:22 +0000 (17:21 +0100)]
pot merge.

9 years agoHint when there may be a better DCP container option (#392).
Carl Hetherington [Sun, 31 Aug 2014 16:21:09 +0000 (17:21 +0100)]
Hint when there may be a better DCP container option (#392).

9 years agoAdd copy button to EditableList (#399).
Carl Hetherington [Sun, 31 Aug 2014 14:14:48 +0000 (15:14 +0100)]
Add copy button to EditableList (#399).

9 years agoAllow drag-and-drop of files onto the content panel (#395).
Carl Hetherington [Sun, 31 Aug 2014 13:54:41 +0000 (14:54 +0100)]
Allow drag-and-drop of files onto the content panel (#395).

9 years agoSupporter.
Carl Hetherington [Sat, 30 Aug 2014 11:43:10 +0000 (12:43 +0100)]
Supporter.

9 years agoManual updates.
Carl Hetherington [Fri, 29 Aug 2014 22:51:13 +0000 (23:51 +0100)]
Manual updates.

9 years agoBump version
Carl Hetherington [Tue, 26 Aug 2014 20:47:56 +0000 (21:47 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Tue, 26 Aug 2014 20:47:56 +0000 (21:47 +0100)]
Bump version

9 years agopot-merge.
Carl Hetherington [Tue, 26 Aug 2014 20:47:32 +0000 (21:47 +0100)]
pot-merge.

9 years agoBump libdcp version.
Carl Hetherington [Tue, 26 Aug 2014 20:47:11 +0000 (21:47 +0100)]
Bump libdcp version.

9 years agoBasic recent files list in the File menu.
Carl Hetherington [Mon, 25 Aug 2014 15:33:55 +0000 (16:33 +0100)]
Basic recent files list in the File menu.

Suggested-by: Carsten Kurz
9 years agoTidy up Frame / App classes, reducing use of static variables.
Carl Hetherington [Mon, 25 Aug 2014 13:11:29 +0000 (14:11 +0100)]
Tidy up Frame / App classes, reducing use of static variables.

9 years agoBump version
Carl Hetherington [Sat, 23 Aug 2014 17:47:52 +0000 (18:47 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sat, 23 Aug 2014 17:47:52 +0000 (18:47 +0100)]
Bump version

9 years agoRevert use of AVFormatContext::start_time when computing the length
Carl Hetherington [Sat, 23 Aug 2014 17:44:12 +0000 (18:44 +0100)]
Revert use of AVFormatContext::start_time when computing the length
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.

9 years agoBump version
Carl Hetherington [Wed, 20 Aug 2014 11:21:57 +0000 (12:21 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 20 Aug 2014 11:21:57 +0000 (12:21 +0100)]
Bump version

9 years agoUse SafeStringStream instead of std::stringstream to try to fix random crashes on...
Carl Hetherington [Tue, 19 Aug 2014 20:01:28 +0000 (21:01 +0100)]
Use SafeStringStream instead of std::stringstream to try to fix random crashes on OS X.

9 years agoSupporter.
Carl Hetherington [Mon, 18 Aug 2014 23:06:41 +0000 (00:06 +0100)]
Supporter.

9 years agoBump required libdcp version.
Carl Hetherington [Mon, 18 Aug 2014 18:05:07 +0000 (19:05 +0100)]
Bump required libdcp version.

9 years agoFix weird problem where content list is no longer selectable after selecting somethin...
Carl Hetherington [Mon, 18 Aug 2014 15:30:52 +0000 (16:30 +0100)]
Fix weird problem where content list is no longer selectable after selecting something in the timeline.

9 years agoFix crash when updating timing panel.
Carl Hetherington [Mon, 18 Aug 2014 15:30:33 +0000 (16:30 +0100)]
Fix crash when updating timing panel.

9 years agoFix warning.
Carl Hetherington [Tue, 12 Aug 2014 19:40:47 +0000 (20:40 +0100)]
Fix warning.

9 years agoRemove some left-over JSON bits.
Carl Hetherington [Mon, 11 Aug 2014 18:53:20 +0000 (19:53 +0100)]
Remove some left-over JSON bits.

9 years agoFix crash with no film.
Carl Hetherington [Sat, 9 Aug 2014 14:50:33 +0000 (15:50 +0100)]
Fix crash with no film.

9 years agoProperly remove JSON server; remove some unused usings; remove some unnecessary uses...
Carl Hetherington [Sat, 9 Aug 2014 12:43:09 +0000 (13:43 +0100)]
Properly remove JSON server; remove some unused usings; remove some unnecessary uses of stringstream.

9 years agoRemove JSON server code.
Carl Hetherington [Sat, 9 Aug 2014 12:27:45 +0000 (13:27 +0100)]
Remove JSON server code.

9 years agoOnly build FrameRateChange description when required, not every time one is constructed.
Carl Hetherington [Sat, 9 Aug 2014 12:07:55 +0000 (13:07 +0100)]
Only build FrameRateChange description when required, not every time one is constructed.

9 years agoBump version
Carl Hetherington [Sat, 9 Aug 2014 11:38:18 +0000 (12:38 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sat, 9 Aug 2014 11:38:18 +0000 (12:38 +0100)]
Bump version

9 years agoMangle version.
Carl Hetherington [Sat, 9 Aug 2014 11:38:04 +0000 (12:38 +0100)]
Mangle version.

9 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Sat, 9 Aug 2014 11:35:24 +0000 (12:35 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

9 years agoBump version
Carl Hetherington [Sat, 9 Aug 2014 11:34:04 +0000 (12:34 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Sat, 9 Aug 2014 11:34:04 +0000 (12:34 +0100)]
Bump version

9 years agoFix up make_dmg.sh for various cdist changes.
Carl Hetherington [Fri, 8 Aug 2014 21:18:21 +0000 (22:18 +0100)]
Fix up make_dmg.sh for various cdist changes.

9 years agoAllow support for changing timing details on multiple content simultaneously.
Carl Hetherington [Fri, 8 Aug 2014 19:00:15 +0000 (20:00 +0100)]
Allow support for changing timing details on multiple content simultaneously.

9 years agoAllow removal of multiple bits of content at the same time.
Carl Hetherington [Fri, 8 Aug 2014 13:53:11 +0000 (14:53 +0100)]
Allow removal of multiple bits of content at the same time.

9 years agoBump version
Carl Hetherington [Fri, 8 Aug 2014 09:04:46 +0000 (10:04 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Fri, 8 Aug 2014 09:04:46 +0000 (10:04 +0100)]
Bump version

9 years agoMangle version.
Carl Hetherington [Fri, 8 Aug 2014 09:01:02 +0000 (10:01 +0100)]
Mangle version.

9 years agoManual tweak.
Carl Hetherington [Tue, 5 Aug 2014 14:16:45 +0000 (15:16 +0100)]
Manual tweak.

9 years agoRPM fixes.
Carl Hetherington [Mon, 4 Aug 2014 22:28:25 +0000 (23:28 +0100)]
RPM fixes.

9 years agoRPM fixes.
Carl Hetherington [Mon, 4 Aug 2014 21:48:43 +0000 (22:48 +0100)]
RPM fixes.

9 years agoMore RPM tweaks.
Carl Hetherington [Mon, 4 Aug 2014 20:02:13 +0000 (21:02 +0100)]
More RPM tweaks.

9 years agoMore RPM tweaks.
Carl Hetherington [Mon, 4 Aug 2014 19:20:42 +0000 (20:20 +0100)]
More RPM tweaks.

9 years agoMore RPM tweaks.
Carl Hetherington [Mon, 4 Aug 2014 18:37:55 +0000 (19:37 +0100)]
More RPM tweaks.

9 years agocdist fix.
Carl Hetherington [Mon, 4 Aug 2014 17:52:31 +0000 (18:52 +0100)]
cdist fix.

9 years agocdist fix.
Carl Hetherington [Mon, 4 Aug 2014 17:40:37 +0000 (18:40 +0100)]
cdist fix.

9 years agoTypo in previous.
Carl Hetherington [Mon, 4 Aug 2014 13:26:23 +0000 (14:26 +0100)]
Typo in previous.

9 years agocdist fix.
Carl Hetherington [Mon, 4 Aug 2014 13:24:18 +0000 (14:24 +0100)]
cdist fix.

9 years agoAdd KDM BCC email option.
Carl Hetherington [Mon, 4 Aug 2014 13:10:31 +0000 (14:10 +0100)]
Add KDM BCC email option.

9 years agocdist updates.
Carl Hetherington [Mon, 4 Aug 2014 12:50:51 +0000 (13:50 +0100)]
cdist updates.

9 years agoSupporter.
Carl Hetherington [Mon, 4 Aug 2014 12:27:17 +0000 (13:27 +0100)]
Supporter.

9 years agocscript fix.
Carl Hetherington [Sat, 2 Aug 2014 15:32:06 +0000 (16:32 +0100)]
cscript fix.

9 years agoBump deps for cscript fixes.
Carl Hetherington [Sat, 2 Aug 2014 15:21:06 +0000 (16:21 +0100)]
Bump deps for cscript fixes.

9 years agoBump version
Carl Hetherington [Tue, 29 Jul 2014 22:33:50 +0000 (23:33 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Tue, 29 Jul 2014 22:33:50 +0000 (23:33 +0100)]
Bump version

9 years agoSupporter.
Carl Hetherington [Tue, 29 Jul 2014 21:50:59 +0000 (22:50 +0100)]
Supporter.

9 years agoMissing std_to_wx().
Carl Hetherington [Thu, 17 Jul 2014 09:36:05 +0000 (10:36 +0100)]
Missing std_to_wx().

Reported-by: Carsten Kurz
9 years agoSpeculative fix for failure to keep the computer awake during encodes on Windows.
Carl Hetherington [Thu, 17 Jul 2014 08:57:24 +0000 (09:57 +0100)]
Speculative fix for failure to keep the computer awake during encodes on Windows.

9 years agoBump version
Carl Hetherington [Wed, 16 Jul 2014 16:10:58 +0000 (16:10 +0000)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 16 Jul 2014 16:10:58 +0000 (16:10 +0000)]
Bump version

9 years agoAttempted 64-bit compile fix.
Carl Hetherington [Wed, 16 Jul 2014 16:09:33 +0000 (17:09 +0100)]
Attempted 64-bit compile fix.

9 years agoChangeLog.
Carl Hetherington [Wed, 16 Jul 2014 16:02:14 +0000 (17:02 +0100)]
ChangeLog.

9 years agoAdd default scaling setting to preferences (#384).
Carl Hetherington [Wed, 16 Jul 2014 16:01:46 +0000 (17:01 +0100)]
Add default scaling setting to preferences (#384).

9 years agoBump version
Carl Hetherington [Wed, 16 Jul 2014 14:26:32 +0000 (14:26 +0000)]
Bump version

9 years agoBump version
Carl Hetherington [Wed, 16 Jul 2014 14:26:32 +0000 (14:26 +0000)]
Bump version

9 years agoTry to include wxWidgets .mo files in .dmg.
Carl Hetherington [Wed, 16 Jul 2014 14:22:56 +0000 (15:22 +0100)]
Try to include wxWidgets .mo files in .dmg.

9 years agoChangeLog.
Carl Hetherington [Wed, 16 Jul 2014 14:22:32 +0000 (15:22 +0100)]
ChangeLog.

9 years agoImprove approximate time reporting a bit (#383).
Carl Hetherington [Wed, 16 Jul 2014 14:21:56 +0000 (15:21 +0100)]
Improve approximate time reporting a bit (#383).

9 years agoi18n tweaks for untranslated alternative-enabled stuff.
Carl Hetherington [Wed, 16 Jul 2014 13:53:00 +0000 (14:53 +0100)]
i18n tweaks for untranslated alternative-enabled stuff.

9 years agoAllow $CPL_NAME etc. in KDM email subjects. Add de_DE translation of
Carl Hetherington [Wed, 16 Jul 2014 13:28:36 +0000 (14:28 +0100)]
Allow $CPL_NAME etc. in KDM email subjects.  Add de_DE translation of
default subject.

Suggested-by: Carsten Kurz
9 years agoPot merge.
Carl Hetherington [Wed, 16 Jul 2014 12:57:28 +0000 (13:57 +0100)]
Pot merge.

9 years agoMake KDM email subject configurable.
Carl Hetherington [Wed, 16 Jul 2014 12:56:42 +0000 (13:56 +0100)]
Make KDM email subject configurable.

Suggested-by: Carsten Kurz
9 years agoMissing virtual destructor.
Carl Hetherington [Wed, 16 Jul 2014 12:31:59 +0000 (13:31 +0100)]
Missing virtual destructor.

9 years agoTry to include wxWidgets .mo files in the Windows installer.
Carl Hetherington [Wed, 16 Jul 2014 09:49:23 +0000 (10:49 +0100)]
Try to include wxWidgets .mo files in the Windows installer.

9 years agoUpdates to de_DE.
Carl Hetherington [Wed, 16 Jul 2014 09:32:24 +0000 (10:32 +0100)]
Updates to de_DE.

Signed-off-by: Carsten Kurz
9 years agoLimit KDM types depending on DCP standard.
Carl Hetherington [Wed, 16 Jul 2014 09:30:57 +0000 (10:30 +0100)]
Limit KDM types depending on DCP standard.

9 years agoUpdates to fr_FR from Grégoire Ausina.
Carl Hetherington [Wed, 16 Jul 2014 08:57:06 +0000 (09:57 +0100)]
Updates to fr_FR from Grégoire Ausina.

Signed-off-by: Grégoire Ausina
9 years agoMerge centos-hacks,.
Carl Hetherington [Tue, 15 Jul 2014 16:52:05 +0000 (17:52 +0100)]
Merge centos-hacks,.

9 years agoMore centos build fixes.
Carl Hetherington [Mon, 14 Jul 2014 10:53:57 +0000 (11:53 +0100)]
More centos build fixes.

9 years agoBump libdcp for <Hash> in CPLs.
Carl Hetherington [Mon, 14 Jul 2014 10:41:10 +0000 (11:41 +0100)]
Bump libdcp for <Hash> in CPLs.

9 years agoCentos build fixes.
Carl Hetherington [Sun, 13 Jul 2014 21:35:46 +0000 (22:35 +0100)]
Centos build fixes.

9 years agoBump libdcp to get <Hash> tags in CPLs.
Carl Hetherington [Mon, 14 Jul 2014 10:41:50 +0000 (11:41 +0100)]
Bump libdcp to get <Hash> tags in CPLs.

9 years agoUpdate libdcp versioning.
Carl Hetherington [Sat, 12 Jul 2014 21:39:43 +0000 (22:39 +0100)]
Update libdcp versioning.

9 years agoBump version
Carl Hetherington [Thu, 10 Jul 2014 20:27:55 +0000 (21:27 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Thu, 10 Jul 2014 20:27:55 +0000 (21:27 +0100)]
Bump version

9 years agoMerge.
Carl Hetherington [Thu, 10 Jul 2014 14:58:21 +0000 (15:58 +0100)]
Merge.

9 years agoHopefully fix KDM email corruption.
Carl Hetherington [Thu, 10 Jul 2014 14:57:48 +0000 (15:57 +0100)]
Hopefully fix KDM email corruption.

Reported-by: Carsten Kurz
9 years agoBump version
Carl Hetherington [Thu, 10 Jul 2014 14:37:26 +0000 (15:37 +0100)]
Bump version

9 years agoBump version
Carl Hetherington [Thu, 10 Jul 2014 14:37:26 +0000 (15:37 +0100)]
Bump version

9 years agoConversion of frame index to FFmpeg time must always use the original or detected...
Carl Hetherington [Tue, 8 Jul 2014 09:03:58 +0000 (10:03 +0100)]
Conversion of frame index to FFmpeg time must always use the original or detected FFmpeg video frame rate.

9 years agoRemove unused variable.
Carl Hetherington [Tue, 8 Jul 2014 09:03:02 +0000 (10:03 +0100)]
Remove unused variable.

9 years agoUpdated de_DE translation.
Carl Hetherington [Wed, 2 Jul 2014 15:46:37 +0000 (16:46 +0100)]
Updated de_DE translation.

Signed-off-by: Carsten Kurz