dcpomatic.git
2022-05-01 Carl HetheringtonMake sure that crop preview rectangle is properly hidde... main-old
2022-05-01 Carl HetheringtonFix the alignment of the current position in the playba...
2022-05-01 Carl HetheringtonMore Centos 7 fixes.
2022-05-01 Carl HetheringtonFix build on Centos 7.
2022-05-01 Carl HetheringtonRemove unused variable.
2022-05-01 Carl HetheringtonWe don't have python f-strings everywhere.
2022-05-01 Carl HetheringtonAdd editor to a few more missing places.
2022-05-01 Carl HetheringtonAdd a simple DCP editor.
2022-05-01 Carl HetheringtonUse explicit parameters to the EditableList constructor...
2022-05-01 Carl HetheringtonC++11 tidying.
2022-05-01 Carl HetheringtonFix (I think) some strange situations where ::get(...
2022-04-28 Carl HetheringtonHandle multiple bitmap subtitles at the same time corre...
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonAllow ContentBitmapText to contain multiple BitmapText...
2022-04-28 Carl HetheringtonImprove some variable names.
2022-04-28 Carl HetheringtonMake emit_bitmap_start take a ContentBitmapText.
2022-04-28 Carl HetheringtonFix Windows build.
2022-04-28 Carl HetheringtonAnd another missed warnings.h
2022-04-28 Carl HetheringtonMissing warnings.h include fix.
2022-04-28 Carl HetheringtonImprove rejection of "crazy" frame rates (#2238).
2022-04-28 Carl HetheringtonUse libdcp's warnings.h
2022-04-28 Carl Hetheringtonclang does not have -Wsuggest-override
2022-04-28 Carl HetheringtonMissing override.
2022-04-28 Carl HetheringtonDisable warnings around all wx includes.
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonLookup the correct DCNC code to use for languages rathe...
2022-04-28 Carl HetheringtonUse std::vector in AudioBuffers (#2236).
2022-04-28 Carl HetheringtonCleanup: improve some variable names.
2022-04-28 Carl HetheringtonAdd ScopeGuard.
2022-04-28 Carl HetheringtonAdd button to use same fades for audio as video (#2230).
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonReplace encrypted content with black if we have no...
2022-04-28 Carl HetheringtonC++11 tidying.
2022-04-28 Carl HetheringtonTidying.
2022-04-28 Carl HetheringtonAdd more missing override labels.
2022-04-28 Carl HetheringtonAdd deps for Ubuntu 22.04.
2022-04-28 Carl HetheringtonMissing override label.
2022-04-28 Carl HetheringtonRemove some commented-out code.
2022-04-28 Carl HetheringtonC++11 tidying.
2022-04-28 Carl HetheringtonWarn about missing override labels.
2022-04-28 Carl HetheringtonAdd some missing override labels.
2022-04-28 Carl HetheringtonFix some comment typos.
2022-04-28 Carl HetheringtonUpdate supporters list.
2022-04-28 Carl HetheringtonMore missing override labels.
2022-04-28 Carl HetheringtonMore missing override labels.
2022-04-28 Carl HetheringtonAnother missing override label.
2022-04-28 Carl HetheringtonAdd some missing override labels.
2022-04-28 Carl HetheringtonGuess video range better when importing 2.14.x projects...
2022-04-28 Carl HetheringtonCleanup: tidying.
2022-04-28 Carl HetheringtonRemove erroneous comment.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-04-02 Carl HetheringtonAdd button to send test emails in the mail server prefs...
2022-04-02 Carl HetheringtonFix writing of planar audio to export buffers in some...
2022-04-02 Carl HetheringtonTweak --export-filename help.
2022-04-02 Carl HetheringtonRemove strange proportion values when adding content...
2022-04-02 Carl HetheringtonSupporters update.
2022-04-02 Carl HetheringtonFix build error on mac.
2022-04-02 Carl HetheringtonAdd check/uncheck all buttons to screens panel.
2022-04-02 Carl HetheringtonRemove unnecessary heading in email address list in...
2022-04-02 Carl HetheringtonAdd config option for default KDM type.
2022-04-02 Carl HetheringtonMake a small class to choose KDM types.
2022-04-02 Carl HetheringtonRemove KDM type that was added for testing.
2022-04-02 Carl HetheringtonAdd $CINEMA_SHORT_NAME variable in KDM emails.
2022-04-02 Carl HetheringtonCleanup: remove some duplicated code.
2022-04-02 Carl HetheringtonWe can (and should) get the screens straight from _chec...
2022-04-02 Carl HetheringtonNow we don't need _cinemas and _screens any more.
2022-04-02 Carl HetheringtonFix _selected_* to only store pointers to things.
2022-04-02 Carl HetheringtonSpeed things up by sorting before adding cinemas.
2022-04-02 Carl HetheringtonPreserve checked status during search (#2212).
2022-04-02 Carl HetheringtonAdd an initialisation in the class.
2022-04-02 Carl HetheringtonAlso keep maps the other way around.
2022-04-02 Carl HetheringtonKeep maps of wxTreeListItem to Cinema/Screen.
2022-04-02 Carl HetheringtonFix writing KDMs with long filenames.
2022-04-02 Carl HetheringtonUse the ICU library to sort cinemas rather than strcoll...
2022-04-02 Carl HetheringtonEncode UTF-8 subjects and attachment names properly...
2022-04-02 Carl HetheringtonSlightly improve behaviour under low memory conditions.
2022-04-02 Carl HetheringtonUse a vector<pair<...>> to store screens and cinemas...
2022-04-02 Carl HetheringtonReplace class shim with a custom comparator.
2022-04-02 Carl HetheringtonFix weird placement of SetSortColumn() call causing...
2022-04-02 Carl HetheringtonCleanup: use some better variable names.
2022-04-02 Carl HetheringtonMake the value used for 'f' in KDM names consistent...
2022-04-02 Carl HetheringtonCleanup: tidying.
2022-04-02 Carl HetheringtonFix tests for newly-saved write to/email checkboxes.
2022-04-02 Carl HetheringtonFix incorrectly-timed emission of silence padding causi...
2022-04-02 Carl HetheringtonC++11 tidying.
2022-04-02 Carl HetheringtonCleanup: tidy some comments.
2022-03-13 Carl HetheringtonRemember the state of the write to/email checkboxes...
2022-03-13 Carl HetheringtonC++11 tidying.
2022-03-13 Carl HetheringtonTidying.
2022-03-13 Carl HetheringtonFix sensitivity of custom scaled edit button.
2022-03-13 Carl HetheringtonAllow editing of a screen's cinema / adding a new scree...
2022-03-13 Carl HetheringtonFix build with the macOS 10.8 version of wxWidgets.
2022-03-13 Carl HetheringtonFix incorrect quoting in helper script.
2022-03-13 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2022-03-13 Carl HetheringtonAllow passing flags into TableDialog::add for labels.
2022-03-13 Carl HetheringtonAdd search_ctrl_height()
2022-03-13 Carl HetheringtonC++11 cleanup.
2022-03-13 Carl HetheringtonDon't write a <ContentVersion> tag with an empty <Label...
2022-03-13 Carl HetheringtonUse some decimal places when reporting transcode speed...
2022-03-09 Carl HetheringtonSupporters update.
next