From f3cf754cc9c54fc1de34ef06110a6810d655390a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:25 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- ChangeLog | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f226149..2908cd0 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 @@ -707,17 +707,17 @@ 2007-06-13 Danny Kukawka * src/hardware.cpp: Remove laptop_panel entry from the - QDict udis if no tqdevice with laptop_panel found. This - should prevent problems if the laptop panel tqdevice get removed + QDict 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 - * 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 @@ -1667,7 +1667,7 @@ 2007-01-21 Danny Kukawka - * src/configure_Dialog.ui: Fixed tqlayout and (re)added + * src/configure_Dialog.ui: Fixed layout and (re)added Q_SLOTS for Q_SIGNALS and actions. 2007-01-21 Danny Kukawka @@ -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 @@ -2617,9 +2617,9 @@ 2006-10-25 Danny Kukawka * 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 * 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. @@ -4130,7 +4130,7 @@ 2006-02-19 Danny Kukawka - * src/detaileddialog.cpp, src/detaileddialog.h: replaced tqlayout for + * src/detaileddialog.cpp, src/detaileddialog.h: replaced layout 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. -- cgit v1.2.1