aboutsummaryrefslogtreecommitdiff
path: root/desktop-utilities
Commit message (Expand)AuthorAge
* Oops - forgot to "git add" the new lumina-session files.Ken Moore2016-04-26
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
* Commit a few random changes on my dev system - just to sync up with the repo.Ken Moore2016-04-25
* Add some alternate keywords for the c++ syntax rules (built-in functions: for...Ken Moore2016-04-22
* Fix up the mouse focus when switching tabs around.Ken Moore2016-04-21
* Fix up the bracket matching routine to accomodate for nested brackets.Ken Moore2016-04-21
* Fix up the syntax rule for highlighting quoted string. Now it will properly w...Ken Moore2016-04-21
* Make the bracket highlighting also check the previous character if nothing fo...Ken Moore2016-04-21
* Also make sure the current tab/filename is reflected in the window title for ...Ken Moore2016-04-21
* Set the width of the "tab" character to be == 8 spaces (UNIX standard)Ken Moore2016-04-21
* Another minor change to lumina-textedit: Add a "preprocessor" syntax color, a...Ken Moore2016-04-21
* Add all the translation files for lumina-textedit.Ken Moore2016-04-21
* Get a full color editor/modifier added to the tool. Now all colors can be cha...Ken Moore2016-04-19
* Get find/replace support fully implemented.Ken Moore2016-04-19
* Some more work on lumina-textedit.Ken Moore2016-04-19
* Get a lot more of lumina-textedit done. Almost everything is complete now exc...Ken Moore2016-04-19
* Get almost everything else setup and functional. Now tabs can be closed/opene...Ken Moore2016-04-18
* Some more updates to lumina-textedit: Starting to get the buttons all hooked ...Ken Moore2016-04-15
* Add a bunch more work on the new lumina-textedit. Putting the tabbed-wrapper ...Ken Moore2016-04-15
* Get parenthesis/bracket highlighting into the text edit - now all the basics ...Ken Moore2016-04-15
* Get all the C/C++/Qt syntax highlighting rules all setup. Now the last piece ...Ken Moore2016-04-15
* Get some more of the terminal cleaned up. Now "vi" has partial support (still...Ken Moore2016-04-14
* Clean up a bit more of the terminal widget/interactions.Ken Moore2016-04-14
* Add a start for a Qt text editor (mainly for playing around - but it could tu...Ken Moore2016-04-14
* Fix up some selection/cursor handling so the user cannot change the current c...Ken Moore2016-04-13
* Get some more of the terminal cleaned up.Ken Moore2016-04-13
* Get the home/end keys functional.Ken Moore2016-04-13
* Get the new terminal in a more functional state - highlight/copy/paste are no...Ken Moore2016-04-13
* Get more of the terminal working. Now all the special xterm stuff is getting ...Ken Moore2016-04-11
* Get some more of the terminal cleaned up. Now the initial work directory can ...Ken Moore2016-03-14
* Add the ANSI graphics support (most common ones) so that the text is bold/ita...Ken Moore2016-03-14
* Finish getting the special keys handled in lumina-terminal. Now the terminal ...Ken Moore2016-03-14
* Get the left/right arrow keys working properly.Ken Moore2016-03-14
* Get the backspace/delete keys working.Ken Moore2016-03-14
* Add some more work on moving ANSI cursor control codes over to the widget.Ken Moore2016-03-12
* Get the terminal resizing routine working, and also get the up/down arrows fu...Ken Moore2016-03-11
* Start adding the compatibility section for various key presses/codes. The exa...Ken Moore2016-03-10
* Clean up a lot of the ANSI control codes (tested with csh)Ken Moore2016-03-10
* Finish cleaning up the TTY Process class, and get it setup for close notifica...Ken Moore2016-03-10
* Now we can send input back to the TTYKris Moore2016-03-10
* Now we can successfully read from the pty, needs cleanup on how we displayKris Moore2016-03-10
* Push some debugging for pty readingKris Moore2016-03-10
* Fix a freeze when starting the pty process, can't ReadAll() if nothingKris Moore2016-03-09
* Fix setting up the execvp args, the [0] needs to be the actual program,Kris Moore2016-03-09
* Convert TTYprocess to a QFile, add some testing for execvp (which makesKris Moore2016-03-09
* Oops, forgot to add the new TtyProcess files in the last commit.Ken Moore2016-03-09
* Get a bunch more of the lumina-terminal app written up. Still not quite done ...Ken Moore2016-03-09
* Add a few more built-in Qt paths to the OS-detect file, and commit a bit more...Ken Moore2016-02-02
* Add my work-in-progress for a lumina-terminal application. This is *not* read...Ken Moore2015-09-17
bgstack15