SuccessChanges

Summary

  1. Use libupower-glib API (details)
  2. Blacklist broken n900 battery device bq27200-0 (details)
  3. Fallback for n900 (details)
  4. Update debian/changelog (details)
  5. Rename BatteryData struct members (details)
  6. batmon.c: rework prop_changed_cb() (details)
  7. Make capacity measurement fallback more generic (details)
  8. Move fallback and calibrated members to private (details)
  9. Make use of calibrated flag from battmon (details)
  10. Add UPower charger device support (details)
  11. Fix fully charged detection (details)
  12. Fallback to standard maemo5 view if not calibrated (details)
  13. Set correct battery icon on startup (details)
  14. fprintf(stderr, ...) -> g_warning(...) (details)
  15. batmon.c: rename charger_prop_changed_cb() (details)
  16. batmon.c: rename variable and function (details)
  17. Change widgets layout (details)
  18. Separate callbacks for voltage and state changes (details)
  19. Continue animation when display is triggered on (details)
  20. Rewrite battery_status_plugin_update_icon() (details)
  21. Improve voltage to percentage fallback behaviour (details)
  22. Add comments to gettext messages (details)
  23. Get rid of battery device lag (details)
  24. Fix use_design_capacity support (details)
  25. Update image widget position (details)
  26. Update debian/changelog (details)
  27. Add "Calibration needed" message (details)
  28. Fix undesirable behaviour on startup (details)
  29. Add message "Battery consumes more energy..." back (details)
  30. No more BME (details)
  31. Use new properties exposed by Maemo Leste UPower (details)
  32. Use voltage estimated percentage for warnings (details)
  33. Remove idle_time, it's not exposed by the kernel (details)
  34. batmon.c: remove member "calibrated" from private (details)
  35. Handle "battery calibrated" state change (details)
  36. Fix "No data" on full discharge (details)
  37. Fix "Battery empty/low" warnings (details)
  38. Add copyright comments (details)
  39. Add blacklisting support (details)
  40. Add bq24150a to blacklist (details)
  41. Add Droid4 line-power device to blacklist (details)
  42. Add rx51-battery to blacklist (details)
  43. Add Droid4 voltage estimated percentage support (details)
  44. Update debian/changelog (details)
  45. Improve voltage estimated percentage fallback (details)
  46. Update debian/changelog (details)
Commit bbb0d49da1b6ca3fc0cc56fed5579557f42a2c7e by Arthur D.
Use libupower-glib API
The file was modifiedbatmon.h (diff)
The file was modifiedbatmon.c (diff)
Commit 7810464acf1e4c0298d0dd49535cb419e35bc1ca by Arthur D.
Blacklist broken n900 battery device bq27200-0
The file was modifiedbatmon.c (diff)
Commit ceda2213ead54dd0709d17c1a7577fc1965b4d97 by Arthur D.
Fallback for n900
Estimate capacity by voltage if battery is not calibrated
The file was modifiedbatmon.h (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 31bb0e0bd8d767f5df87b574b116b8ec837a119c by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit f3d7da3a134d43a66d955671a37e96e30912da35 by Arthur D.
Rename BatteryData struct members
battery -> data dev     -> battery
The file was modifiedbatmon.c (diff)
Commit cde38198efefec94e6ed147c55a6af13accd090a by Arthur D.
batmon.c: rework prop_changed_cb()
The file was modifiedbatmon.c (diff)
Commit 3ef5410e7eb15c47b97c87fd7171ed5bf56ee8d0 by Arthur D.
Make capacity measurement fallback more generic
The file was modifiedbatmon.c (diff)
Commit ee10b5a3e6db52aa775d4642c9ca42f3fcf9a46b by Arthur D.
Move fallback and calibrated members to private
The file was modifiedbatmon.h (diff)
The file was modifiedbatmon.c (diff)
Commit ea8fb8ea024c57d256f329159a5e8489fbfc6c4d by Arthur D.
Make use of calibrated flag from battmon
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
Commit d41c77ec8a5ea6f1972cadc60fec6da630d2ba56 by Arthur D.
Add UPower charger device support
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.h (diff)
Commit cb487ae5dccc97fcb716730c09eeeee11ac785a7 by Arthur D.
Fix fully charged detection
The file was modifiedstatus-area-applet-battery.c (diff)
Commit f608a49eaa50f480bfe15015a6c85887d4fd97bd by Arthur D.
Fallback to standard maemo5 view if not calibrated
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 99b95de1ca3570598c7984d34a81d8e4b083125a by Arthur D.
Set correct battery icon on startup
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 52ee7e4aee792693171b730e76f25115f1d6a740 by Arthur D.
fprintf(stderr, ...) -> g_warning(...)
The file was modifiedbatmon.c (diff)
Commit ec7471733ae505c38601e008ba9086c8efc87338 by Arthur D.
batmon.c: rename charger_prop_changed_cb()
The file was modifiedbatmon.c (diff)
Commit ee2d0eabce5e10ce9e9e4c83a74c541538b10f72 by Arthur D.
batmon.c: rename variable and function
The file was modifiedbatmon.c (diff)
Commit f9523a7b4451f5b172511a7da4fe143ba3a42ed0 by Arthur D.
Change widgets layout
Now it feels more like original Fremantle plugin
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 1b8037ba0ad528c66073dcfaf90c34a6ad397756 by Arthur D.
Separate callbacks for voltage and state changes
The file was modifiedbatmon.c (diff)
Commit 8eff58463d946514e1a7d0ce4ba1876d74eceb57 by Arthur D.
Continue animation when display is triggered on
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 182ed690b90ff39f726e63e312f07db593548f2d by Arthur D.
Rewrite battery_status_plugin_update_icon()
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 51df8089fab0d580c94383924b0418f4cfdf90e1 by Arthur D.
Improve voltage to percentage fallback behaviour
Percentage shouldn't grow when discharging and decrease when charging
The file was modifiedbatmon.c (diff)
Commit 679d2a5fd26cb1e35b83cee81932576b12dce649 by Arthur D.
Add comments to gettext messages
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 7492ae10d6cdb17388a49c156e1e4ef91ad06c52 by Arthur D.
Get rid of battery device lag
The file was modifiedbatmon.c (diff)
Commit 7a272d71accb327212ec1ecd9ea3150570201728 by Arthur D.
Fix use_design_capacity support
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (diff)
Commit f60cf0a8c4c0d7c397e9233bc6854158960ae3b4 by Arthur D.
Update image widget position
It moves left if use_design_capacity option is set and the battery is
calibrated.
It's done to give extra space for text labels.
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 51898f34893a1c96b64b519de35ae655d6c46f13 by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit 6456eaf3f3cc243813feacf8050b2f41891743ef by Arthur D.
Add "Calibration needed" message
The file was modifiedstatus-area-applet-battery.c (diff)
Commit e8d15c1d8a18014fd05b6961785afed298353a8e by Arthur D.
Fix undesirable behaviour on startup
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 6b475166d209c63b9e7e9030d91c0870f1cd3b39 by Arthur D.
Add message "Battery consumes more energy..." back
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 047a6d2bf72770226cfb84716931746f3bdc6886 by Arthur D.
Use new properties exposed by Maemo Leste UPower
The file was modifiedbatmon.h (diff)
The file was modifieddebian/control (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
Commit e84625077ccba239894dccb45846b688a0350443 by Arthur D.
Use voltage estimated percentage for warnings
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 09464832b0fe246483fa2a7e93d5279b5e1e0353 by Arthur D.
Remove idle_time, it's not exposed by the kernel
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 18cb10aaafcbf087be040619e015371d5749bc59 by Arthur D.
batmon.c: remove member "calibrated" from private
The file was modifiedbatmon.c (diff)
Commit f850374111d75134d190ccc7a04fc578a928bb6c by Arthur D.
Handle "battery calibrated" state change
The file was modifiedbatmon.c (diff)
Commit 5cda12489228a7cad8b52b637c3416d2152add50 by Arthur D.
Fix "No data" on full discharge
The file was modifiedstatus-area-applet-battery.c (diff)
Commit bcb78e70a681de537970df36fab5719e32be020f by Arthur D.
Fix "Battery empty/low" warnings
- Empty should be checked prior to low
- Don't show warnings if battery is charging
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 895f64127ce6f67369c31641276e9fae21d2b6bc by Arthur D.
Add copyright comments
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (diff)
Commit 4aa8f58a90784565aadab1cb71ca3847eac0da58 by Arthur D.
Add blacklisting support
The file was modifiedbatmon.c (diff)
Commit 06bd19d5f6f2f9d814b5002b79e5c9afc529aeca by Arthur D.
Add bq24150a to blacklist
Nokia N900 charger device is exposed as battery by UPower
The file was modifiedbatmon.c (diff)
Commit 44c083116d2a79b383deb66cb860c75a8e15e924 by Arthur D.
Add Droid4 line-power device to blacklist
Current kernel driver doesn't sent uevents on charger connect/disconnect
The file was modifiedbatmon.c (diff)
Commit 6df589b5e1eacc98ae2105b00cb6e6666399fedd by Arthur D.
Add rx51-battery to blacklist
The file was modifiedbatmon.c (diff)
Commit e28ee3d0b7a036ebfe99e910e2dd8b88a8599805 by Arthur D.
Add Droid4 voltage estimated percentage support
The file was modifieddebian/control (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (diff)
Commit 71ef2a8fe606835735f606b30fe15fb25110e2bb by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit a0a486bd85fd7f2bf342a7afb847e3c4cf345739 by Arthur D.
Improve voltage estimated percentage fallback
The file was modifiedbatmon.c (diff)
Commit 9dde1d9c8fa5a789315255d5899b367df0afbe41 by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)