From 359c878cbfe97dafad328c748ae744b38a7dbd5b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 7 Aug 2015 14:42:32 +0200 Subject: Implemented basic command mode Exposes access to the application via JavaScript to the user. This will enable easy configuration changes as well as make more complex commands possible. All JavaScript entered in command mode is evaluated at the application root. --- qml/ui.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/ui.qrc') diff --git a/qml/ui.qrc b/qml/ui.qrc index 1bc4c62..ae9e8e7 100644 --- a/qml/ui.qrc +++ b/qml/ui.qrc @@ -5,5 +5,6 @@ TerminalItem.qml EmbeddedTerminal.qml Highlighter.qml + CommandInput.qml -- cgit v1.2.3