summaryrefslogtreecommitdiff
path: root/src/wx/gdc_certificate_panel.cc
AgeCommit message (Collapse)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2023-11-26Remove assumption that GDC serials always start with 'A' (apparently there ↵Carl Hetherington
are other prefixes too).
2023-01-13Trim spaces from entries to certificate download pages.Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2020-12-22Accept serial numbers with A prefix entered by user.Carl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2020-05-14Christie FTP contains certificate chains, not just leaf certificates.Carl Hetherington
2020-01-06Move credentials settings into certificate download dialogue (#1480).Carl Hetherington
2019-04-29Ignore the (unrouteable) FTP passive-mode IP address given byv2.13.157Carl Hetherington
the Dolby certificate server (#1541).
2018-08-15Missing extension (thanks Igor).Carl Hetherington
2018-08-15Build fixes.Carl Hetherington
2018-08-15Add GDC and accounts icon.Carl Hetherington