summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2018-09-06Interface levels in audio tab.Carl Hetherington
2018-09-06Tweak crop layout.Carl Hetherington
2018-09-06Put OV checkbox into advanced UI.Carl Hetherington
2018-09-06Basic simple support for video panel.Carl Hetherington
2018-09-06Add simple/full interface option and make DCP panel respect it.Carl Hetherington
2018-09-04Allow the butler to say "try again later" when get_video() is calledCarl Hetherington
while it's suspended. Then make the GUI follow that suggestion. Should
2018-09-03pot/merge.Carl Hetherington
2018-09-03Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2018-09-03Fix label.Carl Hetherington
2018-09-03pot/merge.Carl Hetherington
2018-09-03Add basic quality option for x264 export.Carl Hetherington
2018-08-29Remove debug code.Carl Hetherington
2018-08-29Basics of splitting CCAP streams into different assets.Carl Hetherington
2018-08-23Only enable text language for open subs.Carl Hetherington
2018-08-23Correctly update when there is no selected DCP track.Carl Hetherington
2018-08-23Basics of selecting 'tracks' for CCAPs.Carl Hetherington
2018-08-22Revert "Store a name with text content."Carl Hetherington
This reverts commit 2571104b6a208fa00b2c98d50f97849c3e7fa6c9.
2018-08-22Store a name with text content.Carl Hetherington
2018-08-22Tweak spacing.Carl Hetherington
2018-08-22Compact text panel a little.Carl Hetherington
2018-08-22Fix crash when trying to make a KDM on an unencrypted project.Carl Hetherington
2018-08-22Disable the whole interface during audio analysis (#1278).Carl Hetherington
2018-08-21Give a message when changed files are re-examined.Carl Hetherington
2018-08-20Updated ru_RU and uk_UA translations from Igor Voytovich.Carl Hetherington
2018-08-20Fix 3D crash.Carl Hetherington
2018-08-19Work around visual glitch when clicking on an already-selectedv2.13.43Carl Hetherington
piece of content; on Linux at least you get a deselected event then a selected event for that content.
2018-08-19More missing updates.Carl Hetherington
2018-08-19Update new panels when they are created.Carl Hetherington
2018-08-19Remove unnecessary set_film call.Carl Hetherington
2018-08-19White space.Carl Hetherington
2018-08-19Similar pending/done for Film::Change.Carl Hetherington
2018-08-19Replace May/Done/NotDone signal sets with one signal and extendCarl Hetherington
this treatment to anything that caused Player::setup_pieces. This should fix out-of-sequence Player emissions caused by setup_pieces being called by one thread while the butler is calling pass().
2018-08-18Destroy and re-create content sub-panels as required; fixes weirdCarl Hetherington
artefacts (unhidden bits of UI) on Windows/OS X.
2018-08-18Fix disappearing video panel on OS X.Carl Hetherington
2018-08-15Missing extension (thanks Igor).Carl Hetherington
2018-08-15Build fixes.Carl Hetherington
2018-08-15Add GDC and accounts icon.Carl Hetherington
2018-08-15Christie fixes.Carl Hetherington
2018-08-15Christie support.Carl Hetherington
2018-08-15More rearrangement and add Barco Alchemy.Carl Hetherington
2018-08-15Shift some more stuff around.Carl Hetherington
2018-08-15Remove unused setup stuff in DownloadCertificatePanel.Carl Hetherington
2018-08-15Move some stuff into DownloadCertificatePanel; add name().Carl Hetherington
2018-08-14Add subscribers in their own part of the about box.Carl Hetherington
2018-08-14More fixes for errors / crashes / misbehaviour with content changesCarl Hetherington
and the butler. Here we signal both before and after a change in content. Before, the player disables itself so that any pass()/seek() will be no-ops. After, the player rebuilds its pieces and the butler re-seeks to get back to where it was before the change.
2018-08-14Use a radio item rather than a check item when selecting CPL in the content ↵Carl Hetherington
menu.
2018-08-12Set up selection when opening timeline.Carl Hetherington
2018-08-12Punt jump-to-selected to a UI idle handler.Carl Hetherington
2018-08-12Update reels markers properly.Carl Hetherington
2018-08-12Fix bad redraw when dragging content views.Carl Hetherington