dbus-1-tqt style hardware control for TDE
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Emanoil Kotsev 57a45336f0
m_connection.scheduleDispatch() to process signals as soon as possible
3 years ago
cmake code for testing 3 years ago
interfaces moc are automatically added to SOURCE 3 years ago
BrightnessService.cpp Error handling 3 years ago
BrightnessService.h code for testing 3 years ago
CMakeLists.txt With DBus Properties 3 years ago
CPUGovernorService.cpp Error handling 3 years ago
CPUGovernorService.h code for testing 3 years ago
ConfigureChecks.cmake code for testing 3 years ago
DeviceServiceBase.cpp Fixed Power settings 3 years ago
DeviceServiceBase.h Getting rid of C code 3 years ago
HardwareControl.cpp m_connection.scheduleDispatch() to process signals as soon as possible 3 years ago
HardwareControl.h code for testing 3 years ago
InputEventsService.cpp Getting rid of C code 3 years ago
InputEventsService.h Error handling 3 years ago
LICENSE Initial commit 3 years ago
PowerService.cpp Fixed Power settings 3 years ago
PowerService.h Fixed Power settings 3 years ago
PropertiesService.cpp With DBus Properties 3 years ago
PropertiesService.h With DBus Properties 3 years ago
README.md More information in readme 3 years ago
hardwarecontrolService.cpp With DBus Properties 3 years ago
hardwarecontrolService.h With DBus Properties 3 years ago
main.cpp code for testing 3 years ago

README.md

hardwarecontrol

dbus-1-tqt style hardware control for TDE

tdehwcontrol

main -> HardwareControl
            +-> hardwareControlService
                    +-> org.freedesktop.DBus.Introspectable
                    +-> org.freedesktop.DBus.Properties 
                    +-> BrightnessService => BrightnessInterface, DeviceServiceBase
                    +-> CPUGovernorService => CPUGovernorInterface, DeviceServiceBase
                    +-> InputEventsService => InputEventsInterface
                    +-> PowerService => PowerInterface, DeviceServiceBase

libtdehwcontrol

  • brightnessInterface

  • brightnessProxy

  • cpugovernorInterface

  • cpugovernorProxy

  • hardwarecontrolNode

  • inputeventsInterface

  • inputeventsProxy

  • introspectableInterface

  • powerInterface

  • powerProxy

  • propertiesInterface

  • propertiesProxy

  • hardwareControlService

  • BrightnessService

  • CPUGovernorService

  • InputEventsService

  • PowerService

  • DeviceServiceBase