Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / wx / content_panel.cc
2019-10-14 Carl HetheringtonRemove unused bits.
2019-10-14 Carl HetheringtonRemove an optimisation to not run the body of ContentPa...
2019-09-04 Carl HetheringtonStop double-click on the splitter divider from doing... v2.15.17
2019-07-07 Carl HetheringtonFix flicker in timeline view when selecting (in some...
2019-05-31 Carl HetheringtonAdd playhead line to timeline (#1563).
2019-05-10 Carl HetheringtonPut Time types in dcpomatic namespace.
2019-05-03 Carl HetheringtonFix/workaround crash:
2019-03-25 Carl HetheringtonRemove nasty border from wxSplitterWindow.
2019-03-10 Carl HetheringtonTry to stop the content list getting so small that...
2019-03-03 Carl HetheringtonRemove some debugging code.
2019-01-10 Carl HetheringtonFix another crash on close.
2019-01-10 Carl HetheringtonAdd File->Close to main DCP-o-matic (#1180).
2019-01-09 Carl HetheringtonTry a draggable splitter in the LHS.
2019-01-09 Carl HetheringtonHopefully improve layout on high-resolution displays...
2018-12-08 Carl HetheringtonSupport buttons.
2018-11-27 Carl HetheringtonWhite space.
2018-11-21 Carl HetheringtonTidy and fix logging.
2018-11-21 Carl HetheringtonTake Film pointer out of Content.
2018-09-11 Carl HetheringtonFilmViewer API tidying.
2018-09-11 Carl HetheringtonSeparate out management of controls.
2018-09-11 Carl HetheringtonPartial split of film viewer.
2018-08-19 Carl HetheringtonWork around visual glitch when clicking on an already... v2.13.43
2018-08-19 Carl HetheringtonRemove unnecessary set_film call.
2018-08-18 Carl HetheringtonDestroy and re-create content sub-panels as required...
2018-08-12 Carl HetheringtonSet up selection when opening timeline.
2018-08-12 Carl HetheringtonPunt jump-to-selected to a UI idle handler.
2018-07-25 Carl HetheringtonRestore AWOL timing panel.
2018-07-24 Carl HetheringtonDon't start with all possible content tabs visible.
2018-07-23 Carl HetheringtonTidy up after mass rename.
2018-07-23 Carl HetheringtonMore automated renaming.
2018-07-21 Carl HetheringtonDisplay only required tabs, including subs / ccap.
2018-07-21 Carl HetheringtonBasics of multiple captions per content so that DCPCont...
2018-07-19 Carl HetheringtonMore subtitle -> caption.
2018-07-19 Carl HetheringtonClean up after previous commit.
2018-07-19 Carl HetheringtonReword again: Text -> Caption and Plain -> Text.
2018-07-19 Carl HetheringtonUI for selecting caption type.
2018-07-19 Carl HetheringtonPlainText -> PlainTextFile.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming.
2018-07-19 Carl HetheringtonMore renaming; text -> plain.
2018-07-19 Carl HetheringtonRename Subtitle -> Text
2018-07-06 Carl HetheringtonFix could-not-load-film error when loading a project...
2018-03-23 Carl HetheringtonCtrl-T to open timeline (#1201).
2018-02-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-01-31 Carl HetheringtonRound seek on jump-to-selected to work around problems...
2018-01-08 Carl HetheringtonWhen doing jump-to-selected jump to the first subtitle...
2018-01-05 Carl HetheringtonAdd simple copy and paste for content settings (#1051).
2017-07-03 Carl HetheringtonFix content tab sensitivity when you load some audio...
2017-05-15 Carl HetheringtonAdd some debug for Igor.
2017-05-13 Carl HetheringtonGive a slightly better error whn trying to add a KDM...
2017-05-12 Carl HetheringtonFix crash when adding content via Ctrl-A with no film...
2017-04-07 Carl HetheringtonMake jump-to-content-start on selection in the content...
2017-02-20 Carl HetheringtonAdd DCP button added to content panel.
2016-12-20 Carl HetheringtonAllow content factory to return multiple content.
2016-11-25 Carl HetheringtonEnable mysteriously disabled multi-selected-content...
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
2016-10-17 Carl HetheringtonFix merge.
2016-10-14 Carl HetheringtonUpdate content list when selected CPL changes in DCP...
2016-09-26 Carl HetheringtonFix multi-select in the timeline (#954).
2016-09-23 Carl HetheringtonPotential fix for disappearing DCP names under translation.
2016-09-22 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-09-21 Carl HetheringtonCorrectly spot that a DCP with unencrypted picture...
2016-08-24 Carl HetheringtonAllow import of OV/VF DCPs (#906).
2016-08-23 Carl HetheringtonUp/Down -> Earlier/Later.
2016-07-04 Carl HetheringtonFix control sensitivity in various places.
2016-06-15 Carl HetheringtonPotential fix for crash on loading a new film after...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-18 Carl HetheringtonMove video frame rate ('prepared-for') into Content.
2016-05-18 Carl HetheringtonRename video/audio/subtitle part methods.
2016-05-18 Carl HetheringtonSplit audio; builds.
2016-05-18 Carl HetheringtonSubtitle rearrangements.
2016-05-18 Carl HetheringtonReasonably straightforward stuff; main things are adding
2016-04-26 Carl HetheringtonFix non-working delete key.
2016-02-28 Carl HetheringtonCatch exceptions from content_factory().
2016-02-24 Carl HetheringtonAn unfortunately large set of timeline-related changes:
2016-02-21 Carl HetheringtonFix broken content remove button.
2016-02-15 Carl HetheringtonStop Delete key deleting content in unexpected circumst...
2016-02-02 Carl HetheringtonVarious fixes to behaviour with repeated content (havin...
2016-02-02 Carl HetheringtonAdd delete-key shortcut to remove content.
2016-02-01 Carl HetheringtonAllow removal of multiple pieces of content in one...
2016-02-01 Carl HetheringtonSynchronise content list / timeline selection when...
2016-02-01 Carl HetheringtonMove the preview to the start of a piece of content
2016-01-30 Carl HetheringtonAdd a PlaylistOrderChanged signal and emit it when...
2016-01-29 Carl HetheringtonWhite space.
2016-01-10 Carl HetheringtonCase-insensitive sort for image filenames.
2016-01-07 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-01-07 Carl HetheringtonSort image files added using "Add file(s)..." alphabeti...
2015-11-26 Carl HetheringtonAdd some useful selectors in the add file dialog.
2015-11-06 Carl HetheringtonAllow single-frame image contents to adjust their video...
2015-09-16 Carl HetheringtonFix exception on adding an empty folder as content...
2015-09-14 Carl HetheringtonLots of #include <iostream>s for Arch.
2015-09-14 Carl HetheringtonSome use of BOOST_FOREACH.
2015-07-29 Carl HetheringtonMove code to create DCPContent or (non-still) ImageCont...
2015-07-14 Carl HetheringtonFix strange content selection breakage (#636).
2015-07-09 Carl HetheringtonStop Ctrl+A working when the content panel is not visib...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-19 Carl HetheringtonNo-op; variable renaming.
2015-06-14 Carl HetheringtonAdd buttons to set trim from current playhead position...
2015-06-10 Carl HetheringtonTweak error message.
2015-04-29 Carl HetheringtonHand-apply a2f776bd239ef1a744c1a9fea841ac0a51c4f33b...
next