Age | Commit message (Expand) | Author |
2015-12-15 | Separate widgets into primary and augmenting itemsHEADmaster | Adrian Kummerlaender |
2015-12-15 | Extract terminal resize overlay into separate QML item | Adrian Kummerlaender |
2015-12-14 | Extract terminal status line into separate QML item | Adrian Kummerlaender |
2015-12-14 | Add terminal status bar background | Adrian Kummerlaender |
2015-12-13 | Implement terminal status line prototype | Adrian Kummerlaender |
2015-12-12 | Add PID to `ls` output | Adrian Kummerlaender |
2015-12-12 | Expose session PID and current working directory | Adrian Kummerlaender |
2015-12-12 | Add initial working directory to settings handler | Adrian Kummerlaender |
2015-12-05 | Implement `cd` command to enable changing _MetaTerm_'s working directory | Adrian Kummerlaender |
2015-09-05 | Add `kill` action to normal mode | Adrian Kummerlaender |
2015-09-04 | Add `reset` command to restore the previous functionality of `kill` | Adrian Kummerlaender |
2015-09-04 | Reimplemented `kill` command using actual signal sending | Adrian Kummerlaender |
2015-09-03 | Enable line wrapping in history view | Adrian Kummerlaender |
2015-09-03 | Reduce `TerminalItem` command input default font size | Adrian Kummerlaender |
2015-09-03 | Remove default padding from `TerminalItem` command input | Adrian Kummerlaender |
2015-08-31 | Improve scrolling to items larger than the viewport | Adrian Kummerlaender |
2015-08-31 | Adapt focus and input scoping to respect history viewer | Adrian Kummerlaender |
2015-08-30 | Prevent visual selection change on `kill` command | Adrian Kummerlaender |
2015-08-30 | Add launcher program and argument to configuration | Adrian Kummerlaender |
2015-08-30 | Make command output selectable and rich by default | Adrian Kummerlaender |
2015-08-30 | Make text in history view selectable | Adrian Kummerlaender |
2015-08-30 | Only enter insert mode after history instatiation on last item | Adrian Kummerlaender |
2015-08-30 | Defer command interpretation to `sh` | Adrian Kummerlaender |
2015-08-30 | Ease consecutive non-interactive executions and fix mode change | Adrian Kummerlaender |
2015-08-29 | Automatically destroy terminal when killed and display history | Adrian Kummerlaender |
2015-08-23 | Add basic usage documentation to README.md | Adrian Kummerlaender |
2015-08-22 | Use window background as `TerminalItem` selection text color | Adrian Kummerlaender |
2015-08-22 | Replaced unnecessary `eval` calls in settings getter and setter | Adrian Kummerlaender |
2015-08-22 | Update README.md as the necessary patches were merged | Adrian Kummerlaender |
2015-08-22 | Hide category property in `set` key suggestions | Adrian Kummerlaender |
2015-08-21 | Implement automatic key suggestion in `set` command | Adrian Kummerlaender |
2015-08-21 | Improve `exec` output type handling | Adrian Kummerlaender |
2015-08-21 | Add `q` command to close _MetaTerm_ in command mode | Adrian Kummerlaender |
2015-08-19 | Improve handling of non-existing properties in `set` | Adrian Kummerlaender |
2015-08-19 | Prevent trailing whitespace from resetting configuration values | Adrian Kummerlaender |
2015-08-19 | Add `set` command to ease configuration changes | Adrian Kummerlaender |
2015-08-19 | Extract all settings into `SettingsHandler` object | Adrian Kummerlaender |
2015-08-15 | Expose component settings as properties | Adrian Kummerlaender |
2015-08-15 | Restructure QML and JS sources | Adrian Kummerlaender |
2015-08-14 | Display exceptions during `exec` processing as errors | Adrian Kummerlaender |
2015-08-13 | Implement `kill` command | Adrian Kummerlaender |
2015-08-13 | Implement `ls` command | Adrian Kummerlaender |
2015-08-12 | Change color setting types to `string` | Adrian Kummerlaender |
2015-08-12 | Add command output error font color to settings | Adrian Kummerlaender |
2015-08-12 | Add special error formatting to command output | Adrian Kummerlaender |
2015-08-11 | Add command output log to UI | Adrian Kummerlaender |
2015-08-10 | Implement proper handling of unimplemented commands | Adrian Kummerlaender |
2015-08-09 | Return to normal mode after command evaluation | Adrian Kummerlaender |
2015-08-09 | Implement `jump` command | Adrian Kummerlaender |
2015-08-09 | Implement basic command dispatch logic | Adrian Kummerlaender |