summaryrefslogtreecommitdiff
path: root/src/wx/screens_panel.cc
AgeCommit message (Collapse)Author
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-22Confirm removal of cinemas and screens.Carl Hetherington
2020-12-21Select newly-added cinemas.Carl Hetherington
2020-06-09Assorted GTK3 layout tidying in KDM dialogs.Carl Hetherington
2020-01-03Fix failure to save screen notes when making a new one (github bug #6).Carl Hetherington
2019-05-10Put Font and Screen into dcpomatic namespace.Carl Hetherington
2018-12-08Support buttons.Carl Hetherington
2017-03-07Handle failure to write to cinemas file more nicely.Carl Hetherington
2016-11-19No-op; rename a whole load of wx constants to their shorter equivalents.Carl Hetherington
2016-11-17Prevent duplicate screen names within a cinema (#1007).Carl Hetherington
2016-11-16Further fix KDM dialog Z-order on OS X (#979).Carl Hetherington
2016-11-08Provide correct parent to dialogue box to avoid z-order problems under OS X ↵Carl Hetherington
(part of #979).
2016-07-29Rearrange KDM window and replace OK/Cancel with Make KDM button.Carl Hetherington
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-29Add free-text notes field to cinemas and screens.Carl Hetherington
2016-04-25Missing i18n tags.Carl Hetherington
2016-04-22Tweak vertical layout in the KDM creator (#833).Carl Hetherington
2016-04-11Add UTC-3:30 timezone to cinema (#831).Carl Hetherington
2016-03-08Add GUI and storage for UTC offset in Cinema.Carl Hetherington
2016-01-10Allow removal of multiple cinemas / screens.Carl Hetherington
2016-01-08Don't expand all cinemas on opening KDM dialogs (#779).Carl Hetherington
2015-12-23Tidy up ScreensPanel code a bit.Carl Hetherington
2015-12-23Add search button to screens panel.Carl Hetherington
2015-12-23Add a stored list of DKDMs to the creator rather than just a load button (#767).Carl Hetherington
2015-12-22Fix hang when removing screens.Carl Hetherington
2015-11-15Save trusted devices.Carl Hetherington
2015-11-15Some renaming of certificate -> recipient.Carl Hetherington
2015-11-15Rename certificate -> recipient in Screen.Carl Hetherington
2015-11-13Allow multiple recipients of KDM emails (#745).Carl Hetherington
2015-11-06Sort cinemas in screens panel (#726).Carl Hetherington
2015-11-05Add console to dcpomatic_kdm on Windows. Tweak layout a bit more.Carl Hetherington
Remove unnecessary include from kdm_dialog.h. Unbind selection-changed signal in ScreensPanel destructor to stop it causing problems if it is called during ~ScreensPanel. Add -fno-omit-frame-pointer in case it helps with Dr. Mingw.
2015-10-09Split screens panel from KDMDialog.Carl Hetherington