Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | Make index font size dependent on configured prompt font size | Adrian Kummerlaender | |
2015-08-04 | Display overlay even when resize operation is prevented | Adrian Kummerlaender | |
This provides further visual feedback to the user that she has hit a limit. Reduced ease out animation duration to match duration of the highligher focus / defocus animations. | |||
2015-08-04 | Added overlay background and font color to settings | Adrian Kummerlaender | |
This is required as the default white on black may not fit e.g. bright color schemes. | |||
2015-07-26 | Extended available settings and changed them to value properties | Adrian Kummerlaender | |
Otherwise each runtime change of a property leads to storing the new value to disk which we don't want - setting changes should be explicit and visible as such. | |||
2015-07-26 | Added support for permanently storing settings | Adrian Kummerlaender | |
2015-07-25 | Extracted highlighter rectangles into separate component | Adrian Kummerlaender | |
2015-07-25 | Reimplemented `delete` command as more of a `reset` command | Adrian Kummerlaender | |
Pressing `d` in normal mode causes the current embedded terminal to be destroyed and the containing terminal item to be reset into its initial state. This allows for much more flexible usage of _MetaTerm_. To prevent unnecessary terminal item instantiations the `onExecuted` signal was extended to provide a `index` argument containing the sender terminal's index. | |||
2015-07-21 | Introduced `frameWidth` property and defined minimum terminal lines | Adrian Kummerlaender | |
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 | |