summaryrefslogtreecommitdiffstats
path: root/src/power
Commit message (Collapse)AuthorAgeFilesLines
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-128-80/+104
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-3/+3
|
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-1/+1
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Define methods from experimental schemaRadek Novacek2012-08-293-0/+45
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* Rename HostedService classes to avoid duplicationRadek Novacek2012-08-281-31/+31
| | | | | | | Both Power and Account providers defined LMI_HostedService class. It confuses sfcbd daemon, so the classes has been renamed based on which service they provide (HostedPowerManagementService and HostedAccountManagementService).
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-288-285/+285
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-021-1/+1
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-028-0/+133
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-318-285/+285
|
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-304-7/+5
|
* Make provider optional using cmake optionsRadek Novacek2012-07-301-0/+3
|
* Fix typo in get_system_creation_class_name method nameRadek Novacek2012-07-302-4/+4
|
* power: fix finding Linux_ComputerSystem in referencesRadek Novacek2012-07-272-40/+16
|
* Unify logging through all providersRadek Novacek2012-07-279-109/+3
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* Fix few errors in CuraMacros.cmake and power cmakeRadek Novacek2012-07-251-2/+2
|
* power: correctly register and installRadek Novacek2012-07-241-6/+4
|
* power: check if upower and systemctl are installedRadek Novacek2012-07-241-1/+13
|
* Remove src/ subdirectory from power/Radek Novacek2012-07-241-70/+0
|
* Move provider-register to top level directoryRadek Novacek2012-07-231-755/+0
|
* Move power example script to examples/ directoryRadek Novacek2012-07-231-52/+0
|
* Restructure Power providerRadek Novacek2012-07-2314-58/+29
| | | | | | * get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro
* Start converting all providers to CMakeRadek Novacek2012-07-231-12/+0
|
* Move all providers to src/ directoryRadek Novacek2012-07-2317-0/+3014