aboutsummaryrefslogtreecommitdiff
path: root/qml/TerminalItem.qml
AgeCommit message (Expand)Author
2015-08-15Restructure QML and JS sourcesAdrian Kummerlaender
2015-08-13Implement `kill` commandAdrian Kummerlaender
2015-08-12Change color setting types to `string`Adrian Kummerlaender
2015-08-05Make index font size dependent on configured prompt font sizeAdrian Kummerlaender
2015-08-04Display overlay even when resize operation is preventedAdrian Kummerlaender
2015-08-04Added overlay background and font color to settingsAdrian Kummerlaender
2015-07-26Extended available settings and changed them to value propertiesAdrian Kummerlaender
2015-07-26Added support for permanently storing settingsAdrian Kummerlaender
2015-07-25Extracted highlighter rectangles into separate componentAdrian Kummerlaender
2015-07-25Reimplemented `delete` command as more of a `reset` commandAdrian Kummerlaender
2015-07-21Introduced `frameWidth` property and defined minimum terminal linesAdrian Kummerlaender
2015-07-19Maximized terminal widthAdrian Kummerlaender
2015-07-18Moved terminal resizing methods to `TerminalItem`Adrian Kummerlaender
2015-07-18Added terminal resizing commandsAdrian Kummerlaender
2015-07-06Added `terminal` property to TerminalItemAdrian Kummerlaender
2015-07-05Replaced ScrollBar with terminal instance indexAdrian Kummerlaender
2015-07-05Embedded QML into C++ applicationAdrian Kummerlaender