diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-05 06:25:52 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-05 06:25:52 -0500 |
commit | e34d60f58d7845641646eb872bbd9c0e8ee40f2a (patch) | |
tree | fc38d0ae89229df59809b4372c2338b22a8f2bcf /devel | |
parent | 394222a77a55a4b180cbfea726ab0438b2dee2d8 (diff) | |
download | horizon-e34d60f58d7845641646eb872bbd9c0e8ee40f2a.tar.gz horizon-e34d60f58d7845641646eb872bbd9c0e8ee40f2a.tar.bz2 horizon-e34d60f58d7845641646eb872bbd9c0e8ee40f2a.tar.xz horizon-e34d60f58d7845641646eb872bbd9c0e8ee40f2a.zip |
Qt UI: QoI improvements to launching tools
* Terminal now uses dark background with light text, which makes root
prompt readable when started from Install CD.
* Tools are now spawned instead of run modally. This means you can
interact with the Horizon wizard while using the Terminal or Web
browser. If a tool is still running at the end, Horizon will prompt
the user before allowing them to commit to disk.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3_functional.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index f26d7ec..701b557 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -928,6 +928,10 @@ <title>UI.Commit.Buttons</title> <para>The system shall label the Next button as "Install", or its translation.</para> </formalpara> + <formalpara id="UI.Commit.ToolClosure"> + <title>UI.Commit.ToolClosure</title> + <para>The system shall ensure all tools launched via UI.Intro.Tools have been closed. If not, the system shall prompt the user to close them before continuing.</para> + </formalpara> </section> </section> <section id="ui_perform"> |