summaryrefslogtreecommitdiffstats
path: root/ChangeLog.package
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 23:01:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-04-16 23:01:29 +0000
commit4304e8d9dab8e20513e38e71b0debdf6937b630c (patch)
tree76a86f013a811449a5b5bfbbbb962e7db0bbcc6a /ChangeLog.package
parentba24506b3bb46312d998468ad3c1a7f28058b2bd (diff)
downloadkpowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.tar.gz
kpowersave-4304e8d9dab8e20513e38e71b0debdf6937b630c.zip
Finish TQt4 port of kpowersave
This enables both Qt3 and Qt4 builds git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1228282 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ChangeLog.package')
-rw-r--r--ChangeLog.package14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog.package b/ChangeLog.package
index b34e6f7..4ddd6c4 100644
--- a/ChangeLog.package
+++ b/ChangeLog.package
@@ -125,8 +125,8 @@ Tue Jul 24 15:54:27 CEST 2007 - dkukawka@suse.de
section) to disable call SetPowerSave() on HAL.
- Fixed Segmentation Fault from b.n.c bug #284622.
- added arabic po-file from Youssef Chahibi <chahibi@gmail.com>
- - fixed laptop panel/backlight device handling to react if a
- device get added/removed to/from HAL
+ - fixed laptop panel/backlight tqdevice handling to react if a
+ tqdevice get added/removed to/from HAL
- use now kdebug/kdDebug() functions to debug instead of own
macros, added --dbg-trace option to allow trace function entry
and leave points.
@@ -158,7 +158,7 @@ Tue Apr 24 16:53:13 CEST 2007 - dkukawka@suse.de
- updated to current SVN HEAD v0.7.2_SVN20070424:
- changed set CPU Freq governor to reuse code and integrated
patch for b.n.c #229234
- - fixed b.n.c #266243: check if info.capability contains
+ - fixed b.n.c #266243: check if info.capability tqcontains
laptop_panel instead for info.category
-------------------------------------------------------------------
@@ -180,7 +180,7 @@ Wed Apr 18 20:38:47 CEST 2007 - dkukawka@suse.de
- changed logic for resume if a timeout happen
- only suspend on button events if we resumed (successful) to
avoid double suspends
- - several fixes to make signals from HAL/DBus idependent from
+ - several fixes to make Q_SIGNALS from HAL/DBus idependent from
the QT eventloop due to problems with the QT3 DBus bindings
(should also fix Debian bug #413811)
- several fixes realated to segfaults/crashes
@@ -189,7 +189,7 @@ Wed Apr 18 20:38:47 CEST 2007 - dkukawka@suse.de
- patches from Mandriva (lmontel@mandriva.com):
- fixed problems with formated messages from KDE media manager
- avoid double translate strings/msg
- - Make moc files being included to speed up build and to fix
+ - Make tqmoc files being included to speed up build and to fix
some parallel build issues
- fixed several memory leaks
- fixed bugs:
@@ -514,7 +514,7 @@ Mon Feb 6 18:54:20 CET 2006 - dkukawka@suse.de
- updated to new release 0.5.6:
* fixed bugs:
- detailed dialog:
- * removed connect setProcessor() to signals from powersave
+ * removed connect setProcessor() to Q_SIGNALS from powersave
because of excessive CPU usage
* fixed problems write text if CPU Freq Policy not supported
* cleanups (removed unneeded enum defines and replaced with
@@ -1000,7 +1000,7 @@ Tue Feb 22 10:45:45 CET 2005 - dkukawka@suse.de
general config section
- changed call of the configure dialog, now kpowersave not blocked
while dialog is open
-- added different slots and logic to disable/enable widgets
+- added different Q_SLOTS and logic to disable/enable widgets
- added load and store the configuration
- added configoptions and funtions to make 'lock screen'
configureable by user