aboutsummaryrefslogtreecommitdiff
path: root/qml/TerminalList.qml
AgeCommit message (Collapse)Author
2015-08-09Implement `jump` commandAdrian Kummerlaender
Requires type dependent conversion in TerminaList's `selectItem` method as values passed through `eval` are of type `QJSValue` which is not implicitly convertible to Int.
2015-08-07Extracted terminal list into separate componentAdrian Kummerlaender