Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rearrange the Lumina source tree quite a bit: | Ken Moore | 2016-04-25 |
| | | | | Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. | ||
* | Get some more of the terminal cleaned up. Now the initial work directory can ↵ | Ken Moore | 2016-03-14 |
| | | | | be specified ahead of time. | ||
* | Get the backspace/delete keys working. | Ken Moore | 2016-03-14 |
| | |||
* | Add some more work on moving ANSI cursor control codes over to the widget. | Ken Moore | 2016-03-12 |
| | |||
* | Get the terminal resizing routine working, and also get the up/down arrows ↵ | Ken Moore | 2016-03-11 |
| | | | | functional (mostly). | ||
* | Start adding the compatibility section for various key presses/codes. The ↵ | Ken Moore | 2016-03-10 |
| | | | | exact replacements are commented out as they are still unfunctional. | ||
* | Clean up a lot of the ANSI control codes (tested with csh) | Ken Moore | 2016-03-10 |
| | |||
* | Finish cleaning up the TTY Process class, and get it setup for close ↵ | Ken Moore | 2016-03-10 |
| | | | | notifications as well. Now the TTY Process thing is finished, just need to fix up the binary data display on the widget side of things. | ||
* | Now we can send input back to the TTY | Kris Moore | 2016-03-10 |
| | |||
* | Now we can successfully read from the pty, needs cleanup on how we display | Kris Moore | 2016-03-10 |
| | | | | the output, and nothing is connected to send data back yet | ||
* | Convert TTYprocess to a QFile, add some testing for execvp (which makes | Kris Moore | 2016-03-09 |
| | | | | the shell start, but then terminal hangs) | ||
* | Oops, forgot to add the new TtyProcess files in the last commit. | Ken Moore | 2016-03-09 |