aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix up lumina-xconfig so it works better with multiple (3+) monitors and cust...Ken Moore2016-04-15
* Make sure that the desktop widget updates itself and any panels on screen/res...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
* Minor cleanup of some build system files. No real changes.Ken Moore2016-04-12
* Remove a couple obsolete shell scripts from the liblumina dir. The new qmake ...Ken Moore2016-04-12
* Get more of the terminal working. Now all the special xterm stuff is getting ...Ken Moore2016-04-11
* Ensure that the current audio volume gets saved to the local file on session ...Ken Moore2016-04-11
* Fix up the multi-monitor adjustment systems in the Lumina session. Now things...Ken Moore2016-04-08
* Fix a bug causing the "open terminal here" dialog not to work properly.JoshDW192016-04-04
* Remove the old commented out resizeEvent() from the cpp file. Not needed anym...Ken Moore2016-04-04
* Merge pull request #215 from q5sys/masterKen Moore2016-04-02
|\
| * commeting out broken resize functionq5sys2016-04-02
| * re-added lost } during last editq5sys2016-04-02
* | Merge pull request #214 from q5sys/masterKen Moore2016-03-31
|\|
| * Update MainUI.hq5sys2016-03-31
| * removed: QMainWindow::closeEvent(ev);q5sys2016-03-31
|/
* Merge pull request #213 from q5sys/patch-1Ken Moore2016-03-31
|\
| * Update MainUI.hq5sys2016-03-30
| * Update MainUI.hq5sys2016-03-30
| * Update MainUI.cppq5sys2016-03-30
| * Update MainUI.cppq5sys2016-03-30
| * Update MainUI.cppq5sys2016-03-30
| * Update MainUI.cppq5sys2016-03-30
| * Update MainUI.cppq5sys2016-03-30
|/
* Merge pull request #212 from q5sys/masterKen Moore2016-03-29
|\
| * Update MainUI.cppq5sys2016-03-29
| * Update MainUI.uiq5sys2016-03-29
bgstack15