diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 278 |
1 files changed, 139 insertions, 139 deletions
@@ -62,7 +62,7 @@ 2007-09-11 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed handleACStatusChange(), notify + * src/tdepowersave.cpp: Fixed handleACStatusChange(), notify only if notifyEvent == true. Print notifyEvent on debug. 2007-09-05 Danny Kukawka <danny.kukawka@web.de> @@ -93,7 +93,7 @@ 2007-09-03 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Changed function to set the + * src/tdepowersave.cpp: Changed function to set the brightness up/down on vertical wheel events over the applet icon to use also do_brightnessUp/Down with 5-percentage steps to avoid problems with machines with a high number @@ -112,7 +112,7 @@ * src/hardware.cpp: Fix an other case of use bool to get DBUS_TYPE_BOOLEAN variables in currently unused code. - * src/kpowersave.cpp: Don't use kdFatal() before exit + * src/tdepowersave.cpp: Don't use kdFatal() before exit in kpowersave::kpowersave() otherwise DrKonqi get called. 2007-08-27 Danny Kukawka <danny.kukawka@web.de> @@ -242,7 +242,7 @@ 2007-08-19 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fix b.n.c #301692, switch schemes + * src/tdepowersave.cpp: Fix b.n.c #301692, switch schemes correctly on AC plug in/out events. 2007-08-17 Danny Kukawka <danny.kukawka@web.de> @@ -251,7 +251,7 @@ management) * TODO: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: 2007-08-17 Danny Kukawka <danny.kukawka@web.de> @@ -305,7 +305,7 @@ * src/dbusHAL.cpp: * src/inactivity.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: 2007-08-17 Danny Kukawka <danny.kukawka@web.de> @@ -382,7 +382,7 @@ * src/hardware.[cpp,h]: Maked isCpuFreqAllowed() not const to be able to check the Policy on each call directly from libhal. - * src/kpowersave.cpp: Don't enable 'CPU Freq Policy' entry + * src/tdepowersave.cpp: Don't enable 'CPU Freq Policy' entry in the applet menu if we know KPowersave isn't allowed to call the interface on HAL. @@ -417,7 +417,7 @@ * src/hardware.[cpp,h]: Use new function to set brightness up/down on keyevents. - * src/kpowersave.cpp: Forward on dcop call to new + * src/tdepowersave.cpp: Forward on dcop call to new functions in class HardwareInfo. 2007-08-12 Danny Kukawka <danny.kukawka@web.de> @@ -452,7 +452,7 @@ 2007-08-09 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added missing '<< endl' to a kdDebug() + * src/tdepowersave.cpp: Added missing '<< endl' to a kdDebug() call to prevent crash of KPowersave directly before exit(-1). This fix b.n.c #298332 @@ -464,17 +464,17 @@ * src/countdown_Dialog.ui: * src/countdowndialog.[cpp,h]: - * src/kpowersave.cpp: added missing debug call. + * src/tdepowersave.cpp: added missing debug call. 2007-07-30 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed show suspend log for SLED/SLES, + * src/tdepowersave.cpp: Fixed show suspend log for SLED/SLES, show the powersave related logs. This go not into the CODE10 branch for now. 2007-07-29 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed typo which prevented show up + * src/tdepowersave.cpp: Fixed typo which prevented show up the logviewer dialog if suspend fail and pm-utils return a value != (0|INT_MAX). @@ -491,7 +491,7 @@ 2007-07-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Speed-up dimm brightness up if the user + * src/tdepowersave.cpp: Speed-up dimm brightness up if the user get active again. Try to dimm up within 750 ms instead of 1500. @@ -573,7 +573,7 @@ handle this from outside the class. * src/configuredialog.cpp: Activate autodimm feature in the configure dialog. - * src/kpowersave.cpp: Fixed dimm level handling (use float for + * src/tdepowersave.cpp: Fixed dimm level handling (use float for calculation to avoid invalid values). Reset autodimm if the user is active again. @@ -592,12 +592,12 @@ usefull value (> 0) before check for inactivity. This should force to stop every running check if stop() was called, where timeToInactivity was set to 0 after stop the running QTimer. - * src/kpowersave.cpp: Added additional call of stop() if + * src/tdepowersave.cpp: Added additional call of stop() if resumed. 2007-07-23 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed autodimm related signacl connect + * src/tdepowersave.cpp: Fixed autodimm related signacl connect and added new connect for the case if the user get active again. * src/kpowersave.h: Added code documentation. @@ -670,13 +670,13 @@ 2007-06-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: comment out some code + * src/tdepowersave.cpp: comment out some code 2007-06-18 Danny Kukawka <danny.kukawka@web.de> * src/config/kpowersaverc_default: Added callSetPowerSaveOnAC with default value true. - * src/kpowersave.cpp: Call setPowerSave() in setSchemeSettings() + * src/tdepowersave.cpp: Call setPowerSave() in setSchemeSettings() to be sure it get set on startup correctly. * src/settings.[cpp,h]: Added new config variable to enable/ disable call SetPowerSave() on HAL depending on the AC state @@ -696,7 +696,7 @@ 2007-06-13 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: removed one more useless *.latin() from + * src/tdepowersave.cpp: removed one more useless *.latin() from debug messages. 2007-06-13 Danny Kukawka <danny.kukawka@web.de> @@ -748,7 +748,7 @@ * src/hardware_cpu.cpp: * src/inactivity.cpp: * src/kpowersave.[cpp,h]: - * src/kpowersave_debug.h: + * src/tdepowersave_debug.h: * src/main.cpp: * src/screen.cpp: @@ -759,7 +759,7 @@ resumed(INT_MAX) from HardwareInfo::handleResumeSignal() to allow us to guess better if this was really the much-loved 6 hour D-Bus timeout. - * src/kpowersave.cpp: Changed debug message from myDebug() + * src/tdepowersave.cpp: Changed debug message from myDebug() to qdebug() and extended the message text if we assume the resume error is a D-Bus timeout. @@ -804,7 +804,7 @@ * src/config/kpowersaverc_default: Change default timeout to fake keyevent for locked screen to 2.5 seconds - * src/kpowersave.cpp: Changed behavior and timeouts to + * src/tdepowersave.cpp: Changed behavior and timeouts to fake keyevents if screen is locked and if resume/open Lid to use activateLoginScreen() function and to check first if timeToFakeKeyAfterLock >= 0. This allow the user to @@ -854,7 +854,7 @@ 2007-04-13 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Only go to suspend on a button event + * src/tdepowersave.cpp: Only go to suspend on a button event if we already resumed successful. This should solve problems if we get may e.g. a event for the powerbutton if there machine was waked up via power button which could lead to @@ -862,7 +862,7 @@ 2007-04-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed resume behavior. If KPowersave + * src/tdepowersave.cpp: Fixed resume behavior. If KPowersave assume that a timeout for the suspend call happend do the same as on succesful resume including remount, but print a debug message. @@ -894,7 +894,7 @@ 2007-04-11 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: cleanup doubled code, use existing + * src/tdepowersave.cpp: cleanup doubled code, use existing function showDetailedDialog() to show detailed dialog on mousePressEvent() @@ -909,7 +909,7 @@ 2007-04-10 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Removed notifyAutosuspend() and moved + * src/tdepowersave.cpp: Removed notifyAutosuspend() and moved code to do_autosuspend() this should prevent two connects to the same event - can do this all better in one function. Call delete() also for autosuspend on destructor. @@ -926,7 +926,7 @@ also do internly: * src/inactivity.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/screen.cpp: * src/screen.h: * src/settings.cpp: @@ -1019,12 +1019,12 @@ 2007-03-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Applied patch from Laurent Montel + * src/tdepowersave.cpp: Applied patch from Laurent Montel <lmontel@mandriva.com> to avoid double translation. 2007-03-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Applied patch from Laurent Montel + * src/tdepowersave.cpp: Applied patch from Laurent Montel <lmontel@mandriva.com> to fix problems with error messages from the KDE Media Manager, which can be formated with html- tags. @@ -1033,14 +1033,14 @@ 2007-03-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed b.n.c bug #257326. Ignore battery + * src/tdepowersave.cpp: Fixed b.n.c bug #257326. Ignore battery warnings if the machine is on AC. This case can happen if e.g the battery charging state is not up-to-date if we get the low level warnings. 2007-03-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Applied slightly adopted patch from + * src/tdepowersave.cpp: Applied slightly adopted patch from caglar@pardus.org.tr to show log of pm-utils on Pardus. 2007-03-22 Danny Kukawka <danny.kukawka@web.de> @@ -1050,7 +1050,7 @@ 2007-03-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Stop autosuspend before call suspend and + * src/tdepowersave.cpp: Stop autosuspend before call suspend and also if autosuspend get disabled (this worked also before and produced no unintentional suspend because this was checked before the suspend get called). I could not reproduce this bug reported @@ -1081,7 +1081,7 @@ 2007-03-16 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: ident changes + * src/tdepowersave.cpp: ident changes 2007-03-16 Danny Kukawka <danny.kukawka@web.de> @@ -1101,7 +1101,7 @@ 2007-03-15 Danny Kukawka <danny.kukawka@web.de> * kpowersave.tdevelop: again a minor tdevelop change - * src/kpowersave.cpp: Fixed Debian bug #413638: if config dialog + * src/tdepowersave.cpp: Fixed Debian bug #413638: if config dialog is minimized and the user try to start config dialog via applet reactivate the dialog. @@ -1113,7 +1113,7 @@ 2007-03-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Applied patch from Andreas Schwab + * src/tdepowersave.cpp: Applied patch from Andreas Schwab <schwab@suse.de> to avoid possible segmentation fault. 2007-03-09 Danny Kukawka <danny.kukawka@web.de> @@ -1124,7 +1124,7 @@ message (need new translations for the rest). Removed complete message event handling for no longer existing "Advanced Powersave" scheme. - * src/kpowersave.cpp: removed 'Powersave' from message + * src/tdepowersave.cpp: removed 'Powersave' from message 2007-03-09 Danny Kukawka <danny.kukawka@web.de> @@ -1134,7 +1134,7 @@ * src/detaileddialog.cpp: * src/hardware*.[cpp,h]: * src/inactivity.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/main.cpp: * src/screen.[cpp,h]: @@ -1243,13 +1243,13 @@ 2007-02-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Changed KMessageBox notify option for + * src/tdepowersave.cpp: Changed KMessageBox notify option for handleMount() error dialog to get a notify sound (especially if the lid get closed). 2007-02-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed b.n.c #244052. On button events which + * src/tdepowersave.cpp: Fixed b.n.c #244052. On button events which call suspend2* and the system get problems with umount partitions which at least cause open a blocking KMessageBox result in 100% CPU usage. This happen because the QT D-Bus bindings wait for a @@ -1264,7 +1264,7 @@ 2007-02-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Only lock the screen and force DPMS if there + * src/tdepowersave.cpp: Only lock the screen and force DPMS if there is no action for lidclose event/button defined. Otherwise the related action as e.g. suspend2disk (should) handle the lock and in this case there is no need to force DPMS off. @@ -1287,7 +1287,7 @@ 2007-02-09 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Applied patch from S.Çağlar Onur + * src/tdepowersave.cpp: Applied patch from S.Çağlar Onur <caglar@pardus.org.tr> to fix typo in a hwinfo->setCPUFreq() call. 2007-02-07 Danny Kukawka <danny.kukawka@web.de> @@ -1321,7 +1321,7 @@ * src/hardware.[cpp]: Added code to call SetCPUFreqPerformance on dynamic CPU freq. Removed no longer needed enum and case for DYNAMIC_SET. - * src/kpowersave.cpp: Changed function calls to give the needed + * src/tdepowersave.cpp: Changed function calls to give the needed config value to hwinfo->setCPUFreq() as param. * src/settings.[cpp,h]: Added code to read the new config key and value for the schemes from the config file. @@ -1337,7 +1337,7 @@ * src/hardware.[cpp,h]: Added new function to call the related D-Bus call for HAL. - * src/kpowersave.cpp: Call HardwareInfo::setPowerSave() with true + * src/tdepowersave.cpp: Call HardwareInfo::setPowerSave() with true if on battery and with false otherwise. 2007-02-01 Danny Kukawka <danny.kukawka@web.de> @@ -1363,7 +1363,7 @@ * src/config/kpowersaverc_default: Added LOGOUT_DIALOG to allowed button events. This action make no sence on battery events. * src/configuredialog.cpp: Updated mapping and translate string. - * src/kpowersave.cpp: Added code to call the KDE lougout dialog. + * src/tdepowersave.cpp: Added code to call the KDE lougout dialog. * src/settings.[cpp,h]: Added code to read the setting and map the config value to the actions. @@ -1444,7 +1444,7 @@ * src/dbusHAL.[cpp,h]: * src/dummy.cpp: * src/hardware.[cpp,h]: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/main.cpp: 2007-01-26 Danny Kukawka <danny.kukawka@web.de> @@ -1462,7 +1462,7 @@ 2007-01-26 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed b.n.c #230686. Load the settings + * src/tdepowersave.cpp: Fixed b.n.c #230686. Load the settings for the current scheme if the config GUI get closed to force changes on a scheme to the system. Also set the battery warning levels to the primary battery object to get the @@ -1546,7 +1546,7 @@ * src/config/kpowersaverc_default: * src/configuredialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/settings.[cpp,h]: 2007-01-23 Danny Kukawka <danny.kukawka@web.de> @@ -1555,7 +1555,7 @@ 2007-01-23 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: removed unused variable + * src/tdepowersave.cpp: removed unused variable 2007-01-23 Danny Kukawka <danny.kukawka@web.de> @@ -1680,7 +1680,7 @@ * src/Makefile.am: Removed dummy strings from: * src/configuredialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/screen.cpp: * src/settings.cpp: @@ -1732,7 +1732,7 @@ Commited unsaved change, updated Changelog: - * src/kpowersave.cpp: Changed lockScreen() DCOP function to + * src/tdepowersave.cpp: Changed lockScreen() DCOP function to lock simply the screen unrelated to the setting for suspend on suspend. @@ -1747,7 +1747,7 @@ 2007-01-04 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed b.n.c #231709 by fixing minor + * src/tdepowersave.cpp: fixed b.n.c #231709 by fixing minor compiler warning about "comparison with string literal" by using strcmp(). @@ -1795,12 +1795,12 @@ s/kde_settings/kde/ - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/settings.[cpp,h]: 2006-12-15 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Little fix for disable s2ram and + * src/tdepowersave.cpp: Little fix for disable s2ram and standby menu entry if not allowed while call action. 2006-12-08 Danny Kukawka <danny.kukawka@web.de> @@ -1829,14 +1829,14 @@ 2006-11-27 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fix to set the type of suspend before + * src/tdepowersave.cpp: Fix to set the type of suspend before call handleMounts() and reset in the error case to show the correct caption for the error dialog if the umount fail. Added i18n() call to translate the caption correct. 2006-11-27 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added "Don't ask again" checkbox to + * src/tdepowersave.cpp: Added "Don't ask again" checkbox to error message box if KPowersave get a error from kded for umount partitions before suspend. Fixed dialog caption to display the correct type of suspend. @@ -1866,28 +1866,28 @@ 2006-11-22 Danny Kukawka <danny.kukawka@web.de> * src/hardware.cpp: typo and whitespace fix - * src/kpowersave.cpp: reset the cPU Freq Policy after resume, + * src/tdepowersave.cpp: reset the cPU Freq Policy after resume, after resume (IMO to workaround a bug in the kernel, because the kernel should resume with the same CPU Freq settings as on suspend) 2006-11-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added some code to display error msg + * src/tdepowersave.cpp: Added some code to display error msg to the user on suspend and display a dialog to choose between stop and continue the suspend. Default should be stop suspend as also ESC is. 2006-11-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added code to remount the before + * src/tdepowersave.cpp: Added code to remount the before suspend/standby unmounted external storage volumes. Show the user a passive popup if there is a error while try to remount. 2006-11-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added initial code to umount before + * src/tdepowersave.cpp: Added initial code to umount before suspend. TODO: add code to inform the user about the error and offer @@ -1911,12 +1911,12 @@ 2006-11-21 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fixed applet tooltip to show correct + * src/tdepowersave.cpp: Fixed applet tooltip to show correct information if the battery is in state CHARGING. 2006-11-21 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Fix battery warning level handling and + * src/tdepowersave.cpp: Fix battery warning level handling and show warning messages to the user only if battery state is not CHARGING. @@ -1962,7 +1962,7 @@ * src/dbusHAL.cpp: * src/hardware.cpp: * src/hardware.h: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/settings.h: 2006-11-20 Danny Kukawka <danny.kukawka@web.de> @@ -1994,7 +1994,7 @@ 2006-11-20 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Adapted new function to reset the + * src/tdepowersave.cpp: Adapted new function to reset the KDE screensaver (and DPMS) settings. * src/screen.[cpp,h]: Added new function to call the configure() at the KScreensaverIface to reset the current @@ -2022,7 +2022,7 @@ 2006-11-19 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added some linebreaks to warning + * src/tdepowersave.cpp: Added some linebreaks to warning messages for battery states. 2006-11-19 Danny Kukawka <danny.kukawka@web.de> @@ -2067,21 +2067,21 @@ to add support for Pardus Linux. * configure.in.in: added detect Pardus Linux - * src/kpowersave.cpp: added bugreport address + * src/tdepowersave.cpp: added bugreport address 2006-11-17 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed bugreport address for + * src/tdepowersave.cpp: fixed bugreport address for openSUSE 2006-11-17 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Reduced function calls to + * src/tdepowersave.cpp: Reduced function calls to dbusHAL with updateTooltip(). 2006-11-16 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed set CPUFreq via the applet + * src/tdepowersave.cpp: fixed set CPUFreq via the applet menu and reduced calls if a scheme switched. 2006-11-16 Danny Kukawka <danny.kukawka@web.de> @@ -2114,7 +2114,7 @@ 2006-11-16 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: changed position of call + * src/tdepowersave.cpp: changed position of call setPrimaryBatteriesWarningLevel() to do this first if the scheme was set. @@ -2123,7 +2123,7 @@ * src/hardware.[cpp,h]: Added support to check for PMU support and renamed checkACPI_APM() to more general name checkPowermanagement() - * src/kpowersave.cpp: extended startup check to + * src/tdepowersave.cpp: extended startup check to exit only if not ACPI/APM/PMU/CPUFreq/s2disk/2sram. 2006-11-16 Danny Kukawka <danny.kukawka@web.de> @@ -2172,7 +2172,7 @@ 2006-11-13 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: display error message on scheme + * src/tdepowersave.cpp: display error message on scheme switch only if the scheme is not known and not if the current scheme get selected. @@ -2192,7 +2192,7 @@ 2006-11-13 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added fix from Michael Biebl + * src/tdepowersave.cpp: Added fix from Michael Biebl <biebl@teco.edu> for debian bug #398201 to avoid crash of KPowersave if showDetailedDialog() called via DCOP. @@ -2202,7 +2202,7 @@ 2006-11-13 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed event handling for battery + * src/tdepowersave.cpp: fixed event handling for battery warning states to call related actions also if notify is disabled. @@ -2228,7 +2228,7 @@ 2006-11-12 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: Added some code comments and + * src/tdepowersave.cpp: Added some code comments and code to set the CPU Freq Policy for each scheme. * src/settings.[cpp,h]: changed type of CPU Freq Policy from int to cpufreq_type. @@ -2277,11 +2277,11 @@ always the same. Fixed handling of Q_SIGNALS if D-Bus restart related to HAL and D-Bus itself status. - * src/kpowersave.cpp: added a comment + * src/tdepowersave.cpp: added a comment 2006-11-08 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed slot do_setActiveScheme() + * src/tdepowersave.cpp: fixed slot do_setActiveScheme() to check if the requested scheme is available, load the scheme settings, call setSchemeSettings() to set the related changes and inform KNotify. @@ -2296,7 +2296,7 @@ 2006-11-08 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed connect to not existing + * src/tdepowersave.cpp: fixed connect to not existing slot/function to show error message from autosuspend 2006-11-08 Danny Kukawka <danny.kukawka@web.de> @@ -2328,7 +2328,7 @@ battery types. * src/hardware_batteryCollection.[cpp,h]: changed Q_SIGNALS to emit also battery type. - * src/kpowersave.cpp: changed debug msg and set the + * src/tdepowersave.cpp: changed debug msg and set the battery warning level temporary in the constructor to HardwareInfo object. @@ -2339,7 +2339,7 @@ * src/hardware.[cpp,h]: changed setBrightness() to work with level and percent (added mapping from percentage to level) and fixed min and max values. - * src/kpowersave.cpp: related changes. + * src/tdepowersave.cpp: related changes. 2006-11-06 Danny Kukawka <danny.kukawka@web.de> @@ -2356,7 +2356,7 @@ * src/hardware.cpp: Fixed case if HAL wasn't present at startup. Now if hal reconnect recheck all hardware information. - * src/kpowersave.cpp: Fixed creation of the applet + * src/tdepowersave.cpp: Fixed creation of the applet menu if HAL or D-Bus disappear or/and reconnect. Fixed applet Icon if HAL/D-Bus is not available. @@ -2371,7 +2371,7 @@ * src/dbusHAL.cpp: set dbus_is_connected to false if D-Bus is gone - * src/kpowersave.cpp: fixed display D-Bus error message + * src/tdepowersave.cpp: fixed display D-Bus error message and avoid display HAL related error msg if D-Bus is terminated. @@ -2397,7 +2397,7 @@ Fixed setCPUFreq(), use char* instead instead of direct usage of e.g. "performance". * src/hardware.h: make checkCurrentCPUFreqPolicy() public - * src/kpowersave.cpp: force a check of current CPUFreq + * src/tdepowersave.cpp: force a check of current CPUFreq policy after set the policy to be sure the CPUFreq Policy is correct displayed in the applet. @@ -2411,7 +2411,7 @@ * src/hardware.cpp: fixed detection of changes in current CPU Freq Policy (_use_ temp variable correct ) - * src/kpowersave.cpp: removed debug + * src/tdepowersave.cpp: removed debug 2006-11-05 Danny Kukawka <danny.kukawka@web.de> @@ -2423,7 +2423,7 @@ * src/hardware.[cpp,h]: added and emit new signal if the primary battery collection changed a value - * src/kpowersave.cpp: Fixed change applet icon if the AC + * src/tdepowersave.cpp: Fixed change applet icon if the AC plug added/removed 2006-11-05 Danny Kukawka <danny.kukawka@web.de> @@ -2492,7 +2492,7 @@ the configuration dialog. * src/configuredialog.[cpp,h]: - * src/kpowersave.cpp: related changes to open/create the + * src/tdepowersave.cpp: related changes to open/create the configdialog. 2006-11-03 Danny Kukawka <danny.kukawka@web.de> @@ -2522,7 +2522,7 @@ * src/dbusPowersave.cpp: comment out some code to get the applet run temporary, before remove the class complete. * src/detaileddialog.[cpp,h]: replaced complete pdaemon code - * src/kpowersave.cpp: related changes to call the constructor + * src/tdepowersave.cpp: related changes to call the constructor of class detaileddialog. 2006-11-02 Danny Kukawka <danny.kukawka@web.de> @@ -2560,7 +2560,7 @@ settings to constructor. * src/hardware_battery.[cpp,h]: renamed some enum to avoid conflicts - * src/kpowersave.cpp: replaced scheme handling parts where we + * src/tdepowersave.cpp: replaced scheme handling parts where we tried to get scheme information from the pdaemon class. commented out some code which we should replace later. * src/kpowersave.h: added new member to hold HardwareInfo class @@ -3109,7 +3109,7 @@ * src/blacklisteditdialog.cpp: * src/detaileddialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/pdaemon.cpp: * src/pdaemon.h: @@ -3119,7 +3119,7 @@ (in class pDaemon) from int to bool: * src/detaileddialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/pdaemon.cpp: * src/pdaemon.h: @@ -3142,7 +3142,7 @@ s/messagebus/dbus/ in all translations * src/infodialog.cpp: added command to adjust the size of the dialog before open. - * src/kpowersave.cpp: fixed message if dbus daemon is not + * src/tdepowersave.cpp: fixed message if dbus daemon is not running. Use correct script name and not the name from Fedora. 2006-06-12 Danny Kukawka <danny.kukawka@web.de> @@ -3157,7 +3157,7 @@ SUSE Linux and SLES/SLED as enterprise products * README: changed link to bugzilla for SUSE Linux and SLED/SLES * doc/doxy/fixed_bugs.dox: added fixed bug to list - * src/kpowersave.cpp: added new link for SLES/SLED bugzilla + * src/tdepowersave.cpp: added new link for SLES/SLED bugzilla * ChangeLog.package, doc/doxy/changelog.dox: updated changelogs * packaging/*.spec: updated specs to current version @@ -3176,7 +3176,7 @@ * configure.in.in: added configure check to detect K/Ubuntu * README: changed link to Ubuntu bugzilla to launchpad.net - * src/kpowersave.cpp: added address for ALT Linux and Ubuntu + * src/tdepowersave.cpp: added address for ALT Linux and Ubuntu bugzilla for "Report a bug ..." 2006-06-11 Danny Kukawka <danny.kukawka@web.de> @@ -3269,7 +3269,7 @@ 2006-06-02 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: added check before autosuspend, if autosuspend + * src/tdepowersave.cpp: added check before autosuspend, if autosuspend was disabled via the applet menu 2006-06-02 Danny Kukawka <danny.kukawka@web.de> @@ -3282,7 +3282,7 @@ * doc/doxy/process.dox: * src/inactivity.cpp: * src/infodialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/kpowersave.h: * src/screen.cpp: @@ -3328,14 +3328,14 @@ 2006-05-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp/h: (list_CPUFreqPolicys): Added dcop function to + * src/tdepowersave.cpp/h: (list_CPUFreqPolicys): Added dcop function to list the supported CPU Frequency policies. (do_setCPUFreqPolicy): Added dcop function to set the current CPUFreq policy. 2006-05-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp/h: (do_setScheme): added new dcop function to + * src/tdepowersave.cpp/h: (do_setScheme): added new dcop function to allow set the current scheme via kpowersave (see sf.net bug #1483392) (disableAutosuspend): litte change, set first applet item to avoid possible double action @@ -3351,7 +3351,7 @@ 2006-05-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: (disableAutosuspend): fixed sf.net bug #1483392 + * src/tdepowersave.cpp: (disableAutosuspend): fixed sf.net bug #1483392 and set changes on autosuspend state via dcop interface back to the applet. @@ -3524,7 +3524,7 @@ 2006-04-04 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: changed address for bug reports if this + * src/tdepowersave.cpp: changed address for bug reports if this is a SUSE package to opensuse wiki page for bug reports * src/main.cpp: fixed address for bugreports in the about dialog. This should be a mail adress, use now powersave-users ML. @@ -3572,7 +3572,7 @@ * po/de.po, po/kpowersave.pot: added string for GNOME screensaver * src/configuredialog.cpp, src/configuredialog.h: added GNOME screensaver to configure dialog (only if a GNOME session is running) - * src/kpowersave.cpp: Fixed detection of GNOME session + * src/tdepowersave.cpp: Fixed detection of GNOME session * src/screen.cpp, src/screen.h: Added support for detection of and lock with GNOME screensaver @@ -3580,7 +3580,7 @@ * src/config/kpowersaverc_default: added new configure variable for emit faked keyevent after resume from suspend - * src/kpowersave.cpp, src/kpowersave.h: added function to call + * src/tdepowersave.cpp, src/kpowersave.h: added function to call screen:fakeShiftKeyEvent() after resume * src/screen.h: changed fakeShiftKeyEvent to public SLOT * src/settings.cpp, src/settings.h: added read new variable @@ -3595,7 +3595,7 @@ 2006-03-29 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed errorhandling for YaST power-management + * src/tdepowersave.cpp: fixed errorhandling for YaST power-management module. Added returncode 16 (user clicked on Cancel) as successful case to avoid error message. @@ -3656,7 +3656,7 @@ 2006-03-27 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed tooltip to avoid adding string for + * src/tdepowersave.cpp: fixed tooltip to avoid adding string for charging battery (" -- battery is charging") if the battery is full (100%) and the machine is on AC, but the battery is reporting charging (broken ACPI case). @@ -3677,7 +3677,7 @@ Added patch from Michael Biebl: * configure.in.in: removed no longer needed check - * src/kpowersave.cpp: fixed connect for autosusend notify on resume + * src/tdepowersave.cpp: fixed connect for autosusend notify on resume 2006-03-25 Danny Kukawka <danny.kukawka@web.de> @@ -3737,7 +3737,7 @@ a new class inactivity for reuse on dimm brightness on incativity * src/inactivity.cpp, src/inactivity.h: new files/class with basic functions to detect inactivity and check blacklist - * src/kpowersave.cpp: changed name of signal for autosuspend + * src/tdepowersave.cpp: changed name of signal for autosuspend 2006-03-19 Danny Kukawka <danny.kukawka@web.de> @@ -3765,7 +3765,7 @@ feature for CODE 10 SP1. Added some additional strings for 'Dimm dispaly on inactivity'. All this strings added for new translation round. - * src/kpowersave.cpp: Added some string dummys for translate + * src/tdepowersave.cpp: Added some string dummys for translate s2ram message 2006-03-13 Danny Kukawka <danny.kukawka@web.de> @@ -3820,7 +3820,7 @@ * src/blacklisteditdialog.cpp: * src/detaileddialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/pdaemon.cpp: * src/pdaemon.h: * src/settings.cpp: @@ -3874,7 +3874,7 @@ 2006-03-09 Danny Kukawka <danny.kukawka@web.de> * src/kpowersave.h: whitespace fix - * src/kpowersave_debug.h: added copyright header and a doxygen comment + * src/tdepowersave_debug.h: added copyright header and a doxygen comment 2006-03-09 Danny Kukawka <danny.kukawka@web.de> @@ -3886,7 +3886,7 @@ Added patch from Holger Macht <hmacht@suse.de> to allow root always to suspend/standby machine. - * src/kpowersave.cpp: Added check if current user is root and use + * src/tdepowersave.cpp: Added check if current user is root and use ADMIN_MESSAGE instead of ACTION_MESSAGE if uid==0 * src/pdaemon.cpp: If user is root set suspend/standby always to allowed @@ -3932,7 +3932,7 @@ * src/config/kpowersaverc_default: added new config key to disable force dpms of on lidclose - * src/kpowersave.cpp, src/kpowersave.h: Added new function to handle + * src/tdepowersave.cpp, src/kpowersave.h: Added new function to handle 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 @@ -4046,7 +4046,7 @@ many events. This maybe result in more CPU usage and many rechecks in KPowersave. --> fix HAL only to poll AC every 2 seconds and battery maybe every 60 or 30 secs. - * src/kpowersave.cpp: added APM case to updateTooltip(): + * src/tdepowersave.cpp: added APM case to updateTooltip(): if charging and APM: only display percentage because we currently get no remaining time values from HAL @@ -4058,7 +4058,7 @@ * src/pdaemon.cpp, src/pdaemon.h: Added check if throttling is not supported by machine, changed returnvalue for this from void to boolean. This should fix e.g. machines with APM - * src/kpowersave_debug.h: fixed myDebug to make function usable + * src/tdepowersave_debug.h: fixed myDebug to make function usable within on-line if-else commands 2006-02-23 Danny Kukawka <danny.kukawka@web.de> @@ -4110,7 +4110,7 @@ * po/kpowersave.pot: added string for charging battery * src/detaileddialog.cpp: remove whitespaces in code doc - * src/kpowersave.cpp: added extra string if machine is charging + * src/tdepowersave.cpp: added extra string if machine is charging 2006-02-19 Danny Kukawka <danny.kukawka@web.de> @@ -4162,7 +4162,7 @@ * src/configureDialog.cpp: fixed string * src/eventsrc: Added new events and default settings. including the german translation of the comments. - * src/kpowersave.cppn src/kpowersave.h: Added new KNotify events for: + * src/tdepowersave.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 Q_SIGNALS for: lidopened, @@ -4191,7 +4191,7 @@ Fixed i18n strings: * src/autosuspend.cpp: * src/detaileddialog.cpp: - * src/kpowersave.cpp: + * src/tdepowersave.cpp: * src/kpowersave_configure.ui: 2006-02-17 Danny Kukawka <danny.kukawka@web.de> @@ -4210,7 +4210,7 @@ * src/eventsrc: Added define and defaults for events. Changed: Added events for different battery states and added german translation for the comments. NOTE: need to be translated! - * src/kpowersave.cpp, src/kpowersave.h: Added menu entry to start + * src/tdepowersave.cpp, src/kpowersave.h: Added menu entry to start the KNotify config dialog to configure the notifications. Changed handling for events, removed not needed sound events and replaced with KNotify events (AC adapter, Battery states, Autosuspend started) @@ -4226,7 +4226,7 @@ 2006-02-16 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp, src/kpowersave.h: Added dcop function to + * src/tdepowersave.cpp, src/kpowersave.h: Added dcop function to open configure dialog. 2006-02-16 Danny Kukawka <danny.kukawka@web.de> @@ -4351,7 +4351,7 @@ * configure.in.in: removed unneeded checks for pkgconfig this should be done automatically m4-macros - * po/*.po, po/kpowersave.pot, src/kpowersave.cpp: replaced + * po/*.po, po/kpowersave.pot, src/tdepowersave.cpp: replaced path to start powersave with /etc/init.d/powersaved 2006-02-07 Danny Kukawka <danny.kukawka@web.de> @@ -4464,7 +4464,7 @@ debug informations to the class * src/autosuspend.h: added new signal to forward error messages to class kpowersave - * src/kpowersave.cpp: Connect new autosuspend signal + * src/tdepowersave.cpp: Connect new autosuspend signal to display the error msg. 2006-02-03 Danny Kukawka <danny.kukawka@web.de> @@ -4499,7 +4499,7 @@ 2006-02-01 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp, src/pdaemon.cpp, src/pdaemon.h: + * src/tdepowersave.cpp, src/pdaemon.cpp, src/pdaemon.h: removed enum BAT_CHARG and replaced with define from libpower @@ -4548,7 +4548,7 @@ and added icon for the current scheme. Fixed some strings from the patch above to get translation in this translation round (need to fix them for the next round) - * src/kpowersave.cpp, src/kpowersave.h: Added new pixmap + * src/tdepowersave.cpp, src/kpowersave.h: Added new pixmap with the current applet icon and give a reference to the detailed dialog to have there a actuall icon. * src/pdaemon.cpp, src/pdaemon.h: added patch from Daniel @@ -4561,7 +4561,7 @@ 2006-01-27 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: use now invokeBrowser() for + * src/tdepowersave.cpp: use now invokeBrowser() for open bugreport website and cleaned up includes. 2006-01-27 Danny Kukawka <danny.kukawka@web.de> @@ -4576,7 +4576,7 @@ * src/pics/cr16-action-scheme_advanced_powersave.png, src/pics/cr22-action-scheme_advanced_powersave.png: Added icons for the new 'Advanced Powersave' scheme - * src/configureDialog.cpp, src/kpowersave.cpp: integrated + * src/configureDialog.cpp, src/tdepowersave.cpp: integrated the new icon. * src/pics/cr32-action-laptoppower.png: removed old, not needed really ugly icon @@ -4619,7 +4619,7 @@ * po/de.po: Fixed string * po/kpowersave.pot: fixed 'Dimm' with 'Dim' - * src/kpowersave.cpp: fixed 'Dimm' with 'Dim' + * src/tdepowersave.cpp: fixed 'Dimm' with 'Dim' 2006-01-26 Danny Kukawka <danny.kukawka@web.de> @@ -4637,7 +4637,7 @@ 2006-01-25 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp, src/kpowersave.h: Added new help menu + * src/tdepowersave.cpp, src/kpowersave.h: Added new help menu to the applet. This menu provide: open KPowersave handbook, show About dialog (About, Authors, Thanks To, Licence Agreement) and a 'Report a bug' entry which open a browser @@ -4660,7 +4660,7 @@ * src/configureDialog.cpp: for dimm brightness on inactivity and runtime powermanagement * src/detaileddialog.cpp: for additional information - * src/kpowersave.cpp: for runtime powermanagement and + * src/tdepowersave.cpp: for runtime powermanagement and dimm brightness 2006-01-24 Danny Kukawka <danny.kukawka@web.de> @@ -4715,7 +4715,7 @@ 2006-01-23 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp, src/kpowersave.h: Added code comments, + * src/tdepowersave.cpp, src/kpowersave.h: Added code comments, fixed code format. 2006-01-23 Danny Kukawka <danny.kukawka@web.de> @@ -4728,7 +4728,7 @@ * src/Makefile.am: added new files to make * src/detailed_dialog.ui, src/detaileddialog.cpp, src/detaileddialog.h: new file for the dialog - * src/kpowersave.cpp, src/kpowersave.h: added new functions to + * src/tdepowersave.cpp, src/kpowersave.h: added new functions to prevent open the detailed dialog twice. Added dialog to left mouse button and comment out cpuspeed from the tooltip (TODO: search for a good solution to readd this info). @@ -4741,7 +4741,7 @@ * ChangeLog.package, NEWS, doc/doxy/changelog.dox: updated * src/config/kpowersaverc_default: added default settings for 'Advanced Powersave' scheme - * src/kpowersave.cpp: changed 'Aggressive' to 'Advanced' Powersave + * src/tdepowersave.cpp: changed 'Aggressive' to 'Advanced' Powersave scheme as in actual powersaved defined. 2006-01-17 Danny Kukawka <danny.kukawka@web.de> @@ -4759,7 +4759,7 @@ * ChangeLog.package, doc/doxy/changelog.dox: update changelogs * doc/doxy/process.dox: update current state of brightness feature * other src/*: updated version strings - * src/kpowersave.cpp: Added warning dialog if 'Aggressive Powersave' + * src/tdepowersave.cpp: Added warning dialog if 'Aggressive Powersave' scheme is selected. * NEWS: added releaseinfo and changes @@ -4769,7 +4769,7 @@ for brightness settings * src/configureDialog.cpp, src/configureDialog.h: implemented set/read brithness related settings for chemes - * src/kpowersave.cpp, src/kpowersave.h: implemented set + * src/tdepowersave.cpp, src/kpowersave.h: implemented set brightness if scheme switched and brightness is supported by machine * src/kpowersave_configure.ui: Added new page in scheme settings to set and test scheme specific brightness settings. @@ -4787,7 +4787,7 @@ 2006-01-14 Danny Kukawka <danny.kukawka@web.de> - * src/configureDialog.cpp, src/configureDialog.h, src/kpowersave.cpp: + * src/configureDialog.cpp, src/configureDialog.h, src/tdepowersave.cpp: Added pointer to pDaemon object from class kpowersave to be able to read and set Brightness related values via dbus. * src/pdaemon.cpp, src/pdaemon.h: Added new functions: getBrightness(), @@ -4817,7 +4817,7 @@ * src/infodialog.cpp, src/infodialog.h: added new bool and related get function to prevent popup dialog if disabled - * src/kpowersave.cpp: depending changes: added check if dialog + * src/tdepowersave.cpp: depending changes: added check if dialog disabled by user. 2006-01-10 Danny Kukawka <danny.kukawka@web.de> @@ -4849,7 +4849,7 @@ * src/info_dialog.ui, src/infodialog.cpp, src/infodialog.h: Added new class for a non-blocking dialog with only one button and a optional "Don't display again." checkbox - * src/kpowersave.cpp, src/kpowersave.h: Added new function to display + * src/tdepowersave.cpp, src/kpowersave.h: Added new function to display the 'powersave is not running' error message. Removed path from errormessage. Added some comment to signal connects and grouped them. @@ -4858,7 +4858,7 @@ 2005-12-22 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp, src/kpowersave.h: Added new function to diplay + * src/tdepowersave.cpp, src/kpowersave.h: Added new function to diplay the HAL warning passive popup and delay the message 15 sec to prevent message on HAL or powersave restart. Changed handling of display the errormessage. @@ -4888,7 +4888,7 @@ 2005-12-21 Danny Kukawka <danny.kukawka@web.de> - * src/kpowersave.cpp: fixed icon handling on (HAL) error. If there + * src/tdepowersave.cpp: fixed icon handling on (HAL) error. If there is no information about battery and AC state we 'disable' the icon (not the icon menu) @@ -4898,7 +4898,7 @@ from powerlib if connection to HAL fails (HAL_ERROR). Added new battery state to check this in class kpowersave (BAT_HAL_ERROR). Removed todo-lines. - * src/kpowersave.cpp, src/kpowersave.h: Added better errorhandling + * src/tdepowersave.cpp, src/kpowersave.h: Added better errorhandling if the connection to HAL fails if powersave is not running. Fixed in this case the tooltip and added a KPassivePopup to inform the user about this error. @@ -4925,7 +4925,7 @@ doc/hu/.cvsignore, doc/nb/.cvsignore, po/.cvsignore, src/.cvsignore, src/pics/.cvsignore: removed no CVS related files from the SVN repository. - * src/kpowersave.cpp: corrected check AC status by check for + * src/tdepowersave.cpp: corrected check AC status by check for correct enum AC_ONLINE. * src/pdaemon.cpp: Added correct defines/enums for the AC status. Also added part for better errorhandling if powersaved and HAL are @@ -5066,7 +5066,7 @@ * src/configureDialog.cpp: - fix to respect KDE user interface style guide - changed Yes/No buttons to "Import"/"Do Not Import" - * src/kpowersave.cpp, src/kpowersave_configure.ui, + * src/tdepowersave.cpp, src/kpowersave_configure.ui, src/suspenddialog.cpp: - fixes to respect KDE user interface style guide - replaced usage of SmallIcon with SmallIconSet @@ -5095,7 +5095,7 @@ * kpowersave.tdevelop: changed version string - * src/kpowersave.cpp, src/kpowersave.h: + * src/tdepowersave.cpp, src/kpowersave.h: - removed variables with icon names which used one time only and replaced directly where needed with name of the icons to reduce global variables |