Changes from v1: - more blank lines and comments in complex code - replaced a redundant property with public attribute - replaced fire_gtk_action() by gtk_call_once() for entering spokes - removed an overlooked commented-out line of code
Martin Kolman (1): Add support for autostep and --autoscreenshot (#1234896)
pyanaconda/constants.py | 4 + pyanaconda/iutil.py | 27 ++++++ pyanaconda/ui/gui/__init__.py | 172 +++++++++++++++++++++++++++++++---- pyanaconda/ui/gui/hubs/__init__.py | 55 +++++++++++ pyanaconda/ui/gui/spokes/__init__.py | 9 ++ pyanaconda/ui/gui/spokes/welcome.py | 5 +- 6 files changed, 253 insertions(+), 19 deletions(-)