Missed update to private test repo version.
[dcpomatic.git] / src / wx / screens_panel.cc
2024-01-09 Carl HetheringtonMove ScopeGuard into libdcp.
2023-10-17 Carl HetheringtonAdd button to show only checked screens in the KDM...
2023-10-17 Carl HetheringtonFix crash when removing multiple cinemas caused by...
2023-03-03 Carl HetheringtonUn-check screens when they or their cinema are deleted.
2023-01-17 Carl HetheringtonUse collator to search for screens (#2426).
2023-01-16 Carl HetheringtonDouble-click to edit cinemas/screens.
2023-01-16 Carl HetheringtonStack-allocate wxDialog instead of using wx_ptr.
2023-01-16 Carl HetheringtonManually call selection_changed() after removing a...
2023-01-14 Carl HetheringtonAdd wx_ptr and use it instead of ScopeGuard in a lot...
2022-11-23 Carl HetheringtonFix crash when adding cinemas while a search is in...
2022-11-23 Carl HetheringtonCleanup: extract sorted_cinemas().
2022-11-23 Carl HetheringtonCleanup: add convert_to_lower() and matches_search().
2022-10-18 Carl HetheringtonExtract Collator class.
2022-08-30 Carl HetheringtonFix incorrect ordering when adding cinemas.
2022-08-30 Carl HetheringtonFix previous.
2022-08-30 Carl HetheringtonRefresh cinemas UI if the cinemas.xml file location...
2022-08-30 Carl HetheringtonCleanup: white space.
2022-08-30 Carl HetheringtonHandle failures to write cinemas.xml more nicely.
2022-08-30 Carl HetheringtonCleanup: use some better variable names and ScopeGuards.
2022-05-08 Carl HetheringtonAdd new screen to the right place just after adding...
2022-03-20 Carl HetheringtonAdd check/uncheck all buttons to screens panel.
2022-03-19 Carl HetheringtonWe can (and should) get the screens straight from _chec...
2022-03-19 Carl HetheringtonNow we don't need _cinemas and _screens any more.
2022-03-19 Carl HetheringtonFix _selected_* to only store pointers to things.
2022-03-18 Carl HetheringtonSpeed things up by sorting before adding cinemas.
2022-03-18 Carl HetheringtonPreserve checked status during search (#2212).
2022-03-18 Carl HetheringtonAdd an initialisation in the class.
2022-03-18 Carl HetheringtonAlso keep maps the other way around.
2022-03-18 Carl HetheringtonKeep maps of wxTreeListItem to Cinema/Screen.
2022-03-17 Carl HetheringtonUse the ICU library to sort cinemas rather than strcoll...
2022-03-17 Carl HetheringtonUse a vector<pair<...>> to store screens and cinemas...
2022-03-17 Carl HetheringtonReplace class shim with a custom comparator.
2022-03-17 Carl HetheringtonFix weird placement of SetSortColumn() call causing...
2022-03-17 Carl HetheringtonCleanup: use some better variable names.
2022-03-11 Carl HetheringtonAllow editing of a screen's cinema / adding a new scree...
2022-03-09 Carl HetheringtonAdd search_ctrl_height()
2022-03-09 Carl HetheringtonC++11 cleanup.
2022-03-09 Carl HetheringtonSwitch a list for vector.
2022-03-09 Carl HetheringtonUse checkboxes to decide which screens KDMs will be...
2022-03-09 Carl HetheringtonDisplay the filename / URL that a screen certificate...
2021-02-03 Carl HetheringtonUse strcoll() to compare cinemas/screens in the KDM...
2021-02-03 Carl Hetheringtonc++11 tidying.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-21 Carl HetheringtonConfirm removal of cinemas and screens.
2020-12-21 Carl HetheringtonSelect newly-added cinemas.
2020-06-08 Carl HetheringtonAssorted GTK3 layout tidying in KDM dialogs.
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-05-10 Carl HetheringtonPut Font and Screen into dcpomatic namespace.
2018-12-08 Carl HetheringtonSupport buttons.
2017-03-07 Carl HetheringtonMerge.
2017-03-07 Carl HetheringtonHandle failure to write to cinemas file more nicely.
2016-11-19 Carl HetheringtonNo-op; rename a whole load of wx constants to their...
2016-11-17 Carl HetheringtonPrevent duplicate screen names within a cinema (#1007).
2016-11-16 Carl HetheringtonFurther fix KDM dialog Z-order on OS X (#979).
2016-11-08 Carl HetheringtonProvide correct parent to dialogue box to avoid z-order...
2016-07-29 Carl HetheringtonRearrange KDM window and replace OK/Cancel with Make...
2016-06-21 Carl HetheringtonRevert "Use make_shared<>."
2016-06-21 Carl HetheringtonUse make_shared<>.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-04-29 Carl HetheringtonAdd free-text notes field to cinemas and screens.
2016-04-25 Carl HetheringtonMissing i18n tags.
2016-04-22 Carl HetheringtonTweak vertical layout in the KDM creator (#833).
2016-04-11 Carl HetheringtonAdd UTC-3:30 timezone to cinema (#831).
2016-03-08 Carl HetheringtonFix merge.
2016-03-08 Carl HetheringtonAdd GUI and storage for UTC offset in Cinema.
2016-01-10 Carl HetheringtonAllow removal of multiple cinemas / screens.
2016-01-08 Carl HetheringtonDon't expand all cinemas on opening KDM dialogs (#779).
2016-01-06 Carl HetheringtonMerge.
2015-12-23 Carl HetheringtonTidy up ScreensPanel code a bit.
2015-12-23 Carl HetheringtonAdd search button to screens panel.
2015-12-23 Carl HetheringtonAdd a stored list of DKDMs to the creator rather than...
2015-12-22 Carl HetheringtonFix hang when removing screens.
2015-11-15 Carl HetheringtonSave trusted devices.
2015-11-15 Carl HetheringtonSome renaming of certificate -> recipient.
2015-11-15 Carl HetheringtonRename certificate -> recipient in Screen.
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-11-06 Carl HetheringtonSort cinemas in screens panel (#726).
2015-11-05 Carl HetheringtonAdd console to dcpomatic_kdm on Windows. Tweak layout...
2015-10-09 Carl HetheringtonSplit screens panel from KDMDialog.