Fix the build for older macOS.
[dcpomatic.git] / src / tools /
2020-10-27 Carl HetheringtonAdd uninstaller for the .pkg part of the disk writer...
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-10-19 Carl HetheringtonPlaylist editor: save configuration when it changes.
2020-10-19 Carl HetheringtonPlaylist editor: update content list when configuration...
2020-10-18 Carl HetheringtonmacOS build fix.
2020-10-18 Carl HetheringtonTidy up and fix bitmap path finding in the playlist...
2020-10-18 Carl HetheringtonFix typo.
2020-10-17 Carl HetheringtonClarify some error messages on macOS (#1837). jenkins
2020-10-17 Carl HetheringtonFix failure to update player information when changing...
2020-10-13 Carl HetheringtonFix Windows console apps to actually have a console.
2020-09-21 Carl HetheringtonTry to fix Windows debug build.
2020-09-19 Carl HetheringtonAdd dcpomatic_combine tool (#1245).
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-13 Carl HetheringtonMore fixes for wxWidgets 3.1.x.
2020-09-11 Carl HetheringtonFixes for building with newer wxWidgets.
2020-09-05 Carl HetheringtonUpdated cs_CZ translation from Tomáš Begeni. v2.15.101
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-08-25 Carl HetheringtonTry to clean up the mess of exporting subtitles when...
2020-08-25 Carl HetheringtonAdd option to export Interop subs with or without the...
2020-08-25 Carl HetheringtonRename export dialogue to export video.
2020-08-25 Carl HetheringtonMove subtitle export to its own dialogue.
2020-08-07 Carl HetheringtonFix layout bug where the stuff in the content panel...
2020-08-06 Carl HetheringtonUse a much bigger block size when calling fwrite()...
2020-08-06 Carl HetheringtonCheck that we have a connection to the disk writer...
2020-08-05 Carl HetheringtonAllow export with one audio stream per channel. v2.15.95
2020-08-03 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-08-02 Carl HetheringtonDon't terminate if a non-DCP directory is given to...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonFix some unused variable warnings on macOS.
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonUpdate deprecated method call.
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-18 Carl Hetheringtonpot/merge.
2020-06-08 Carl HetheringtonTry to provide some platform-specific menu text for...
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-06-01 Carl HetheringtonHidden debug option to make _disk not start _disk_write... v2.15.76
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-05-20 Carl HetheringtonFix DKDM generation by moving the validity period a...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonGuess DCP container size and resolution when content...
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-09 Carl HetheringtonRemove scale to fit {width,height} options.
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonExtract common code out into kdm_for_screen()
2020-05-06 Carl HetheringtonRemove some now-pointless passing of name_values.
2020-05-06 Carl HetheringtonSet 'i' earlier in name_values.
2020-05-06 Carl HetheringtonWrite 'f', 'b' and 'e' tags into all KDMWithMetadata...
2020-05-06 Carl HetheringtonRename some variables and re-implement collect().
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonPull methods out of CinemaKDMs.
2020-05-06 Carl HetheringtonRemove Screen pointer from KDMWithMetadata, preferring to
2020-05-06 Carl HetheringtonAdd KDMWithMetadataPtr typedef
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-04 Carl HetheringtonMove Film::make_kdms to the call sites.
2020-05-02 Carl Hetheringtonpot/merge. v2.15.71
2020-05-02 Carl HetheringtonFix behaviour on disk writer window close.
2020-05-02 Carl HetheringtonDo all writes then do all verification and report progress
2020-05-02 Carl HetheringtonTry to start _writer on-demand on macOS (#1739).
2020-04-30 Carl HetheringtonAdd git commits to writer log files. v2.15.68
2020-04-30 Carl HetheringtonTurn on lwext4 debugging to see if that helps.
2020-04-29 Carl HetheringtonMissed part of rdisk -> disk revert. v2.15.67
2020-04-29 Carl HetheringtonCorrect ext2 block size to 4096.
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-28 Carl HetheringtonFurther sanity check fixes. v2.15.66
2020-04-28 Carl HetheringtonFix macOS sanity check.
2020-04-28 Carl HetheringtonAdd a log message.
2020-04-28 Carl HetheringtonRemove some unnecessary methods. v2.15.65
2020-04-27 Carl HetheringtonWriter on macOS runs as root, so trying to use the... v2.15.63
2020-04-27 Carl HetheringtonUse F_SET_EXT2 not EXT4.
2020-04-23 Carl HetheringtonAdd pre-running warning to disk writer.
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-19 Carl HetheringtonAdd LEQ(m) when analysing audio (#1382). v2.15.52
2020-04-15 Carl HetheringtonFix length of player output so it can be either the...
2020-04-14 Carl HetheringtonAdd some new keyboard shortcuts for moving around on...
2020-04-14 Carl HetheringtonDCPReadError -> ReadError in libdcp.
2020-04-13 Carl Hetheringtonpot/merge.
2020-04-12 Carl HetheringtonSupport unmounting on macOS and Windows. v2.15.51
2020-04-12 Carl HetheringtonTidy up Drive and unmounting a little.
2020-04-12 Carl HetheringtonDo the right thing when the user cancels the unmount...
2020-04-12 Carl HetheringtonTidy up nanomsg class API; add unmounting for Linux.
2020-04-08 Carl HetheringtonImprove disk_writer_messages.h commenting and add DISK_...
2020-04-06 Carl HetheringtonAdd disk writer tool.
2020-03-15 Carl HetheringtonMove stress testing code into a separate class and...
2020-03-15 Carl HetheringtonFix player stress testing with expanded controls.
2020-03-15 Carl HetheringtonComments.
2020-03-11 Carl HetheringtonGive a better error when opening a DCP with File -...
2020-03-11 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-03-10 Carl HetheringtonMake DKDMs with validity 2 minutes shorter than the...
2020-03-01 Carl HetheringtonCall wxInitAllImageHandlers and fix Playlist Editor...
2020-03-01 Carl HetheringtonFix uninitialised variable.
2020-03-01 Carl HetheringtonFix loading of tick/no_tick graphics for playlist edito...
2020-02-29 Carl HetheringtonSupport playlists in the player in dual-screen mode. v2.15.45
2020-02-29 Carl HetheringtonSeparate SPL from a version which signals when things...
2020-02-29 Carl HetheringtonAdd 'proper' config dialog for the playlist editor.
2020-02-29 Carl HetheringtonVarious playlist editor developments and fixes.
2020-02-29 Carl HetheringtonCopy swaroop_ playlist editor stuff back to main DoM.
next