SuccessChanges

Summary

  1. Add README (details)
  2. Coding style: indentation (details)
  3. Coding style: functions headers (details)
  4. Coding style: spaces near parentheses (details)
  5. Coding style: alignment (details)
  6. Coding style: structs and enums (details)
  7. Coding style: braces (details)
  8. Coding style: pointers (details)
  9. Add static declarations (details)
  10. Update debian compat level to 9 (details)
  11. Remove excessive entities (details)
  12. Minor fixes (details)
  13. Rename some struct members and functions (details)
  14. Rewrite Makefile (details)
  15. Remove upower-defs.h (details)
  16. Rename free_bat() -> free_batt() (details)
  17. Use libupower-glib API (details)
  18. Blacklist broken n900 battery device bq27200-0 (details)
  19. Fallback for n900 (details)
  20. Update debian/changelog (details)
  21. Rename BatteryData struct members (details)
  22. batmon.c: rework prop_changed_cb() (details)
  23. Make capacity measurement fallback more generic (details)
  24. Move fallback and calibrated members to private (details)
  25. Make use of calibrated flag from battmon (details)
  26. Add UPower charger device support (details)
  27. Fix fully charged detection (details)
  28. Fallback to standard maemo5 view if not calibrated (details)
  29. Set correct battery icon on startup (details)
  30. fprintf(stderr, ...) -> g_warning(...) (details)
  31. batmon.c: rename charger_prop_changed_cb() (details)
  32. batmon.c: rename variable and function (details)
  33. Change widgets layout (details)
  34. Separate callbacks for voltage and state changes (details)
  35. Continue animation when display is triggered on (details)
  36. Rewrite battery_status_plugin_update_icon() (details)
  37. Improve voltage to percentage fallback behaviour (details)
  38. Add comments to gettext messages (details)
  39. Get rid of battery device lag (details)
  40. Fix use_design_capacity support (details)
  41. Update image widget position (details)
  42. Update debian/changelog (details)
  43. Add "Calibration needed" message (details)
  44. Fix undesirable behaviour on startup (details)
  45. Add message "Battery consumes more energy..." back (details)
  46. No more BME (details)
  47. Use new properties exposed by Maemo Leste UPower (details)
  48. Use voltage estimated percentage for warnings (details)
  49. Remove idle_time, it's not exposed by the kernel (details)
  50. batmon.c: remove member "calibrated" from private (details)
  51. Handle "battery calibrated" state change (details)
  52. Fix "No data" on full discharge (details)
  53. Fix "Battery empty/low" warnings (details)
  54. Add copyright comments (details)
  55. Add blacklisting support (details)
  56. Add bq24150a to blacklist (details)
  57. Add Droid4 line-power device to blacklist (details)
  58. Add rx51-battery to blacklist (details)
  59. Make voltage estimated percentage more generic (details)
  60. Update debian/changelog (details)
  61. Improve voltage estimated percentage fallback (details)
  62. Prevent undesired messages when fully charged (details)
  63. Shorten pointers, alter comment (details)
  64. Update debian/changelog (details)
  65. Remove voltage estimated percentage fallback (details)
  66. Remove unused properties (details)
  67. batmon.c: remove commented code (details)
  68. Minor fix (details)
  69. batmon.c: simplify connection to upowerd (details)
  70. Update debian/changelog (details)
The file was addedREADME
Commit d3b047ba41434b8e4fd0d80b3bfcd42915b3115d by Arthur D.
Coding style: indentation
The file was modifiedbatmon.h (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedupower-defs.h (diff)
The file was modifiedbatmon.c (diff)
Commit 81436dc7af56268f1760f540cddc4b3f4139d090 by Arthur D.
Coding style: functions headers
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
Commit 5a1e5268f266d4fb68d628c7a83c26aaf81bbdee by Arthur D.
Coding style: spaces near parentheses
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.h (diff)
Commit 78eab19f76a0398777be7b39212cee6b4cfe791d by Arthur D.
Coding style: alignment
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (diff)
Commit d7752adcb68e5ab302b3c4eac8c02de96fad67f3 by Arthur D.
Coding style: structs and enums
The file was modifiedupower-defs.h (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
Commit c56134cfcaef149dd70ab734841b2c13eb37c0ee by Arthur D.
Coding style: pointers
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.h (diff)
Commit 5544ceb37d68fb3fd2e8f0b8f3ed88ae421ecb27 by Arthur D.
Add static declarations
The file was modifiedbatmon.c (diff)
Commit 0a682d59e488dcb9f2fabbf1d87d315408bb4e57 by Arthur D.
Update debian compat level to 9
The file was modifieddebian/control (diff)
The file was modifieddebian/compat (diff)
Commit 42883eb17581cb10d22ac937552c22eb322dd9d3 by Arthur D.
Remove excessive entities
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.h (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 7062b6f476ab6bac42651ee3c58b74ea2278de71 by Arthur D.
Rename some struct members and functions
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedMakefile (diff)
The file was modifiedbatmon.h (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedMakefile (diff)
The file was removedupower-defs.h
The file was modifieddebian/control (diff)
The file was modifiedbatmon.c (diff)
Commit c79aebd668eb48c46974e7fe2573e41514904d21 by Arthur D.
Rename free_bat() -> free_batt()
Actually it was already declared as free_batt() in batmon.c
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.h (diff)
Commit bbb0d49da1b6ca3fc0cc56fed5579557f42a2c7e by Arthur D.
Use libupower-glib API
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (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 modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.h (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.c (diff)
The file was modifiedbatmon.h (diff)
Commit ea8fb8ea024c57d256f329159a5e8489fbfc6c4d by Arthur D.
Make use of calibrated flag from battmon
The file was modifiedbatmon.h (diff)
The file was modifiedstatus-area-applet-battery.c (diff)
The file was modifiedbatmon.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 modifiedbatmon.c (diff)
The file was modifiedstatus-area-applet-battery.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 d6709fb56f17b907dc711bc1b68fc942e2fe9eb8 by Arthur D.
Make voltage estimated percentage more generic
Use design voltage properties exposed by Maemo Leste UPower
The file was modifiedbatmon.h (diff)
The file was modifieddebian/control (diff)
The file was modifiedbatmon.c (diff)
Commit 69ddcc2fcbb79245e0983a82b35bfcfa334db65d by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit dc04932c3bf93eca53f79c0c4b0888e660e22eca by Arthur D.
Improve voltage estimated percentage fallback
The file was modifiedbatmon.c (diff)
Commit 0947e271ba337e1ea93c8bea9639d104429e2297 by Arthur D.
Prevent undesired messages when fully charged
The file was modifiedstatus-area-applet-battery.c (diff)
Commit f0db6e68a735340ff78d22aa63b9d8c985d4549f by Arthur D.
Shorten pointers, alter comment
The file was modifiedstatus-area-applet-battery.c (diff)
Commit 7452bb47223f0d6ca753fc33acfa33e5498cc5b7 by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)
Commit d455c0a7d70c327bce251e27f03b0fa95b5464a2 by Arthur D.
Remove voltage estimated percentage fallback
As this code is used by MCE and plugin it was moved to UPower
The file was modifiedbatmon.h (diff)
The file was modifieddebian/control (diff)
The file was modifiedbatmon.c (diff)
Commit 946b473d0a131d873ce091d62c9ba669c1f95417 by Arthur D.
Remove unused properties
The file was modifiedbatmon.h (diff)
The file was modifiedbatmon.c (diff)
Commit 8f6651e4172eace54fecf16aa692d664227e69f6 by Arthur D.
batmon.c: remove commented code
No need to have such debugging code in master branch
The file was modifiedbatmon.c (diff)
The file was modifiedbatmon.c (diff)
Commit 54d4b1c8a75326679b7fa62c20c411de14cef6e9 by Arthur D.
batmon.c: simplify connection to upowerd
The file was modifiedbatmon.c (diff)
Commit 3f962daa6b0158d189e6d17cc0ce734f04dba334 by Arthur D.
Update debian/changelog
The file was modifieddebian/changelog (diff)