Some C++11 stuff.
[dcpomatic.git] / src / tools /
2021-03-13 Carl HetheringtonSome C++11 stuff.
2021-03-12 Carl HetheringtonUse /dev/rdisk on macOS.
2021-02-23 Carl HetheringtonRemove wxSTAY_ON_TOP from splash screen on Windows...
2021-02-17 Carl HetheringtonAssorted C++11 tidying.
2021-02-17 Carl HetheringtonFix some wx3.1 assertions and some C++ tidying.
2021-02-16 Carl HetheringtonC++11 tidying.
2021-02-15 Carl HetheringtonCoalesce player changes around KDM loading.
2021-02-09 Carl HetheringtonCoalesce player changes around CPL change. v2.15.127
2021-02-07 Carl HetheringtonReport boost::filesystem_error with more details.
2021-02-04 Carl HetheringtonFix no subtitles/captions in the player after changing...
2021-02-04 Carl HetheringtonSome C++11 stuff.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-20 Carl HetheringtonBump libdcp for better verification, and make API adjus...
2021-01-09 Carl HetheringtonMore c++ tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-23 Carl Hetheringtonpot/merge.
2020-12-10 Carl HetheringtonFix lots of macOS warnings by using a different boost...
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.
2020-11-29 Carl HetheringtonBetter progress reporting during DCP validation (#1812). v2.15.108
2020-11-24 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-21 Carl Hetheringtonpot/merge.
2020-11-21 Carl HetheringtonRemove the "simple" UI (#1868).
2020-11-18 Carl HetheringtonMake the default disk writer window wider.
2020-11-02 Carl HetheringtonReplace dcp::Data with dcp::ArrayData
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
next