aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaOS-template.cpp
Commit message (Collapse)AuthorAge
* Add a few new functions to LuminaOS:Ken Moore2015-05-21
| | | | | | | | | 1) CPUTemperatures() 2) CPUUsagePercent() 3) MemoryUsagePercent() These functions have been filled out for the LuminaOS-FreeBSD implementation, but not for any of the others yet. The FreeBSD implementation has also not been tested yet. Also add a new "DisplayNumberToBytes()" function into LuminaUtils for converting sizes in a string format (50M or 50MB for example) into a double with the number of bytes for calculations.
* Add support to LuminaOS for checking/starting the system suspend functionality.Ken Moore2015-04-19
|
* Clean up the new filesystemusage functions a bit. Make sure that the ↵Ken Moore2015-03-26
| | | | directory is quoted within the command (could be spaces in the path).
* create FileSystemCapacity and put it in LuminaOSwilliam2015-03-24
|
* Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
|
* Add a new function to all LuminaOS files: OSName()Ken Moore2015-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).
* Add support for detecting whether the running user has permission to ↵Ken Moore2014-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 Moore2014-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 Moore2014-09-12
| | | | have all the different defines all over the place.
* Added volume control and initial screen brightness control code to Linux. ↵Jesse Smith2014-09-06
Updated dependencies and added template file for future operating system support.
bgstack15