Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-20 | Moved 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. | |||
2015-07-19 | Removed unnecessary `QMLTermWidget` background rectangle | Adrian Kummerlaender | |
The background color is set accordingly to the color scheme by the widget itself. | |||
2015-07-19 | Maximized terminal width | Adrian Kummerlaender | |
Terminal width is now automatically adjusted to use all available space. Commands to control horizontal terminal height were removed correspondingly. | |||
2015-07-18 | Moved terminal resizing methods to `TerminalItem` | Adrian Kummerlaender | |
2015-07-18 | Added terminal resizing commands | Adrian Kummerlaender | |
2015-07-06 | Added `terminal` property to TerminalItem | Adrian Kummerlaender | |
Makes it easier to access the `QMLTermWidget` instance from both outside and inside `TerminalItem` | |||
2015-07-05 | Replaced ScrollBar with terminal instance index | Adrian Kummerlaender | |
2015-07-05 | Embedded QML into C++ application | Adrian Kummerlaender | |