Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a new function to LuminaOS: systemPerformingUpdates() | Ken Moore | 2015-09-09 |
| | | | | This returns true if the system is in the middle of applying updates and cannot be powered off at the present time. | ||
* | Battery charging state is 0 not 2. | Michael Neumann | 2015-09-06 |
| | |||
* | Use sysctl(3) to retrieve most info instead of executing sysctl(8) | Michael Neumann | 2015-09-06 |
| | |||
* | DragonFly: Sync MemoryUsagePercent() with FreeBSD | Michael Neumann | 2015-08-16 |
| | |||
* | Implement CPUTemperatures() for DragonFly | Michael Neumann | 2015-08-16 |
| | |||
* | DragonFly: Sync LOS::Checksums() with FreeBSD | Michael Neumann | 2015-08-16 |
| | |||
* | Implement Battery hooks for DragonFly | Michael Neumann | 2015-08-16 |
| | |||
* | DragonFly does not have graphical mixer | Michael Neumann | 2015-08-16 |
| | |||
* | DragonFly: Sync get/set audio volume with FreeBSD | Michael Neumann | 2015-08-16 |
| | |||
* | DragonFly: Sync get/set ScreenBrightness a bit with FreeBSD | Michael Neumann | 2015-08-16 |
| | |||
* | Add a new function to LuminaOS: DiskUsage() | Ken Moore | 2015-06-10 |
| | | | | | This returns the current stats about the available disks on the system (current read/write rates on FreeBSD - not implemented on other OS's yet). Also use this new function in the systemmonitor desktop plugin. | ||
* | Add a few new functions to LuminaOS: | Ken Moore | 2015-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 Moore | 2015-04-19 |
| | |||
* | 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 Checksum support for FreeBSD, and tie it into lumina-fm. | Ken Moore | 2015-03-12 |
| | |||
* | 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). | ||
* | 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. | ||
* | Also fix the PREFIX settings for the new dragonfly OS file. | Ken Moore | 2014-09-12 |
| | |||
* | File went into wrong directory | Michael Neumann | 2014-09-12 |