summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:03 -0600
commit80f772ad054f92e81e0eb3bc7319a32e8a4e8a05 (patch)
treeaf9a620cca9e626f475b3dac43160735288f43a4 /ChangeLog
parentf3cf754cc9c54fc1de34ef06110a6810d655390a (diff)
downloadtdepowersave-80f772ad054f92e81e0eb3bc7319a32e8a4e8a05.tar.gz
tdepowersave-80f772ad054f92e81e0eb3bc7319a32e8a4e8a05.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f3cf754cc9c54fc1de34ef06110a6810d655390a.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 17 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 2908cd0..f226149 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_device_is_caller_privileged() to check
+ function: libhal_tqdevice_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_device_is_caller_privileged() in libhal.
+ check for libhal_tqdevice_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 device with laptop_panel found. This
- should prevent problems if the laptop panel device get removed
+ QDict<QString> udis if no tqdevice with laptop_panel found. This
+ should prevent problems if the laptop panel tqdevice get removed
from HAL.
2007-06-13 Danny Kukawka <danny.kukawka@web.de>
- * src/hardware.cpp: Added code to react if a latop panel device
- get added/remove. Added also all device_type values to the
+ * src/hardware.cpp: Added code to react if a latop panel tqdevice
+ get added/remove. Added also all tqdevice_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 device_type for laptop
+ * src/hardware.h: Added new value to enum tqdevice_type for laptop
panels (for brightness).
2007-06-13 Danny Kukawka <danny.kukawka@web.de>
@@ -1667,7 +1667,7 @@
2007-01-21 Danny Kukawka <danny.kukawka@web.de>
- * src/configure_Dialog.ui: Fixed layout and (re)added
+ * src/configure_Dialog.ui: Fixed tqlayout and (re)added
Q_SLOTS for Q_SIGNALS and actions.
2007-01-21 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
- devices is not empty before use them.
+ tqdevices 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 device (e.g. on a HAL_DEVICE::DeviceAdded
- event) and to get the type of the device (added a new enum
- device_type).
+ 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).
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 devices. Added new code to the func
+ one QStringList for the tqdevices. Added new code to the func
to collect the battery UDIs.
- Added code to store the UDIs of all devices we handle and
+ Added code to store the UDIs of all tqdevices 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 devices except batteries (e.g. AC, Lid, buttons ...)
+ for udis of tqdevices 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 devices and to get device
+ contains now mew functions to search for tqdevices and to get tqdevice
information from HAL. Also added: new function to call
org.freedesktop.Hal.Device.SystemPowerManagement methodes on HAL
via DBUS.
@@ -4130,7 +4130,7 @@
2006-02-19 Danny Kukawka <danny.kukawka@web.de>
- * src/detaileddialog.cpp, src/detaileddialog.h: replaced layout for
+ * src/detaileddialog.cpp, src/detaileddialog.h: replaced tqlayout for
battery and processor bars with QGridLayout to be sure all widgets
have the same size. Replaced picture for total battery fuel state
with a string. Cleaned up the code.