summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog92
1 files changed, 46 insertions, 46 deletions
diff --git a/ChangeLog b/ChangeLog
index 14d4f09..1e95481 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>
@@ -916,7 +916,7 @@
2007-04-10 Danny Kukawka <danny.kukawka@web.de>
- * src/logviewer.cpp: Include moc file. Fixed possible file
+ * src/logviewer.cpp: Include tqmoc file. Fixed possible file
descriptor leak.
2007-04-10 Laurent Montel <lmontel@mandriva.com>
@@ -939,7 +939,7 @@
2007-04-10 Danny Kukawka <danny.kukawka@web.de>
- Moved all moc includes to end of cpp-files, added some code
+ Moved all tqmoc includes to end of cpp-files, added some code
comments and smaller code formatting changes:
* src/autosuspend.[cpp,h]:
@@ -955,7 +955,7 @@
2007-04-10 Laurent Montel <lmontel@mandriva.com>
- Make moc files being included to speed up build and to fix some
+ Make tqmoc files being included to speed up build and to fix some
parallel build issues:
* src/autosuspend.cpp:
@@ -1010,7 +1010,7 @@
* src/hardware.[cpp,h]: Add new helper functions/SLOTS to
forward the events for Power, Sleep and s2disk buttons and the
- lidclose event. Changed current code to emit the signals not
+ lidclose event. Changed current code to emit the Q_SIGNALS not
directly but to call a QTimer:singleShot() with the new SLOTS
instead. This should make the eventhandling from QT3 D-Bus
bindings independent from the event loop (including may
@@ -1255,7 +1255,7 @@
CPU usage. This happen because the QT D-Bus bindings wait for a
result from the related KPowersave filter function (return a
DBUS_HANDLER_RESULT_* to the bus). This happen also because the
- signals in QT are only function calls which not are really emitted
+ Q_SIGNALS in QT are only function calls which not are really emitted
to the QT event loop as assumed (the KMessageBox block the filter-
function).
Fixed this by use QTimer::SingleShot() to call the suspend, in the
@@ -1503,7 +1503,7 @@
* src/hardware_battery.cpp: Emit signal to monitor current
rate of battery.
* src/hardware_batteryCollection.[cpp,h]: Added some code to
- hold the current rate and the rate unit. Emit signals if the
+ hold the current rate and the rate unit. Emit Q_SIGNALS if the
current rate change (don't emit general change signal, since
this maybe produce useless calls in other parts of KPowersave
than only in the detailed dialog).
@@ -1528,8 +1528,8 @@
2007-01-23 Danny Kukawka <danny.kukawka@web.de>
- * src/configure_Dialog.ui: Added new slots to catch changes.
- * src/configuredialog.[cpp,h]: Implemented new slots to
+ * src/configure_Dialog.ui: Added new Q_SLOTS to catch changes.
+ * src/configuredialog.[cpp,h]: Implemented new Q_SLOTS to
hide/show the QSpinboxes for the brightness settings in the
battery tab of the general settings, depending of the selected
action.
@@ -1590,8 +1590,8 @@
2007-01-23 Danny Kukawka <danny.kukawka@web.de>
* src/configure_Dialog.ui: changed param of battery level
- QSpinBox slots (no param instead of int)
- * src/configuredialog.[cpp,h]: Added slots to set the battery
+ QSpinBox Q_SLOTS (no param instead of int)
+ * src/configuredialog.[cpp,h]: Added Q_SLOTS to set the battery
level QSpinBoxes to correct values: warning > low > critical.
2007-01-22 Danny Kukawka <danny.kukawka@web.de>
@@ -1667,8 +1667,8 @@
2007-01-21 Danny Kukawka <danny.kukawka@web.de>
- * src/configure_Dialog.ui: Fixed layout and (re)added
- slots for signals and actions.
+ * 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>
@@ -2036,7 +2036,7 @@
* src/hardware_battery.cpp: fixed handling if battery
get removed from the system. Don't forget to check the
battery type if reset the battery.
- Also fixed emit signals. Emit them first if have read
+ Also fixed emit Q_SIGNALS. Emit them first if have read
the values from Hardware and filled the related variables.
2006-11-18 Danny Kukawka <danny.kukawka@web.de>
@@ -2275,7 +2275,7 @@
all hardware information after a HAL or D-Bus restart.
This should reduce the code and ensure that we do
always the same.
- Fixed handling of signals if D-Bus restart related to
+ Fixed handling of Q_SIGNALS if D-Bus restart related to
HAL and D-Bus itself status.
* src/kpowersave.cpp: added a comment
@@ -2327,7 +2327,7 @@
be more generic and can be reused later for other
battery types.
* src/hardware_batteryCollection.[cpp,h]: changed
- signals to emit also battery type.
+ Q_SIGNALS to emit also battery type.
* src/kpowersave.cpp: changed debug msg and set the
battery warning level temporary in the constructor
to HardwareInfo object.
@@ -2415,7 +2415,7 @@
2006-11-05 Danny Kukawka <danny.kukawka@web.de>
- * src/hardware.cpp: fixed connect to signals from the
+ * src/hardware.cpp: fixed connect to Q_SIGNALS from the
primary battery collection. This should fix the applet
icon to show the correct battery fill level.
@@ -2466,7 +2466,7 @@
allow finder grained and easier refresh/handle of battery
information.
Fixed code to update battery information and connect to
- related signals.
+ related Q_SIGNALS.
2006-11-05 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,10 +2617,10 @@
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).
- Added some new signals for: HAL error handling, data changes and
+ 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.
2006-10-24 Danny Kukawka <danny.kukawka@web.de>
@@ -2676,7 +2676,7 @@
* src/hardware.cpp: removed todo, code comment update
* src/hardware_battery.[cpp,h]: Added variable to check if the
battery is inialised and added event handling including emit
- related signals if something changed.
+ related Q_SIGNALS if something changed.
Set crit_level as default to 2 as in old powersave config.
* src/hardware_batteryCollection.cpp: set crit_level as default
to 2 as in old powersave config
@@ -2696,7 +2696,7 @@
call the related function to update the key.
TODO: add code to check if really something was changed and
- emit some signals.
+ emit some Q_SIGNALS.
2006-10-23 Danny Kukawka <danny.kukawka@web.de>
@@ -2731,12 +2731,12 @@
2006-10-22 Danny Kukawka <danny.kukawka@web.de>
* src/hardware_batteryCollection.[cpp,h]: emit now also all
- the other signals for percentage, minutes, present batteries
+ the other Q_SIGNALS for percentage, minutes, present batteries
and the charging state.
2006-10-22 Danny Kukawka <danny.kukawka@web.de>
- * src/hardware_batteryCollection.[cpp,h]: emit signals for
+ * src/hardware_batteryCollection.[cpp,h]: emit Q_SIGNALS for
reached battery warning states.
2006-10-22 Danny Kukawka <danny.kukawka@web.de>
@@ -2751,7 +2751,7 @@
Added new members to get the number of present batteries and
to get the battery state.
- TODO: add signals and emit them.
+ TODO: add Q_SIGNALS and emit them.
2006-10-20 Danny Kukawka <danny.kukawka@web.de>
@@ -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,14 +3054,14 @@
* 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.
2006-09-04 Danny Kukawka <danny.kukawka@web.de>
- Added new class to monitor HAL signals (DeviceAdded, DeviceRemoved,
+ Added new class to monitor HAL Q_SIGNALS (DeviceAdded, DeviceRemoved,
PropertyModified, Condition) and Connect/Disconnect events via DBUS.
This class is not used atm in the code, but should replace the class
@@ -3787,7 +3787,7 @@
2006-03-13 Danny Kukawka <danny.kukawka@web.de>
* src/detaileddialog.cpp: added slightly adopted patch from Timo
- Hoenig <thoenig@suse.de> to replace 'Mhz' with correct 'MHz'
+ Hoenig <thoenig@suse.de> to tqreplace 'Mhz' with correct 'MHz'
* po/*.po, po/kpowersave.pot: updated translation files for this
changes.
@@ -3936,7 +3936,7 @@
lidopen event (now reset screen settings to avoid problems after call
xset on lidclose). Added call screen::forceDPMSOff() on lidclose to set
light on LCD off. Removed notification functions for lidclose and
- lidopen signals and merged them to existing functions/slots.
+ lidopen Q_SIGNALS and merged them to existing functions/Q_SLOTS.
* src/screen.cpp, src/screen.h: added new function forceDPMSOff() to
shutdown the display via DPMS (call xset dpms force off).
* src/settings.cpp, src/settings.h: adde new variable and related
@@ -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.
@@ -4165,7 +4165,7 @@
* src/kpowersave.cppn src/kpowersave.h: Added new KNotify events for:
suspend (3), resume (3), scheme switched (5), lidclosed, lidopened.
Fixed code comments and cleanups.
- * src/pdaemon.cpp, src/pdaemon.h: Added new signals for: lidopened,
+ * src/pdaemon.cpp, src/pdaemon.h: Added new Q_SIGNALS for: lidopened,
each resume type ( resumedFrom(QString) )
2006-02-17 Danny Kukawka <danny.kukawka@web.de>
@@ -4539,7 +4539,7 @@
* src/detailed_dialog.ui: reworked detailed dialog after
discussion and welcome criticism from Timo Hönig based on a
- mocup from Timo. Thanks!
+ tqmocup from Timo. Thanks!
* src/detaileddialog.cpp, src/detaileddialog.h: added patch
from Daniel Gollub <dgollub@suse.de> to fix problems if a
CPU is set offline.
@@ -4863,7 +4863,7 @@
prevent message on HAL or powersave restart. Changed handling of
display the errormessage.
* src/pdaemon.cpp: Fixed some problems with HAL_ERROR handling. Fixed
- problem with set update_info_ac_changed _before_ emit related signals.
+ problem with set update_info_ac_changed _before_ emit related Q_SIGNALS.
2005-12-21 Danny Kukawka <danny.kukawka@web.de>
@@ -4937,7 +4937,7 @@
2005-12-07 Danny Kukawka <danny.kukawka@web.de>
* src/pdaemon.cpp: fixed set applet icon for AC status if no
- powersave daemon is running, emit now needed signals. Also
+ powersave daemon is running, emit now needed Q_SIGNALS. Also
fixed signal for AC sound.
2005-12-03 Danny Kukawka <danny.kukawka@web.de>