Merge branch 'warnings' into v2.15.x.
[dcpomatic.git] / src / wx /
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
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 HetheringtonIgnore wxWidgets warnings in a nicer way.
2020-07-25 Carl HetheringtonAdd new macOS preferences icons.
2020-07-21 Carl HetheringtonDon't enable OK button for the export dialogue until...
2020-07-15 Carl HetheringtonRemove ko_KR translation stub that was never used.
2020-07-11 Carl HetheringtonRemove pointless subheading in Keys->Advanced dialogues...
2020-07-11 Carl HetheringtonUse new channel 14 ATMOS sync creation code in libdcp,
2020-07-08 Carl HetheringtonAdd Antonio Casado as a tester.
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-07-03 Carl HetheringtonFix typo truncating ./waf configure output.
2020-07-02 Carl HetheringtonPotential Windows build fix. v2.15.86
2020-06-28 Carl HetheringtonMake some methods private.
2020-06-28 Carl HetheringtonFix confusion between one-shot and playing causing...
2020-06-27 Carl HetheringtonMake _one_shot and _playing atomic.
2020-06-27 Carl HetheringtonRename _playing_condition -> _thread_work_condition.
2020-06-27 Carl HetheringtonMove video filters controls into advanced content dialo...
2020-06-27 Carl HetheringtonSwitch the content advanced dialogue to use GridBagSizer.
2020-06-27 Carl HetheringtonMerge FilterEditor and FilterDialog.
2020-06-27 Carl HetheringtonAvoid ResetClip() since (on GTK3, and maybe elsewhere...
2020-06-25 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk. v2.15.84
2020-06-23 Carl HetheringtonTry to fix crash on calling glGetString() without a...
2020-06-19 Carl HetheringtonFix timeline for DCPs containing Atmos.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-06-18 Carl HetheringtonFix display of Atmos tracks in the timeline.
2020-06-18 Carl Hetheringtonpot/merge.
2020-06-17 Carl HetheringtonMove identifiers stuff out to a new prefs tab. v2.15.81
2020-06-16 Carl HetheringtonAllow more complete control over the libdcp/DCP-o-matic...
2020-06-08 Carl HetheringtonAssorted GTK3 layout tidying in KDM dialogs.
2020-06-08 Carl HetheringtonAdd a bunch of SetFocus calls.
2020-06-08 Carl HetheringtonAdd space next to "use best" button.
2020-06-08 Carl HetheringtonRemove unnecessary setup of _frame_rate_sizer which is
2020-06-08 Carl HetheringtonAdd a border round EditableLists on GTK3, otherwise...
2020-06-08 Carl HetheringtonSet focus on opening dialog.
2020-06-08 Carl HetheringtonImprove look of DCP metadata dialogue on scaling (...
2020-06-08 Carl HetheringtonSpaces between content buttons in GTK3 (#1761).
2020-06-08 Carl HetheringtonMove upload-DCP-to-TMS button to preferences.
2020-06-08 Carl HetheringtonRemove encryption key options (#1760).
2020-06-08 Carl HetheringtonAlways sign DCPs (#1760).
2020-06-04 Carl HetheringtonAdd defensive check.
2020-05-25 Carl HetheringtonMore fun with GTK3 and its enormous SpinButtons.
2020-05-25 Carl HetheringtonDon't offer full-frame containers unless 'allow any...
2020-05-24 Carl HetheringtonUse wxDC for all drawing of the audio mapping view...
2020-05-24 Carl HetheringtonFix audio mapping view on GTK3, with some cleanups...
2020-05-23 Carl HetheringtonLayout tweaks for GTK3.
2020-05-21 Carl HetheringtonWe must only link gtk2 if wx is also using it.
2020-05-21 Carl HetheringtonWhite space.
2020-05-20 Carl HetheringtonGive 'wrong target' KDM errors in a dialogue box rather...
2020-05-20 Carl HetheringtonTell the user when they load a KDM which will not do...
2020-05-20 Carl HetheringtonRename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.
2020-05-18 Carl HetheringtonRemove unused variable.
2020-05-18 Carl HetheringtonAdd some missing messages.
2020-05-17 Carl HetheringtonAdd a new "Advanced settings" dialog for content, acces...
2020-05-17 Carl HetheringtonClicking on the audio graph jumps to that position...
2020-05-14 Carl HetheringtonTypo fix. v2.15.72
2020-05-14 Carl HetheringtonChristie FTP contains certificate chains, not just...
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
2020-05-12 Carl HetheringtonAdd crop left/right top/bottom link control.
2020-05-12 Carl HetheringtonMove bitmap_path() to wx_util.{cc,h}
2020-05-12 Carl HetheringtonAdd _view_changed callback to ContentWidget.
2020-05-11 Carl HetheringtonRemove now-unused default-scale-to config option.
2020-05-11 Carl HetheringtonChange video content scaling so that it either:
2020-05-11 Carl HetheringtonReformat crop controls.
2020-05-06 Carl HetheringtonAdd a crazy amount of missed files from the previous...
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 HetheringtonReplace CinemaKDMs class with a list<KDMWithMetadata>
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 HetheringtonFormatting tweaks to unmount dialogue.
2020-04-29 Carl HetheringtonAdd exit command to stress tester.
2020-04-29 Carl HetheringtonPut current frame position in seek-by-frame dialogue...
2020-04-29 Carl HetheringtonAdd hinting to the seek dialogue; may be a nice fix...
2020-04-29 Carl HetheringtonUse raw_convert rather than lexical_cast.
2020-04-27 Carl HetheringtonAdd Sebastian Leitner as a tester.
2020-04-24 Carl HetheringtonAnother build fix (for non-Linux this time). v2.15.57
2020-04-24 Carl HetheringtonUbuntu 20.04 packaging.
2020-04-24 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-04-24 Carl HetheringtonFix build following previous commit.
2020-04-23 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home... v2.15.55
2020-04-23 Carl HetheringtonHopefully we can use GTK's file chooser button again...
2020-04-23 Carl HetheringtonAdd subtitle analysis so that the outline of all subtitles
2020-04-23 Carl HetheringtonImprove layout of drive-wipe warning dialogue.
2020-04-23 Carl HetheringtonAdd pre-running warning to disk writer.
2020-04-23 Carl HetheringtonDon't clobber the current _player_video when the butler...
2020-04-23 Carl HetheringtonNicer fix for 86102d30bf0aad89115bbeb3d8aaa2a27a0aa432
2020-04-22 Carl HetheringtonFix complete failure of preview/playback introduced in v2.15.53
2020-04-21 Carl HetheringtonAdd option to set project properties from a DCP loaded...
next