Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the -o flags to the FreeBSD shutdown/restart commands (works faster) | Ken Moore | 2015-03-16 |
| | |||
* | Add Checksum support for FreeBSD, and tie it into lumina-fm. | Ken Moore | 2015-03-12 |
| | |||
* | Disable the shutdown/restart buttons on PC-BSD systems if the system is in ↵ | Ken Moore | 2015-03-02 |
| | | | | the middle of performing updates. | ||
* | Add a new function to all LuminaOS files: OSName() | Ken Moore | 2015-01-28 |
| | | | | | This just returns the name of the OS template used within the library. (No action required for OS-specific maintainers, already handled for all templates). | ||
* | Make sure to convert any tab characters into spaces before parsing the ↵ | Ken Moore | 2015-01-26 |
| | | | | output of "mount" in LuminaOS-FreeBSD.cpp (just in case). | ||
* | Add a quick check to the FreeBSD screen brightness functions for not ↵ | Ken Moore | 2014-12-29 |
| | | | | allowing screen brightness controls within a virtualbox VM (does not work since not host system). | ||
* | Add support for detecting whether the running user has permission to ↵ | Ken Moore | 2014-09-19 |
| | | | | shutdown/restart the system, and enable/disable those options in the logout menu appropriately. | ||
* | Clean up the usage/detection of the "URGENT" window status, and also move ↵ | Ken Moore | 2014-09-12 |
| | | | | the AppStore/ControlPanel/QtConfig shortcut definitions into the LuminaOS class for use in other OS's. | ||
* | Move all the OS-specific path PREFIX settings into LuminaOS so that we don't ↵ | Ken Moore | 2014-09-12 |
| | | | | have all the different defines all over the place. | ||
* | Move the temporary brightness setting file into the users .lumina directory. ↵ | Ken Moore | 2014-09-08 |
| | | | | That will let it persist between login sessions, allowing Lumina to automatically return to the previous setting on login. | ||
* | Initial import of the lumina code from pcbsd git repo | Kris Moore | 2014-09-04 |