aboutsummaryrefslogtreecommitdiff
path: root/qml
AgeCommit message (Expand)Author
2015-08-15Restructure QML and JS sourcesAdrian Kummerlaender
2015-08-14Display exceptions during `exec` processing as errorsAdrian Kummerlaender
2015-08-13Implement `kill` commandAdrian Kummerlaender
2015-08-13Implement `ls` commandAdrian Kummerlaender
2015-08-12Change color setting types to `string`Adrian Kummerlaender
2015-08-12Add command output error font color to settingsAdrian Kummerlaender
2015-08-12Add special error formatting to command outputAdrian Kummerlaender
2015-08-11Add command output log to UIAdrian Kummerlaender
2015-08-10Implement proper handling of unimplemented commandsAdrian Kummerlaender
2015-08-09Return to normal mode after command evaluationAdrian Kummerlaender
2015-08-09Implement `jump` commandAdrian Kummerlaender
2015-08-09Implement basic command dispatch logicAdrian Kummerlaender
2015-08-07Extracted terminal list into separate componentAdrian Kummerlaender
2015-08-07Implemented basic command modeAdrian Kummerlaender
2015-08-06Rename insert mode change actionsAdrian 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-04Increased overlay animation durationAdrian Kummerlaender
2015-08-04Added highlighter default and focus colors to settingsAdrian Kummerlaender
2015-08-04Added overlay background and font color to settingsAdrian Kummerlaender
2015-08-04Fixed overlay display animation timeoutAdrian Kummerlaender
2015-08-04Implemented basic terminal size overlayAdrian Kummerlaender
2015-07-27Enabled keybinding customization via 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-24Implemented basic delete command in normal modeAdrian Kummerlaender
2015-07-21Introduced `frameWidth` property and defined minimum terminal linesAdrian Kummerlaender
2015-07-20Moved UI mode implementation into separate `StateHandler`Adrian Kummerlaender
2015-07-19Removed unnecessary `QMLTermWidget` background rectangleAdrian 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