Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up the new suspend support in Lumina, and add it to the system "log ↵ | Ken Moore | 2015-04-19 |
| | | | | out" menu as an option (if supported on that system). | ||
* | Add support to LuminaOS for checking/starting the system suspend functionality. | Ken Moore | 2015-04-19 |
| | |||
* | Fix the implementation of the hardware brightness control on PC-BSD. Now it ↵ | Ken Moore | 2015-04-17 |
| | | | | works consistently. | ||
* | Fix the session chimes (and possible stability issue) by removing the ↵ | Ken Moore | 2015-04-16 |
| | | | | | | special audio thread and using the QMediaPlayer within the main thread (no stuttering/delays in my initial tests so far). Add a PC-BSD specific routine for setting brightness so that hardware brightness controls are attempted (through pc-sysconfig) before the software brightness is modified (using xbrightness) | ||
* | Clean up the new filesystemusage functions a bit. Make sure that the ↵ | Ken Moore | 2015-03-26 |
| | | | | directory is quoted within the command (could be spaces in the path). | ||
* | update FileSystemCapacity for Linux, Freebsd and DragonflyBSD | william | 2015-03-24 |
| | |||
* | create FileSystemCapacity and put it in LuminaOS | william | 2015-03-24 |
| | |||
* | 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 |