aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaOS-Linux.cpp
Commit message (Collapse)AuthorAge
* Add a new function to LuminaOS: systemPerformingUpdates()Ken Moore2015-09-09
| | | | This returns true if the system is in the middle of applying updates and cannot be powered off at the present time.
* 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.
* Make sure disabled numlock stays off. Updated Linux shutdown command.Jesse Smith2015-05-22
| | | | | | | | | This patch primarily fixes two minor issues. 1. When number lock is disabled in the session settings, it should now turn off when Lumina starts. 2. In the Linux portion of libLumina, the shutdown command has been updated. 3. A minor typo was fixed in the dependency list.
* 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
|
* minor string changeChristopher Roy Bratusek2015-03-26
|
* 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
* update FileSystemCapacity for Linux, Freebsd and DragonflyBSDwilliam2015-03-24
|
* 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).
* fix device detection in generic LuminaOS-LinuxChristopher Roy Bratusek2015-01-23
|
* add global.h containing PREFIX and make use of it in all sub-modules,Christopher Roy Bratusek2014-10-05
| | | | | add PREFIX and LIBPREFIX to the qmake .pro files (allows to change prefix and libdir using <qmake PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu/> or whatever) update debian packaging scripts accordingly
* Updated Debian rules/package files to reflect updated Lumina binaries.Jesse Smith2014-09-24
| | | | | Removed Debian patches that could no longer be applied cleanly. Added initial external device support to Linux in libLumina.
* 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.
* Move the temporary brightness setting file into the users .lumina directory. ↵Ken Moore2014-09-08
| | | | That will let it persist between login sessions, allowing Lumina to automatically return to the previous setting on login.
* The following features have been added to the Linux port:Jesse Smith2014-09-07
| | | | | | | | | | Added battery level detection and AC/battery detection. Added detached audio mixer. Confirmed screen brightness adjustment works. Also cleaned up DEPENDENIES file, separating FreeBSD and Linux requirements. Both sections of the file now include full package/port names of dependencies on both operating systems to make it easy to get all build requirements, runtime requirements and optional components.
* Added audio volume control to Linux. Added initial code for changing screen ↵Jesse Smith2014-09-06
| | | | brightness on Linux and updated dependnecy list. Added template file for future operating system support.
* Initial import of the lumina code from pcbsd git repoKris Moore2014-09-04
bgstack15