aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-terminal/TermWindow.cpp
Commit message (Collapse)AuthorAge
* Move the unfinished utilities in Lumina over to an "experimental" directory.Ken Moore2017-04-27
|
* Fix up some of the focus issues with the terminal and multiple tabsKen Moore2017-01-17
|
* Fix up the auto-hide functionality within the terminal when the term window ↵Ken Moore2016-12-08
| | | | loses focus.
* Disable the auto-hide on activation event - something weird is going on ↵Ken Moore2016-12-07
| | | | (probably due to the special flags on the terminal window).
* Cleanup some more of the terminal functionality:Ken Moore2016-12-07
| | | | | | 1) Auto-hide the window when it loses focus 2) Give the terminal widget focus when it is clicked on 3) When starting the PTY do one interaction with it programmatically to ensure it is *really* ready before the user starts using it.
* Cleanup a bit more of the lumina-terminal. Color support is now in (with ↵Ken Moore2016-06-11
| | | | "xterm" set as the termcap interface), line wrapping is in as needed, the background is a bit more opaque now, and tabs close properly now.
* Some minor updates to lumina-terminal. Enable window transparency (75% ↵Ken Moore2016-04-26
| | | | opaque) for a nice effect.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-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.
bgstack15