summaryrefslogtreecommitdiff
path: root/src/wx/report_problem_dialog.cc
AgeCommit message (Collapse)Author
2025-06-13Only enable report-problem "OK" button when an email address has been entered.Carl Hetherington
Previously we would let users get it wrong, then show an error and dump them back without any report message they might have written.
2025-06-13White space: report_problem_dialog.{cc,h}Carl Hetherington
2024-09-03Remove use of wxT in favour of char_to_wx().Carl Hetherington
The wxWidgets docs advise against its use these days.
2024-09-03Remove some implicit conversions between wxString and std::string.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2022-04-21Disable warnings around all wx includes.Carl Hetherington
2021-07-05Fix alignment.Carl Hetherington
2021-07-05C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-06-08Add a bunch of SetFocus calls.Carl Hetherington
2018-12-08Basics of in-place i18n with support for wxStaticText and wxCheckBox.Carl Hetherington
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-10-10Try harder to stop people entering my email address as a contact when ↵Carl Hetherington
reporting a problem.
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-17Try to warn about the dangers of not providing an email address on problem ↵Carl Hetherington
reports.
2015-10-09Add comment.Carl Hetherington
2015-07-06Problem reporting needs a film.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-11-12OS X build fix.Carl Hetherington
2014-11-06Basic support for emailing a report of a problem (#43).Carl Hetherington