Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add in the framework for a new icon theme for Lumina. (Not tied into any ↵ | Ken Moore | 2016-03-15 |
| | | | | builds yet). | ||
* | Get some more of the terminal cleaned up. Now the initial work directory can ↵ | Ken Moore | 2016-03-14 |
| | | | | be specified ahead of time. | ||
* | Add the ANSI graphics support (most common ones) so that the text is ↵ | Ken Moore | 2016-03-14 |
| | | | | bold/italics/colored/other as necessary. | ||
* | Finish getting the special keys handled in lumina-terminal. Now the terminal ↵ | Ken Moore | 2016-03-14 |
| | | | | is completely functional - I just have other special ANSI codes (colors for particular text) to implement still (but this is just for appearance-sake). | ||
* | Get the left/right arrow keys working properly. | Ken Moore | 2016-03-14 |
| | |||
* | 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 |
| | |||
* | Merge pull request #204 from rezso/master | Ken Moore | 2016-03-11 |
|\ | | | | | use relative icon paths in desktop files | ||
| * | use relative icon paths in desktop files | rezso | 2016-03-11 |
|/ | |||
* | Get the terminal resizing routine working, and also get the up/down arrows ↵ | Ken Moore | 2016-03-11 |
| | | | | functional (mostly). | ||
* | Fix up the detection of sloppy URL's (www.<something>) - treat them as http ↵ | Ken Moore | 2016-03-11 |
| | | | | URL's. | ||
* | Significant update to mime-type handling. | Ken Moore | 2016-03-11 |
| | | | | | | 1) Register/use the "inode/directory" mimetype for the default file manager. 2) Register/use the "x-scheme-handler/http[s]" mimetypes for the default web browser Note: Still have not found valid mimetypes for the default terminal/email apps yet - so those still use the alternate lumina settings. | ||
* | Clean up some random gnome icon paths in the lumina-fileinfo mainUI.ui file. | Ken Moore | 2016-03-11 |
| | |||
* | change from a absolute to relative path for the icon in the ↵ | Ken Moore | 2016-03-11 |
| | | | | lumina-support.desktop file entry. | ||
* | 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 | ||
* | Push some debugging for pty reading | Kris Moore | 2016-03-10 |
| | |||
* | Fix a freeze when starting the pty process, can't ReadAll() if nothing | Kris Moore | 2016-03-09 |
| | | | | exists | ||
* | Fix setting up the execvp args, the [0] needs to be the actual program, | Kris Moore | 2016-03-09 |
| | | | | followed by the arguments | ||
* | 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 |
| | |||
* | Get a bunch more of the lumina-terminal app written up. Still not quite done ↵ | Ken Moore | 2016-03-09 |
| | | | | yet, but getting close. | ||
* | Update the window movement routine to use an alternate ICCCM WM request for ↵ | Ken Moore | 2016-03-08 |
| | | | | fixing an initial window placement. This allows flux to do the frame matching/adjustments as needed (and seems to be reliable). | ||
* | Cleanup all the DESTDIR usage within the project files. Now this can be ↵ | Ken Moore | 2016-03-04 |
| | | | | easily used for automated package builders (for a temporary working directory). | ||
* | Merge pull request #196 from Nanolx/master | Ken Moore | 2016-03-02 |
|\ | | | | | Update Debian packaging scripts | ||
| * | bump debian/changelog | Christopher Roy Bratusek | 2016-03-01 |
| | | |||
| * | build dbgsym packages | Christopher Roy Bratusek | 2016-03-01 |
| | | |||
| * | Update Debian GNU/Linux packaging scripts | Christopher Roy Bratusek | 2016-03-01 |
| | | | | | | | | | | | | | | | | * update for recent Linux distribution detection changes * simplify rules * add missing dependency on libqt5svg5 * install usr/share/applications/lumina-support.desktop * install usr/share/Lumina-DE/quickplugins/quick-sample.qml | ||
| * | OS-detect.pri: remove Fedora portion, as Fedora's lumina-desktop.spec build ↵ | Christopher Roy Bratusek | 2016-03-01 |
| | | | | | | | | file does set all variables on it's own | ||
| * | OS-detect.pri: don't forcefully override PREFIX | Christopher Roy Bratusek | 2016-03-01 |
| | | |||
| * | fixup OS-detect.pri so that externally passed variables from qmake actually ↵ | Christopher Roy Bratusek | 2016-03-01 |
|/ | | | | take effect | ||
* | Remove the "Terminal" and "StartupNotify" entries within the ↵ | Ken Moore | 2016-02-26 |
| | | | | lumina-supprot.desktop file (not used for Link-type files anyway). I am leaving the "Categories" entry so that the item appears within the proper menu category, the fact that the "Categories" entry is listed in the spec as only for "Application"-type files appears to be an oversight in the specs and needs to be fixed upstream. | ||
* | Fix a typo in the "nl" translation file for lumina-fileinfo. | Ken Moore | 2016-02-26 |
| | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-02-25 |
|\ | |||
| * | Merge pull request #193 from zyixc/Lumina-NL | Ken Moore | 2016-02-23 |
| |\ | | | | | | | Add dutch translations | ||
| | * | Add dutch translation for i18n/lumina-wm | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-search | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-screenshot | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-open | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-info | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-fm | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-fileinfo | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-desktop | Zyixc | 2016-02-22 |
| | | | |||
| | * | Add dutch translation for i18n/lumina-config | Zyixc | 2016-02-22 |
| |/ | |||
* / | Remove the "-o" options from the reboot/shutdown commands in Lumina - this ↵ | Ken Moore | 2016-02-25 |
|/ | | | | bypasses the PC-BSD update system on 11.x | ||
* | Tag version 0.9.0-devel on the master branch (corresponds to ↵ | Ken Moore | 2016-02-19 |
| | | | | 0.8.8-Release-p1 on qt5/0.8.8 branch) | ||
* | Ensure that on logout all the desktop elements (except the wallpaper) gets ↵ | Ken Moore | 2016-02-19 |
| | | | | hidden/removed right away. |