summaryrefslogtreecommitdiff
path: root/src/wx
AgeCommit message (Collapse)Author
2026-02-16Catch extreme case of >=32 CPLs in a DCP.Carl Hetherington
2026-02-16Fix Windows build.Carl Hetherington
2026-02-16Fix macOS build.Carl Hetherington
2026-02-16Support current playlist in the web interface.Carl Hetherington
2026-02-16Support playlist load from the web interface.Carl Hetherington
2026-02-16Rework player content handling.Carl Hetherington
The idea now is ... There is a "pending" or "next" playlist. You can load a playlist from the database, or add content to it. Play loads the pending playlist into the current one and starts playing it. Stop stops and clears the current playlist. Pause pauses. While something is playing you can do what you like to the next playlist.
2026-02-16Pass PlayerFrame pointer into PlaylistControls to avoid the ResetFilm signal ↵Carl Hetherington
hack.
2026-02-16Move player frame (DOMFrame) class into wx/ as PlayerFrame.Carl Hetherington
2026-02-16Various fixes to content view updates.Carl Hetherington
2026-02-16Allow configuring of HTTP logging in the player.Carl Hetherington
2026-02-16Replace find_and_resolve_cpls() with storing all CPL IDs in DCPContent ↵Carl Hetherington
(sometimes). In some places we need other details than the ID, but in lots of places this saves some disk searching.
2026-02-16Use SQLite for show playlists.Carl Hetherington
2026-02-16Small cleanups.Carl Hetherington
2026-02-16Move responsibility for reading the content store into the applications.Carl Hetherington
2026-02-16Rename ContentStore -> ShowPlaylistContentStore.Carl Hetherington
2026-02-16Move content store handling into ContentStore rather than it being done in ↵Carl Hetherington
the GUI.
2026-02-16Remove Film from the whole examination chain.Carl Hetherington
2026-02-16Remove another unnecessary Film parameter.Carl Hetherington
2026-02-16Remove now-unnecessary Film parameters.Carl Hetherington
2026-02-16Move _film out of Job into only those Jobs that need it.Carl Hetherington
This meant some tweaks to the JSON server to only report DCP names for TranscodeJobs, and a bit of (hopefully) tidying of the disk space check in the batch converter.
2026-02-16Ignore new warnings from signals2.hpp.Carl Hetherington
I think I smell progress!
2026-02-16Bump versions for new Windows environment.Carl Hetherington
2026-02-16Fix null pointer dereference if DCPOMATIC_GRAPHICS is unset and ↵Carl Hetherington
resources_path() doesn't exist.
2026-02-15Add stub ja_JP translation.Carl Hetherington
2026-02-15Expand channels so it's always big enough...Carl Hetherington
...even if we start out with only 14/16 and then later start showing the longer labels.
2026-02-15Don't desensitize standards dropdown when only SMPTE is available but we ↵Carl Hetherington
have Bv2.0 as an option.
2026-02-13Fix old macOS build again.v2.18.37Carl Hetherington
2026-02-13Fix old macOS build.Carl Hetherington
2026-02-13Supporters update.Carl Hetherington
2026-02-11Support wxDD_MULTIPLE in DirDialog.Carl Hetherington
2026-02-10Fix subtitle area rectangle with offset (#3138).Carl Hetherington
2026-02-10Improve vertical position of link buttons with GTK3.Carl Hetherington
2026-02-10Add link button for subtitle scale.Carl Hetherington
2026-02-10Extract weird link button size logic to wx_util.{cc,h}.Carl Hetherington
2026-02-09Supporters update.Carl Hetherington
2026-02-08Fix a few unwrapped boost::filesystem calls that had crept in.Carl Hetherington
2026-02-08Don't allow the maximum bit rates to be set below the "standard" maximum.Carl Hetherington
This option is meant to be for making non-standard DCPs, not setting a maximum for any other reason.
2026-02-02Don't draw the playhead so often.Carl Hetherington
2026-01-26Supporters update.v2.18.36Carl Hetherington
2026-01-15Remove confusing ellipsis (there is no further dialog on choosing a menu ↵Carl Hetherington
option here).
2026-01-15Fix Lightbenders name.Carl Hetherington
2026-01-14Supporters update.Carl Hetherington
2026-01-13Add context menu option to verify DCPs from the main DoM (#2054).Carl Hetherington
2026-01-13Rename n -> ffmpeg_count and use count_if().Carl Hetherington
2026-01-13White space: content_menu.{cc,h}Carl Hetherington
2026-01-11Add ko_KR translation stub.Carl Hetherington
2026-01-09Supporters update.Carl Hetherington
2026-01-09Use inaccurate seek when clicking in the timeline, like we do with the slider.Carl Hetherington
Otherwise sometimes the frame view doesn't get updated (not sure why).
2026-01-06Updated nl_NL translation from Rob van Nieuwkerk.Carl Hetherington
2026-01-05pot/merge.Carl Hetherington