Missed update to private test repo version.
[dcpomatic.git] / src / wx / screens_panel.h
2023-10-17 Carl HetheringtonAdd button to show only checked screens in the KDM...
2023-01-17 Carl HetheringtonUse collator to search for screens (#2426).
2023-01-16 Carl HetheringtonDouble-click to edit cinemas/screens.
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 HetheringtonRefresh cinemas UI if the cinemas.xml file location...
2022-08-30 Carl HetheringtonHandle failures to write cinemas.xml more nicely.
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-04-21 Carl HetheringtonDisable warnings around all wx includes.
2022-03-21 Carl HetheringtonFix build error on mac.
2022-03-20 Carl HetheringtonAdd check/uncheck all buttons to screens panel.
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-11 Carl HetheringtonAllow editing of a screen's cinema / adding a new scree...
2022-03-09 Carl HetheringtonSwitch a list for vector.
2022-03-09 Carl HetheringtonUse checkboxes to decide which screens KDMs will be...
2021-02-03 Carl HetheringtonUse strcoll() to compare cinemas/screens in the KDM...
2021-02-03 Carl Hetheringtonc++11 tidying.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-21 Carl HetheringtonSelect newly-added cinemas.
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonHide warnings triggered by Ubuntu 20.04's gcc.
2019-05-10 Carl HetheringtonPut Font and Screen into dcpomatic namespace.
2018-12-08 Carl HetheringtonSupport buttons.
2018-02-27 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-02-27 Carl HetheringtonAdd a load of explicit keywords.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
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-11-05 Carl HetheringtonAdd console to dcpomatic_kdm on Windows. Tweak layout...
2015-10-09 Carl HetheringtonSplit screens panel from KDMDialog.