aboutsummaryrefslogtreecommitdiff
path: root/qml/StateHandler.qml
AgeCommit message (Collapse)Author
2015-07-24Implemented basic delete command in normal modeAdrian Kummerlaender
2015-07-20Moved UI mode implementation into separate `StateHandler`Adrian Kummerlaender
`ApplicationWindow` doesn't offer QML State support but as this functionality lends itself quite well to the _Vim like_ UI mode paradigm it was moved into a `Item` based component.