| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-19 | Work around visual glitch when clicking on an already-selectedv2.13.43 | Carl Hetherington | |
| piece of content; on Linux at least you get a deselected event then a selected event for that content. | |||
| 2018-08-19 | More missing updates. | Carl Hetherington | |
| 2018-08-19 | Update new panels when they are created. | Carl Hetherington | |
| 2018-08-19 | Remove unnecessary set_film call. | Carl Hetherington | |
| 2018-08-19 | White space. | Carl Hetherington | |
| 2018-08-19 | Similar pending/done for Film::Change. | Carl Hetherington | |
| 2018-08-19 | Replace May/Done/NotDone signal sets with one signal and extend | Carl 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-18 | Destroy and re-create content sub-panels as required; fixes weird | Carl Hetherington | |
| artefacts (unhidden bits of UI) on Windows/OS X. | |||
| 2018-08-18 | Fix disappearing video panel on OS X. | Carl Hetherington | |
| 2018-08-15 | Missing extension (thanks Igor). | Carl Hetherington | |
| 2018-08-15 | Build fixes. | Carl Hetherington | |
| 2018-08-15 | Add GDC and accounts icon. | Carl Hetherington | |
| 2018-08-15 | Christie fixes. | Carl Hetherington | |
| 2018-08-15 | Christie support. | Carl Hetherington | |
| 2018-08-15 | More rearrangement and add Barco Alchemy. | Carl Hetherington | |
| 2018-08-15 | Shift some more stuff around. | Carl Hetherington | |
| 2018-08-15 | Remove unused setup stuff in DownloadCertificatePanel. | Carl Hetherington | |
| 2018-08-15 | Move some stuff into DownloadCertificatePanel; add name(). | Carl Hetherington | |
| 2018-08-14 | Add subscribers in their own part of the about box. | Carl Hetherington | |
| 2018-08-14 | More fixes for errors / crashes / misbehaviour with content changes | Carl 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-14 | Use a radio item rather than a check item when selecting CPL in the content ↵ | Carl Hetherington | |
| menu. | |||
| 2018-08-12 | Set up selection when opening timeline. | Carl Hetherington | |
| 2018-08-12 | Punt jump-to-selected to a UI idle handler. | Carl Hetherington | |
| 2018-08-12 | Update reels markers properly. | Carl Hetherington | |
| 2018-08-12 | Fix bad redraw when dragging content views. | Carl Hetherington | |
| 2018-08-08 | Tweak message now that hints dialog is shown even when there are no hints. | Carl Hetherington | |
| 2018-08-05 | Fiddle with ccap window default size.v2.13.41 | Carl Hetherington | |
| 2018-08-05 | Get closed caption view data from the butler, rather than the player. | Carl Hetherington | |
| You can't introduce the butler (so that the player is ahead of time) and then ask the player what should be in the frame that is being displayed "now"; the player will already have moved on. | |||
| 2018-08-04 | Some subtitle renaming. | Carl Hetherington | |
| 2018-08-04 | Timestamp audio emissions from butler and hence discard very late | Carl Hetherington | |
| audio in FilmViewer. This should help with the case where lots of video frames are rapidly discarded when they are late but the corresponding audio is not, hence audio buffers get overfilled. | |||
| 2018-08-02 | A variety of changes to improve (but not entirely fix) behaviour | Carl Hetherington | |
| when moving content (or otherwise changing the playlist) while playing. This commit refills the butler when things change in certain ways, and improves locking to cope with Player methods being called from the GUI and butler threads at the same time. | |||
| 2018-07-29 | Fix build. | Carl Hetherington | |
| 2018-07-29 | Add some explicits. | Carl Hetherington | |
| 2018-07-27 | Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic | Carl Hetherington | |
| 2018-07-27 | Check for long CCAP lines and too many CCAP lines. | Carl Hetherington | |
| 2018-07-26 | Protect the public API of Player with a mutex, since | Carl Hetherington | |
| seek() and pass() may be called from the Butler thread ad the same time as other Player methods are called from the GUI thread (by FilmViewer and ClosedCaptionViewDialog). | |||
| 2018-07-26 | Background-threaded hints including line length of CCAPs. | Carl Hetherington | |
| 2018-07-26 | Disable bits of TextPanel when we are making closed captions. | Carl Hetherington | |
| 2018-07-25 | Fix crash on scaling the ccap window to be very small. | Carl Hetherington | |
| 2018-07-25 | Restore AWOL timing panel. | Carl Hetherington | |
| 2018-07-25 | Make characters red if they are too long in the closed caption view. | Carl Hetherington | |
| 2018-07-24 | Don't start with all possible content tabs visible. | Carl Hetherington | |
| 2018-07-23 | Introduce the idea of unknown original subtitle type to clean up the GUI a bit. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 2018-07-23 | Get ccaps by asking the Player, rather than by listening to its emissions, | Carl Hetherington | |
| which is slightly cleaner and works when subtitles are emitted with an unknown end time. Also add CCAPs to the player. | |||
| 2018-07-23 | Remove debug code. | Carl Hetherington | |
| 2018-07-23 | Very basic closed caption viewer. | Carl Hetherington | |
| 2018-07-22 | No-op: white space. | Carl Hetherington | |
| 2018-07-22 | On reflection showing CCAPs over the main picture doesn't make much sense. | Carl Hetherington | |
