]> git.sur5r.net Git - i3/i3status/history - src/print_battery_info.c
able to print percentage
[i3/i3status] / src / print_battery_info.c
2018-07-13 Felix Buehlerable to print percentage 297/head
2018-07-13 Ingo BürkMerge pull request #256 from oyvinht/master
2018-06-22 Ingo BürkMerge pull request #290 from duskCoder/changes
2018-06-20 Olivier GayotPrevent potential crash if glob() fails 290/head
2018-06-20 Olivier GayotFix potential memory leak on Linux
2018-03-27 Øyvin Halfdan ThuvRead multiple batteries on DragonFly BSD. 256/head
2018-03-27 Ingo BürkMerge pull request #251 from tomaskrizek/man-eth-wirele...
2018-03-27 Ingo BürkMerge pull request #243 from jasperla/fei_error
2018-01-28 johcgtTreat zero battery capacity as "not available" (#259)
2017-10-06 Michael StapelbergMerge pull request #237 from kousu/215-battery
2017-08-24 kousuBe more cautious about handling invalid battery measure...
2017-08-19 Emeric PlanetUse local timezone for battery %emptytime (#236)
2017-04-16 Ingo BürkMerge pull request #219 from flammi/master
2017-04-13 Emeric PlanetAdd battery capacity parsing (#216)
2017-02-07 Ingo BürkMerge pull request #202 from jasperla/openbsd_fdleak
2017-02-07 Ingo BürkMerge pull request #201 from jasperla/openbsd_bat_info
2017-02-07 Jasper Lievisse... Suppress printing :00 seconds of remaining battery... 201/head
2016-10-23 Stu ZhaoDetect batteries using glob (#163)
2016-08-29 Michael StapelbergMerge pull request #140 from tommie/multibatt
2016-08-28 Tommie GannertImplement aggregates for batteries. 140/head
2016-08-22 Tommie GannertMatch trailing equal sign in slurp_battery_info.
2016-08-21 tnnnAdded missing ampere to watt conversion for last full...
2016-08-15 tommieMove time and ratio computations out of slurp_battery_i...
2016-08-14 Michael StapelbergMerge pull request #150 from tommie/incremental_multibatt
2016-08-14 Tommie GannertMove full_design and full_last into struct battery_info. 150/head
2016-08-14 Tommie GannertAlso capture charge rate in NetBSD.
2016-08-14 Michael StapelbergMerge pull request #149 from tommie/incremental_multibatt
2016-08-14 Tommie GannertFix warnings about using a char array index on NetBSD. 149/head
2016-08-14 Tommie GannertSimplify string comparisons in slurp_battery_info for...
2016-08-14 Tommie GannertRemove warnings about unused variables in slurp_battery...
2016-08-13 Michael StapelbergMerge pull request #145 from tommie/incremental_multibatt
2016-08-03 Tommie GannertMove OS-specific code to slurp_battery_info. 145/head
2016-08-03 Tommie GannertIntroduce a struct battery_info to carry information...
2016-08-03 Michael StapelbergMerge pull request #144 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRefactor common seconds_remaining code in print_battery... 144/head
2016-08-03 Tommie GannertRemove an END_COLOR in print_battery_info for OpenBSD.
2016-08-03 Tommie GannertMove START_COLOR to after OS-specific code.
2016-08-03 Michael StapelbergMerge pull request #143 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRemove consumptionbuf from print_battery_info. 143/head
2016-08-03 Tommie GannertRemove emptytimebuf from print_battery_info.
2016-08-03 Michael StapelbergMerge pull request #142 from tommie/incremental_multibatt
2016-08-03 Tommie GannertRemove remainingbuf from print_battery_info. 142/head
2016-07-31 Tommie GannertRemove percentagebuf from print_battery_info.
2016-07-31 Tommie GannertRemove statusbuf from print_battery_info.
2016-03-30 Michael StapelbergMerge pull request #117 from egroat/master upstream/master
2016-03-21 eoinAdded status_unk to battery_info 117/head
2016-01-25 Michael StapelbergMerge pull request #103 from craftyguy/bat_full_remaining
2016-01-25 Clayton CraftThis removes the 'remaining' time when the battery... 103/head
2015-10-09 Michael StapelbergMerge pull request #71 from bsdjhb/freebsd_wifi_buildfix
2015-10-09 Michael StapelbergMerge pull request #70 from bsdjhb/freebsd_battery
2015-10-08 John BaldwinProperly detect the battery charging status under FreeBSD. 70/head
2015-10-04 Michael StapelbergMerge pull request #68 from bsvh/master
2015-10-04 Brendan Van HookAdded support for lemonbar 68/head
2015-05-20 Michael StapelbergClamp the percentage at 100% when last_full_capacity...
2015-05-05 Michael StapelbergMerge pull request #26 from nhelke/master
2015-05-05 Nicholas HelkeChanged battery info output to HH:MM for consistency... 26/head
2015-03-16 Michael StapelbergMerge pull request #8 from azuwis/master
2015-03-16 Michael Stapelbergclang-format-3.5 -i **/*.[ch], update modeline
2014-12-22 Alexander MonakovAvoid use of uninitialized variable in print_battery_info
2014-10-07 Cyril AndreattaCreated three individual Strings for each battery statu...
2014-08-25 Klemen KoširFix battery indicator on systems without POWER_SUPPLY_V...
2014-05-31 Michael StapelbergUse the absolute values for (dis)charging rates
2014-04-30 Alexander VasarabImplement battery functionality for NetBSD users
2014-03-12 MatsUnify use of string comparisons
2014-03-12 Jasper Lievisse... For the %percentage display of batteries, drop the...
2014-02-08 Iakov DavydovAdd hide_seconds option
2013-05-04 Jonas Clevefix #1017: i3status uses generic battery instance
2013-03-19 Baptiste DaroussinEnable colored output for battery on FreeBSD
2013-03-09 Christoph GöttschkesAdded format_down option for battery if no battery...
2013-02-23 Michael Stapelbergbattery: initialize colorful_output to false
2013-02-14 Julien LequertierAdded option to show battery capacity without decimals
2012-11-15 Scott TincmanDragonFlyBSD support added
2012-10-16 Simon Elsbrockbugfix: colorize output even without discharge rate...
2012-10-10 Jasper Lievisse... Various fixes for the OpenBSD section of the battery...
2012-09-05 Simon Elsbrockprint_battery.c: do END_COLOR only if START_COLOR was...
2012-08-31 Piotr DomagalskiEat unnecessary space from the battery format str.
2012-08-28 Simon Elsbrockadd additional battery threshold type "percentage"
2012-08-12 Philipp Schaeferuse correct units for battery calculation
2012-07-12 Michael StapelbergBugfix: Properly skip "consumption", not "consumptionbu...
2012-07-11 Michael Stapelbergsmall style fix in src/print_battery_info.c (move comment)
2012-07-11 Marcel HellwigCalculate the consumption if POWER_SUPPLY_POWER_NOW...
2012-07-09 Marcel HellwigAdded consumption to battery info
2012-07-09 Marcel HellwigAdded condition, for red color, when battery-time is...
2012-06-11 Mateusz LoskotMoved translation of wireless status code to text from...
2012-05-25 Simon Elsbrockcolorize battery output if remaining time below threshold
2012-05-15 Michael Stapelbergbattery info: output errors in JSON in every case
2012-04-30 Jasper Lievisse... Implement displaying battery status on OpenBSD.
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-11-26 Michael Stapelbergbattery: implement "path" option for batteries with...
2010-11-03 Michael Stapelbergbattery: use POWER_NOW if CURRENT_NOW is not available
2009-12-20 Michael StapelbergRemove trailing whitespace
2009-12-20 André-Patrick BubelImplemented showing the time when battery is empty
2009-10-16 Michael Stapelbergbattery: split up %remaining into %percentage and ...
2009-10-16 Michael StapelbergActually use the format string for the battery (Thanks...
2009-10-16 Michael StapelbergImplement option to use the last full capacity instead...
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...