aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Merge pull request #204 from rezso/masterKen Moore2016-03-11
|\
| * use relative icon paths in desktop filesrezso2016-03-11
|/
* Get the terminal resizing routine working, and also get the up/down arrows fu...Ken Moore2016-03-11
* Fix up the detection of sloppy URL's (www.<something>) - treat them as http U...Ken Moore2016-03-11
* Significant update to mime-type handling.Ken Moore2016-03-11
* Clean up some random gnome icon paths in the lumina-fileinfo mainUI.ui file.Ken Moore2016-03-11
* change from a absolute to relative path for the icon in the lumina-support.de...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
* Update the window movement routine to use an alternate ICCCM WM request for f...Ken Moore2016-03-08
* Cleanup all the DESTDIR usage within the project files. Now this can be easil...Ken Moore2016-03-04
* Merge pull request #196 from Nanolx/masterKen Moore2016-03-02
|\
| * bump debian/changelogChristopher Roy Bratusek2016-03-01
| * build dbgsym packagesChristopher Roy Bratusek2016-03-01
| * Update Debian GNU/Linux packaging scriptsChristopher Roy Bratusek2016-03-01
| * OS-detect.pri: remove Fedora portion, as Fedora's lumina-desktop.spec build f...Christopher Roy Bratusek2016-03-01
| * OS-detect.pri: don't forcefully override PREFIXChristopher Roy Bratusek2016-03-01
| * fixup OS-detect.pri so that externally passed variables from qmake actually t...Christopher Roy Bratusek2016-03-01
|/
* Remove the "Terminal" and "StartupNotify" entries within the lumina-supprot.d...Ken Moore2016-02-26
* Fix a typo in the "nl" translation file for lumina-fileinfo.Ken Moore2016-02-26
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-02-25
|\
| * Merge pull request #193 from zyixc/Lumina-NLKen Moore2016-02-23
| |\
| | * Add dutch translation for i18n/lumina-wmZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-searchZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-screenshotZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-openZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-infoZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-fmZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-fileinfoZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-desktopZyixc2016-02-22
| | * Add dutch translation for i18n/lumina-configZyixc2016-02-22
| |/
* / Remove the "-o" options from the reboot/shutdown commands in Lumina - this by...Ken Moore2016-02-25
|/
* Tag version 0.9.0-devel on the master branch (corresponds to 0.8.8-Release-p1...Ken Moore2016-02-19
* Ensure that on logout all the desktop elements (except the wallpaper) gets hi...Ken Moore2016-02-19
* Fix up a couple other small bugs:Ken Moore2016-02-19
* Change around the X property notification requested for standard windows (non...Ken Moore2016-02-19
bgstack15