| Commit message (Expand) | Author | Age |
* | Update MainUI.h | q5sys | 2016-03-25 |
* | Update MainUI.h | q5sys | 2016-03-25 |
* | Update MainUI.ui | q5sys | 2016-03-25 |
* | Update MainUI.ui | q5sys | 2016-03-25 |
* | Merge pull request #208 from rubin55/master | Ken Moore | 2016-03-24 |
|\ |
|
| * | Renamed ebuild to match Gentoo guidelines for git checkouts, applied recommen... | Rubin Simons | 2016-03-24 |
| * | Typo in linux operating system classes fixed. | Rubin Simons | 2016-03-24 |
* | | Merge pull request #207 from rubin55/master | Ken Moore | 2016-03-23 |
|\| |
|
| * | But still, it's nice to have a Categories in there because #183 | Rubin Simons | 2016-03-23 |
| * | Added Gentoo support to Lumina, added ebuild file. | Rubin Simons | 2016-03-23 |
| * | Desktop file specification fixes: Added semi-colon to OnlyShowIn, removed Cat... | Rubin Simons | 2016-03-23 |
| * | Make NVMe style devices show up as 'HDRIVE' type, just like sd[a-z] devices. | Rubin Simons | 2016-03-23 |
|/ |
|
* | Fix up the format of the new wallpapers (use jpg instead on png: ~3MB per ima... | Ken Moore | 2016-03-23 |
* | Fix a crash when an invalid desktop plugin is found. | Ken Moore | 2016-03-23 |
* | Update the default PC-BSD/Lumina wallpapers for 0.9.0. | Ken Moore | 2016-03-23 |
* | Add some new wallpaper files. Thanks to JT Pennington (q5sys) for creating th... | Ken Moore | 2016-03-23 |
* | Add another backtrace: this one with QT library debugging symbols. | Ken Moore | 2016-03-18 |
* | Add a backtrace file for the current crash (no dbus) | Ken Moore | 2016-03-17 |
* | Save the current binary/core files for the crash in a new dir. | Ken Moore | 2016-03-17 |
* | Update the test-dbus files with the newly generated .core, and the updated pr... | Ken Moore | 2016-03-17 |
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-03-17 |
|\ |
|
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-03-16 |
| |\ |
|
| | * | Update README.md | Ken Moore | 2016-03-16 |
| | * | Update README.md | Ken Moore | 2016-03-16 |
| | * | Update README.md | Ken Moore | 2016-03-16 |
| * | | Remove one of the compile-time defines from the LuminaOS.h file, and place it... | Ken Moore | 2016-03-16 |
| |/ |
|
| * | Finish cleaning up the index.theme file for the new lumina icon theme. | Ken Moore | 2016-03-16 |
* | | Add a new dev-tool: test-dbus. This is a simple app to just run and load a de... | Ken Moore | 2016-03-17 |
|/ |
|
* | Add a generic AUTHORS file for keeping track of contributors | Ken Moore | 2016-03-15 |
* | Add in the framework for a new icon theme for Lumina. (Not tied into any buil... | Ken Moore | 2016-03-15 |
* | Get some more of the terminal cleaned up. Now the initial work directory can ... | Ken Moore | 2016-03-14 |
* | Add the ANSI graphics support (most common ones) so that the text is bold/ita... | Ken Moore | 2016-03-14 |
* | Finish getting the special keys handled in lumina-terminal. Now the terminal ... | Ken Moore | 2016-03-14 |
* | 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 | rezso | 2016-03-11 |
|/ |
|
* | Get the terminal resizing routine working, and also get the up/down arrows fu... | Ken Moore | 2016-03-11 |
* | Fix up the detection of sloppy URL's (www.<something>) - treat them as http U... | Ken Moore | 2016-03-11 |
* | Significant update to mime-type handling. | Ken Moore | 2016-03-11 |
* | 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 lumina-support.de... | Ken Moore | 2016-03-11 |
* | Start adding the compatibility section for various key presses/codes. The exa... | Ken Moore | 2016-03-10 |
* | 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 notifica... | Ken Moore | 2016-03-10 |
* | 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 |
* | 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 |