Revision 860591

Go back to digest for 14th September 2008

Features in KDE Base

Dario Freddi committed changes in /trunk/kdereview/powerdevil:

This commit introduces some changes in the architecture and some new features.

- Features:
* Support for Executing a script when loading a profile
* Removed a tab and small UI refactoring
* Chooser for polling system

- Architecture:
Abstraction of the polling system.
It is now selectable, and user will have a choice of using the traditional polling method, the widget grabber method, or the XSync based method. The XSync method is already in, but untested and unstable, though still not selectable.

File Changes

Added 8 files
  • /trunk/kdereview/powerdevil/daemon
  •   /AbstractSystemPoller.cpp
  •   /AbstractSystemPoller.h
  •   /PollSystemLoader.cpp
  •   /PollSystemLoader.h
  •   /WidgetBasedPoller.cpp
  •   /WidgetBasedPoller.h
  •   /XSyncBasedPoller.cpp
  •   /XSyncBasedPoller.h
Modified 9 files
  • /trunk/kdereview/powerdevil
  •   /PowerDevilSettings.kcfg
  •   /daemon/CMakeLists.txt
  •   /daemon/org.kde.PowerDevil.xml
  •   /daemon/PowerDevilDaemon.cpp
  •   /daemon/PowerDevilDaemon.h
  •   /kcmodule/CMakeLists.txt
  •   /kcmodule/ConfigWidget.cpp
  •   /kcmodule/dialog.ui
  •   /kcmodule/PowerDevilKCM.cpp
17 files changed in total