aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaOS-Debian.cpp
Commit message (Collapse)AuthorAge
* Minor change to audio to make volume adjustment more tolerant.Jesse Smith2015-06-18
| | | | | Made a small adjustment to the way sound is set on Linux to make it more reliable.
* Debian updates:Christopher Roy Bratusek2015-06-12
| | | | | | - display 'Not available' if cpu temp can not be read - add support for disk i/o in system monitor - update luminaDesktop.conf to new format
* Add a new function to LuminaOS: DiskUsage()Ken Moore2015-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.
* update Debian supportChristopher Roy Bratusek2015-05-22
| | | | | | | | - LOS::userHasShutdownAccess -- proper return [fix compiler warning] - LOS::systemCanSuspend -- proper return [fix compiler warning] - LOS::CPUTemperatures -- get cpu temp [XXX untested as my FX-8350 doesn't talk to me] - LOS::CPUUsagePercent -- get cpu usage - LOS::MemoryUsagePercent -- get memory usage
* 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.
* shutdown/reboot/suspend via systemd on DebianChristopher Roy Bratusek2015-04-23
|
* Add support to LuminaOS for checking/starting the system suspend functionality.Ken Moore2015-04-19
|
* Merge remote-tracking branch 'upstream/master'Christopher Roy Bratusek2015-03-26
|\ | | | | | | | | Conflicts: libLumina/LuminaOS-Debian.cpp
| * 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).
* | - updated debian/changelogChristopher Roy Bratusek2015-03-26
|/ | | | | - checksums for LuminaOS-Debian and LuminaOS-Linux - capacity for LuminaOS-Debian
* create FileSystemCapacity and put it in LuminaOSwilliam2015-03-24
|
* Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
|
* string change in LuminaOS-Debian / qt5ct instead of qtconfigChristopher Roy Bratusek2015-01-28
|
* 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).
* fixup device detection in LuminaOS-DebianChristopher Roy Bratusek2015-01-23
|
* add LuminaOS-DebianChristopher Roy Bratusek2015-01-23
bgstack15