summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:39:11 -0600
commitc36a2855c42ea04c7c1965228507e874426fd7e6 (patch)
tree33edee1823c5fbe6c7dac74562bf10a572606324 /ChangeLog
parenta6a8ad44b48bdfff1a1a3123097a84f23105f64b (diff)
downloadtdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.tar.gz
tdepowersave-c36a2855c42ea04c7c1965228507e874426fd7e6.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 15 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index f226149..d3c10f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -164,7 +164,7 @@
* configure.in.in: Don't check any longer for PolicyKit
>= v0.4, simply check if libhal provide the following
- function: libhal_tqdevice_is_caller_privileged() to check
+ function: libhal_device_is_caller_privileged() to check
if KPowersave should use libhal or the old PolicyKit
D-Bus interface.
@@ -401,7 +401,7 @@
* configure.in.in: Changed detection if we need to call
new PolicyKit/HAL instead of PolicyKit D-Bus daemon to
- check for libhal_tqdevice_is_caller_privileged() in libhal.
+ check for libhal_device_is_caller_privileged() in libhal.
2007-08-13 Danny Kukawka <danny.kukawka@web.de>
@@ -707,17 +707,17 @@
2007-06-13 Danny Kukawka <danny.kukawka@web.de>
* src/hardware.cpp: Remove laptop_panel entry from the
- QDict<QString> udis if no tqdevice with laptop_panel found. This
- should prevent problems if the laptop panel tqdevice get removed
+ QDict<QString> udis if no device with laptop_panel found. This
+ should prevent problems if the laptop panel device get removed
from HAL.
2007-06-13 Danny Kukawka <danny.kukawka@web.de>
- * src/hardware.cpp: Added code to react if a latop panel tqdevice
- get added/remove. Added also all tqdevice_type values to the
+ * src/hardware.cpp: Added code to react if a latop panel device
+ get added/remove. Added also all device_type values to the
switch of the HAL_DEVICE case.
Removed several *.latin1() calls due to new usage of kdDebug().
- * src/hardware.h: Added new value to enum tqdevice_type for laptop
+ * src/hardware.h: Added new value to enum device_type for laptop
panels (for brightness).
2007-06-13 Danny Kukawka <danny.kukawka@web.de>
@@ -2546,7 +2546,7 @@
* src/hardware.[cpp,h]: Added some new functions to get access
to battery list and the primary battery collection.
Fixed bug in checkBrightness(), check always if the list of
- tqdevices is not empty before use them.
+ devices is not empty before use them.
Fixed some minor bugs in debug messages
2006-11-02 Danny Kukawka <danny.kukawka@web.de>
@@ -2617,9 +2617,9 @@
2006-10-25 Danny Kukawka <danny.kukawka@web.de>
* src/hardware.[cpp,h]: Added new function to check if we should
- handle a special tqdevice (e.g. on a HAL_DEVICE::DeviceAdded
- event) and to get the type of the tqdevice (added a new enum
- tqdevice_type).
+ handle a special device (e.g. on a HAL_DEVICE::DeviceAdded
+ event) and to get the type of the device (added a new enum
+ device_type).
Added some new Q_SIGNALS for: HAL error handling, data changes and
if the sleep button was pressed.
@@ -2823,9 +2823,9 @@
2006-10-19 Danny Kukawka <danny.kukawka@web.de>
* src/hardware.[cpp,h]: fixed intialiseHWInfo() to use only
- one QStringList for the tqdevices. Added new code to the func
+ one QStringList for the devices. Added new code to the func
to collect the battery UDIs.
- Added code to store the UDIs of all tqdevices we handle and
+ Added code to store the UDIs of all devices we handle and
want to monitor. This should allow us a finer grained filter
functions for HAL events.
* src/hardware_battery.[cpp,h]: Changed one constructor to
@@ -3004,7 +3004,7 @@
* src/dbusHAL.[cpp,h]: code comments
* src/hardware.[cpp,h]: addes some empty functions and a QDicr
- for udis of tqdevices except batteries (e.g. AC, Lid, buttons ...)
+ for udis of devices except batteries (e.g. AC, Lid, buttons ...)
* src/pdaemon.cpp: added comments about the state of port code
and functions to class dbusHAL
@@ -3054,7 +3054,7 @@
* src/Makefile.am: added dbusHAL class to make
* src/dbusHAL.[cpp,h]: Changed name of the class to dbusHAL and
added connection to HAL and code to hold LibHalContext. The class
- contains now mew functions to search for tqdevices and to get tqdevice
+ contains now mew functions to search for devices and to get device
information from HAL. Also added: new function to call
org.freedesktop.Hal.Device.SystemPowerManagement methodes on HAL
via DBUS.