aboutsummaryrefslogtreecommitdiff
path: root/src/ui.qrc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-08-29 22:12:49 +0200
committerAdrian Kummerlaender2015-08-29 22:12:49 +0200
commit0dd49584e26c294e3fb25347969f61bca84afb5f (patch)
treee84adbe9014d155a185cc2f6539ef34732b6474f /src/ui.qrc
parent77d4b29ffd337b747448ce0f1a6f6e3457d8cd05 (diff)
downloadMetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar.gz
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar.bz2
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar.lz
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar.xz
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.tar.zst
MetaTerm-0dd49584e26c294e3fb25347969f61bca84afb5f.zip
Automatically destroy terminal when killed and display history
Child processes of _MetaTerm_ may be terminated using other ways that the integrated kill command. Automatic terminal widget destruction in such a event prevents the user from viewing the output of non-interactive applications. This requires _MetaTerm_ to display the application's output after it was terminated. This requirement is implemented via the new `HistoryViewer` widget that is instantiated after the terminal widget instance has been destroyed.
Diffstat (limited to 'src/ui.qrc')
-rw-r--r--src/ui.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.qrc b/src/ui.qrc
index 916fb43..32e2c06 100644
--- a/src/ui.qrc
+++ b/src/ui.qrc
@@ -8,6 +8,7 @@
<file alias="CommandInput.qml">command/CommandInput.qml</file>
<file alias="commands.js">command/commands.js</file>
<file alias="EmbeddedTerminal.qml">widget/EmbeddedTerminal.qml</file>
+ <file alias="HistoryViewer.qml">widget/HistoryViewer.qml</file>
<file alias="Highlighter.qml">widget/Highlighter.qml</file>
</qresource>
</RCC>