summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2015-06-03Make show audio work on the whole DCP, not individual content.Carl Hetherington
2015-06-03Preserve row names across update_cells().Carl Hetherington
2015-06-03Various work on audio mapping.Carl Hetherington
Fix everything up so that the audio mapping view in the audio panel reflects the processor (or lack of).
2015-06-03Fix confusion with AUDIO_STREAMS property.Carl Hetherington
2015-06-03Fix UI update when audio processor changes.Carl Hetherington
2015-06-03Layout tweaks.Carl Hetherington
2015-06-0221cb435ed5eb250a7f94887ddd75f6b367ea231f from master; better colour ↵Carl Hetherington
conversion selection.
2015-06-02Fix startup crash.Carl Hetherington
2015-06-02Layout tweak.Carl Hetherington
2015-06-02Apply single-processor branch manually; processor is now in Film, not ↵Carl Hetherington
AudioContent.
2015-06-02Handle multiple audio streams in a single piece of contentCarl Hetherington
in a similar way to the V1 patch.
2015-05-29Supporter.Carl Hetherington
2015-05-27FFmpegContent does not need audio_length().Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-25Copy DCP name layout fix from master.Carl Hetherington
2015-05-25b37e348604b75f346c8b423dd6b67a4663102871 from master; tweak job view.Carl Hetherington
2015-05-25a914ff2d9e06893328abee2fe40fb7b82ac89c02 from master; display DCP container ↵Carl Hetherington
size beside the choice in the DCP tab.
2015-05-25Make content colour version dialogue shorter in height.Carl Hetherington
2015-05-25Remove user-configurable colour conversion presets.Carl Hetherington
2015-05-1737423292ff0ff0210a2eeb4b2eea6740dcfa0a64 from master; fix DCP name update on ↵Carl Hetherington
changing DCP standard.
2015-05-13Port XML audio analysis code from master.Carl Hetherington
2015-05-13Rename UISignaller -> SignalManager.Carl Hetherington
2015-05-10Possibly inaccurate port of master; build system cleanups.Carl Hetherington
2015-05-10eebb00c092e568a14c0af3ce513d34f6b4ee834d from master; limit DCP channels and ↵Carl Hetherington
bump libdcp.
2015-05-100dd1bec30fed2c10ef01cc7782e331ea0d1a1f47 from master; fix sometimes-missing ↵Carl Hetherington
audio analysis channel labels on OS X.
2015-05-107fd73c0cf1f723896826c77fec3720c5c404d4e8 from master; tidy audio analysis ↵Carl Hetherington
dialogue and add overall peak.
2015-05-09Search in the right window when using FindWindowById.Carl Hetherington
2015-05-09711c36c150f3efffd64875399ada94baafb87cb1 from master; ok button disabling in ↵Carl Hetherington
downloade dialogs.
2015-05-07Use checked_set in ConfigDialog.Carl Hetherington
2015-05-04Try to fix build.Carl Hetherington
2015-05-0498772641729700876a0e51e3d001649cd1624046 from master; Windows crash fix.Carl Hetherington
2015-05-04701e75b87018ab1ec831f84b5325a0c76bd9f6ba from master; content properties dialog.Carl Hetherington
2015-05-03Tweak tagline.Carl Hetherington
2015-05-02Remove approximate size stuff where playback viewer would roundCarl Hetherington
down to nearest 4 pixels to try and speed up scaling. It didn't work as the two estimates of what would be scaled didn't always agree. It could probably be resurrected.
2015-04-30Try to fix OS X build.Carl Hetherington
2015-04-30Various bits related to subtitle font handling, particularly copying fonts ↵Carl Hetherington
to the DCP.
2015-04-29Fix some missing enable/disable in the video panel.Carl Hetherington
2015-04-29Hand-apply 62f8054d65a8bd31689fc0c977c1bb2385e71afa from master; config of ↵Carl Hetherington
encryption key.
2015-04-29Hand-apply 2ee558ec90623b570360e8e55c918b5bb37f9aac from master; various ↵Carl Hetherington
snapping fixes.
2015-04-29Hand-apply a2f776bd239ef1a744c1a9fea841ac0a51c4f33b from master; more ↵Carl Hetherington
deflickering.
2015-04-29Hand-apply b737b25e10a4bcfb8cb645e95a089192347b4805 from master; more ↵Carl Hetherington
deflickering.
2015-04-29Hand-apply 077d2abb480a883119783db3f957f175e22e543b from master; stop more ↵Carl Hetherington
flickering when dragging in the timeline in OS X.
2015-04-24Tested by.Carl Hetherington
2015-04-23Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0Carl Hetherington
2015-04-23Add Jianguo Huang as author.Carl Hetherington
2015-04-22Actually use YUV->RGB setting when converting.Carl Hetherington
2015-04-22Various changes to colour conversion specification to use chromaticities.Carl Hetherington
2015-04-21Supporters.Carl Hetherington
2015-04-21Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.Carl Hetherington
2015-04-20Hand-apply 9a90f25eb891d7d590563c0ce1597de4da8ff575; bind toCarl Hetherington
wxEVT_COMMAND_TEXT_UPDATED as well as wxEVT_COMMAND_SPINCTRL_UPDATED on the JPEG2000 control otherwise entering a value using the keyboard directly before doing "Make DCP" can seemingly result in the new value not being read in until after the video MXF filename has been decided. This results in a file not found at the end of the encode.