index
:
MetaTerm
master
Terminal like UI for launching multiple terminal shells and applications
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qml
Age
Commit message (
Expand
)
Author
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
2015-08-07
Extracted terminal list into separate component
Adrian Kummerlaender
2015-08-07
Implemented basic command mode
Adrian Kummerlaender
2015-08-06
Rename insert mode change actions
Adrian Kummerlaender
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
2015-08-04
Increased overlay animation duration
Adrian Kummerlaender
2015-08-04
Added highlighter default and focus colors to settings
Adrian Kummerlaender
2015-08-04
Added overlay background and font color to settings
Adrian Kummerlaender
2015-08-04
Fixed overlay display animation timeout
Adrian Kummerlaender
2015-08-04
Implemented basic terminal size overlay
Adrian Kummerlaender
2015-07-27
Enabled keybinding customization via settings
Adrian Kummerlaender
2015-07-26
Extended available settings and changed them to value properties
Adrian Kummerlaender
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
2015-07-24
Implemented basic delete command in normal mode
Adrian Kummerlaender
2015-07-21
Introduced `frameWidth` property and defined minimum terminal lines
Adrian Kummerlaender
2015-07-20
Moved UI mode implementation into separate `StateHandler`
Adrian Kummerlaender
2015-07-19
Removed unnecessary `QMLTermWidget` background rectangle
Adrian Kummerlaender
2015-07-19
Maximized terminal width
Adrian Kummerlaender
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
2015-07-05
Replaced ScrollBar with terminal instance index
Adrian Kummerlaender
2015-07-05
Embedded QML into C++ application
Adrian Kummerlaender