summaryrefslogtreecommitdiff
path: root/src/wx/wscript
AgeCommit message (Collapse)Author
2025-05-27Move i18n setup into 3 separate platform files.Carl Hetherington
2025-03-02Rename config_dialog.{cc,h} -> preferences_page.{cc,h}Carl Hetherington
Also trim some includes.
2025-03-02Move General preferences tab parent to its own file.Carl Hetherington
2025-03-02Move Sound preferences to its own file.Carl Hetherington
2025-03-02Move Locations preferences to its own file.Carl Hetherington
2025-03-02Move Keys preferences to its own file.Carl Hetherington
2025-03-02Use a customised config dialog for the KDM creator.Carl Hetherington
2025-03-01Move KDM Email preferences page to its own file.Carl Hetherington
2025-03-01Move Email preferences page to its own file.Carl Hetherington
2025-03-01Move CertificateChainEditor to its own files and format white space.Carl Hetherington
2025-02-23Rename VerifyDCPProgressDialog -> VerifyDCPDialog.Carl Hetherington
2025-02-23Make the player verify UI more like the standalone one.Carl Hetherington
2025-01-01Add shorter output panel for KDMs on smaller screens (#2646).Carl Hetherington
2025-01-01Split KDMOutputPanel into TallKDMOutputPanel and a base.Carl Hetherington
The TallKDMOutputPanel is just responsible for layout out the controls.
2024-11-27Remove beta-grade warning in the Disk Writer.Carl Hetherington
I hope I don't live to regret this.
2024-10-19Fix installation of our extra fa_IR.mo on Linux.Carl Hetherington
2024-10-14Install fa_IR wxWidgets translations.Carl Hetherington
2024-10-14Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-09-29Arch's FFmpeg is in an unusual place so we have to get the includes for it.Carl Hetherington
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2024-07-26Merge branch 'main' into v2.17.xCarl Hetherington
2024-07-26Stop instantiating RtAudio all over the placeCarl Hetherington
and instead just have a singleton. On Windows I saw a situation where the first instantiation would use ASIO and the second WASAPI, causing all kinds of confusion.
2024-07-12Remove some more stuff related to the old "instant i18n" feature.Carl Hetherington
2024-05-18Remember position and size of caption list view.Carl Hetherington
2024-05-08Merge remote-tracking branch 'origin/main' into v2.17.xCarl Hetherington
2024-05-06Use sqlite for cinema and DKDM recipient lists.Carl Hetherington
2024-05-04Remove in-place translations support.Carl Hetherington
It feels like there have been too many failed attempts and not enough (maybe zero?) successes so it's just too confusing.
2024-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2024-04-16Split VerifyDCPResultDialog into a panel and a dialog.Carl Hetherington
2024-04-16Rename VerifyDCPDialog -> VerifyDCPResultDialog.Carl Hetherington
2024-03-12Add new interface for setting reel breaks (#2678).2678-reel-breakCarl Hetherington
2024-03-12Rename TimelineTextContentView -> ContentTimelineTextView.Carl Hetherington
2024-03-12Rename TimelineVideoContentView -> ContentTimelineVideoView.Carl Hetherington
2024-03-12Rename TimelineAudioContentView -> ContentTimelineAudioView.Carl Hetherington
2024-03-12Rename TimelineAtmosContentView -> ContentTimelineAtmosView.Carl Hetherington
2024-03-12Rename TimelineDialog -> ContentTimelineDialog.Carl Hetherington
2024-03-12Split out Timeline from ContentTimeline.Carl Hetherington
2024-03-12Rename TimelineView -> ContentTimelineView.Carl Hetherington
2024-03-12Rename Timeline -> ContentTimeline.Carl Hetherington
2024-01-28Add Version File dialog.Carl Hetherington
2023-11-20Add a dialog to show which screens have potentially-problematicCarl Hetherington
certificate validity periods when making KDMs (#2645).
2023-01-07Add DirDialog.Carl Hetherington
2023-01-04Add FileDialog (wrapping wxFileDialog); currently it sets up the initial ↵Carl Hetherington
path nicely.
2022-11-29Extract RegionSubtagWidget.Carl Hetherington
2022-11-24Extract RegionSubtagDialog to its own files.Carl Hetherington
2022-11-24Extract LanguageSubtagPanel to its own files.Carl Hetherington
2022-11-24Extract SubtagListCtrl to its own files.Carl Hetherington
2022-10-11Hack to fix wxChoice heights on KDE (#2343).Carl Hetherington
2022-08-08Use wxNO_UNSAFE_WXSTRING_CONV and fix a bug it reveals.Carl Hetherington
2022-06-03Allow sending KDMs to more emails (#2244).Carl Hetherington