aboutsummaryrefslogtreecommitdiff
path: root/libLumina/LuminaOS-template.cpp
Commit message (Collapse)AuthorAge
* 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