summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-11-11Use a better colour for the name examples in dark UIs (#2888).Carl Hetherington
2024-11-10Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-11-10Fix examination logic.v2.16.97Carl Hetherington
Before we would stop if there was one audio stream and the first packet was from that stream; we would not carry on to find the video.
2024-11-08I think carry_on_audio should also be set false if audio_packet() returns false.Carl Hetherington
2024-11-08Remove out-of-date comment.Carl Hetherington
2024-11-07Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-11-06Supporters update.v2.16.96Carl Hetherington
2024-11-06Add missing marker types FFOB/LFOB (#2886).Carl Hetherington
2024-11-03Remove some make_wx() that are not necessary.Carl Hetherington
2024-11-03Fix another crash caused by UTF-8 characters in strings to be translated.Carl Hetherington
2024-11-01Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-11-01Needing length is the same for audio and video, so merge them.Carl Hetherington
2024-11-01Obtain audio length by scanning through the file if required (#2880).Carl Hetherington
2024-10-19Fix video length when we scan for it.Carl Hetherington
Length is 1 frame more than the start time of the last frame.
2024-10-19Cleanup: initialise a few members in-place.Carl Hetherington
2024-10-19Tidy up and fix obtaining video length when it's not in the header.Carl Hetherington
I think this has been broken for a while as we would come out of the loop even if we still wanted to find the video length.
2024-10-19Fix installation of our extra fa_IR.mo on Linux.Carl Hetherington
2024-10-15Fix some missing tabs in the fa_IR translation.Carl Hetherington
2024-10-15Remove AddCatalog() that I think is actually unnecessary.Carl Hetherington
This was supposed to fix mac, but mac doesn't run this branch of the #if.
2024-10-14Fix lookup of wxWidgets i18n on Windows and macOS.Carl Hetherington
2024-10-14Install fa_IR wxWidgets translations.Carl Hetherington
2024-10-14Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-10-13Supporters update.v2.16.95Carl Hetherington
2024-10-13Give more details when failing to send emails.Carl Hetherington
2024-10-11Add some wxYield()s.Carl Hetherington
One or more of these improve GUI responsiveness when downloading certificates and make it less likely that GNOME complains that DCP-o-matic has hung.
2024-10-11Download Dolby certs more intelligently.Carl Hetherington
Rather than doing a load of connections to look for different filenames in a specific FTP directory, list that directory and then look for the filenames.
2024-10-08Fix bug causing signal changes to be lost (#2870).Carl Hetherington
It was possible (and I believe it happend) for new signals to be queued up in _pending while some old ones were being processed. They would then be cleared at the end of resume() without ever being sent.
2024-10-08I'm not sure if this is actually wrong, but it seems odd.Carl Hetherington
I think possibly only the first call to ::instance() would be locked.
2024-10-06Fix crash on Windows (#2874).v2.17.22Carl Hetherington
As discussed in https://groups.google.com/g/wx-dev/c/RCK_1m5Emzo " _() macro when used with wxNO_IMPLICIT_WXSTRING_ENCODING will expand to wxGetTranslation(wxASCII_STR(s)) which is going to be broken for any strings that are not ASCII or are wide char. So this will mean you cannot use anything non-ASCII in your base language. "
2024-10-05Rename XML tags Fade{In,Out} to VideoFade{In,Out}.Carl Hetherington
2024-10-05Updated fa_IR translation from Soleyman Rahmani.Carl Hetherington
2024-09-29Disambiguate some more bind calls().Carl Hetherington
2024-09-29Arch's FFmpeg is in an unusual place so we have to get the includes for it.Carl Hetherington
2024-09-29Clarify some uses of bind().Carl Hetherington
GCC 14.2.1 somehow can't decide whether to use boost:: or std::bind.
2024-09-29Missing include.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-27Tidy update dialog slightly and add current version for reference.Carl Hetherington
2024-09-27pot/merge.Carl Hetherington
2024-09-27Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-27Fix empty translated string.Carl Hetherington
2024-09-27Fix some missing spaces in the update dialog.Carl Hetherington
2024-09-25Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-24Supporters update.v2.16.94Carl Hetherington
2024-09-24Missing new verification error.Carl Hetherington
2024-09-24Fix build with new boost (e.g. on Arch) (#2868)Carl Hetherington
2024-09-22Throw a more useful error when the disk is full during an export (#2866).v2.17.21Carl Hetherington
2024-09-21Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-18Fix thinko in relative path change.Carl Hetherington
We have to canonicalise relative paths with respect to the film's directory on load, otherwise we try to use the relative path and it's interpreted against the current working directory. This unfortunately requires the film's directory to be piped into quite a lot of new places.
2024-09-17Supporters update.v2.16.93Carl Hetherington
2024-09-16Bump maximum reel length.Carl Hetherington
Someone is making a very long (10h) DCP and wants big reels, and I can't think of a reason not to allow it.