This repository was archived by the owner on Nov 15, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
164 lines (141 loc) · 7.19 KB
/
ChangeLog
File metadata and controls
164 lines (141 loc) · 7.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
KThinkBat 0.2.10:
* #40: Fixed variable type
KThinkBat 0.2.9 - 16.12.2007:
* #36: New ACPI battery backend for new sysfs ACPI interface 'power_supply'
for Linux Kernels >=2.6.24_rc1
* Refactored battery backend: Each backend has it's own driver
* Available battery drivers: ACPI, ACPI_SYSFS (alpha), SMAPI
* make install installs kthinkbat_panelapplet.{la,so} now into $PREFIX/lib/kdeX
* Translation updates: German, Italian (Anselmo Luginbühl), Slovak (Jozef Riha)
* Use forward declarations instead of includes where possible (compile speedup)
* Fixed regression bug #38: mW to mWh in some places
* #39: Don't show percentage values greater than 100.
KThinkBat 0.2.8 - 28.07.2007:
* #26: Added Czech translation send by Martin Samek
* Refactored complete internal battery handling
* Introduced new abstract base class for BatInfo
* Added new BatInfoSum class
* #28: Fixed bug with wrong calculation remaining time when using two
batteries
* Translation updates: Bulgarian (by Aleksandar Tsankov), German, Slovak (by
Jozef Riha), Spanish (Luis Sobalvarro)
* #27: show current power consuption as 'current charge rate' if charging
* More intelligent remaining time calculation in 'battery summary' mode
(if only one battery present, use the more accurate value from this battery
instead of generic recalculation)
* #31: Added COPYING.LIB (LGPL) and COPYING.DOC (GNU FDL) as some files are
released under these licenses (thanks to Harald Sitter from Kubuntu team)
KThinkBat 0.2.7 - 02.06.2007:
* Added battery recharge cycle count to the ToolTip (if available, currently
only when using SMAPI on ThinkPads)
* API documentation and refinements
* New tab-splitted config dialog
* Made all information paths configurable (ACPI, SMAPI)
* #25: support for uncommon battery information locations
* ACPI and SMAPI can be be separately enabled and disabled
* changed the calculation for remaining time when in summarized mode
(thanks to marsark for the advise)
* more general switch to use default power settings or configured one
KThinkBat 0.2.6 - 29.04.2007:
* Added Slowak Translation provided by Jozef Riha
* #13: Display of remaining time when bios/acpi report no power consumption
* Added more translated battery status strings
* enhanced BatInfo API
* more API documentation
* power consumption appearance can be configured
KThinkBat 0.2.5 - 03.04.2007:
* #20: New translation for Bulgarian from Aleksandar Tsankov
* Reworked icon set which is now more oxygen-like and with a shadow, send by
Luis Guillermo Sobalvarro
* #21: Added one translated message to Italian translation
* Update to the Spanish translation to be easier understandable, thanks to
Luis Guillermo Sobalvarro (again)
* Remaining time can be shown in hours format (h:mm) or in minutes (m min)
* More German translations
KThinkBat 0.2.4 - 06.01.2007:
* #11: better detection, if battery is installed or not
* #12: more control over the text labels, the battery gauge content can now
be empty or display remaining time or remaining power
* more German translations
* #8: slightly rearranged config dialog
* #14: Don't display remaining time of 0 min if battery is fully charged but
show the word "full" instead
* #19: Added Italian translation provided by Anselmo Luginbühl
KThinkBat 0.2.3 - 18.11.2006:
* #10: Adapt remaining time calculation to ampere based battery information
on Asus and Acer laptops
* #10: optimized ACPI parsing and ampere/volt detection
* #10, #8: made ACPI and SMAPI path configurable via config file (this makes
testing with foreign battery information easier)
KThinkBat 0.2.2 - 28.10.2006:
* #6: removed faulty text label from config dialog
* #3: added option to draw the battery gauge upright
* better ACPI support (design capacity, design critical capacity)
* calculate remaining (discharging) time from capacity values,
if the better embedded controler values ar not available
* changed min-max range for gauge size values to reflect upright gauge option
* show also the remaining time in the applet
* fixed some bugs, reported by Jan Ciger
KThinkBat 0.2.1 - 22 Okt 2006:
* parse the remaining time if using tp_smapi >= 0.29
* display the remaining time in the tooltip
* prepared config dialog for remaining time and rearranged the color choosers
* added "is charging" parsing if using tp_smapi
* FIX: Ticket #4: misaligned text
* FIX: Ticket #1: Fix font size (re-)calculation problem
KThinkBat 0.2.0 - 08 Sep 2006:
* Support new tp_smapi versions (greater than 0.26) which ommit the
'mWh' part of the power values to stay sysfs compliant
KThinkBat 0.1.9 - 04 Aug 2006:
* ToolTip can be disabled in the Preferences Dialog
KThinkBat 0.1.8 - 28 Jul 2006:
* nicer layout in the ToolTip (using HTML)
* get rid of a Preprocessor Makro
* added Polish translation from Adam Golebiowski <adamg@pld-linux.org>
KThinkBat 0.1.7 - 24 Jul 2006:
* typo in About box
* added spanish traslation provided by Luis Guillermo Soblavarro
* added some more info to the ToolTip
KThinkBat 0.1.6 - 23 Jul 2006:
* ToolTip with (later more detailed) battery information
* more code documentation
* added icons provided by Luis Guillermo Sobalvarro <lgsobalvarro@e-genieria.com>, many thanks
KThinkBat 0.1.5 - 03 Feb 2006:
* A right click gives now a Context Menu
* minor code cleanup
* added German translation
KThinkBat 0.1.5 Release Candidate 2 - 30 Jan 2006:
* With this version, The Layout of the KThinkBat Applet is now completelly configurable
* Config as a Singeleton
* Configuration/Settings Dialog
* KThinkBat can now display separate battery icons for each battery
* The Power Meter can be disabled
* Selectable Fonts
KThinkBat 0.1.5 Release Candidate 1 - 24 Jan 2006:
* All Colors can be configured (see kthinkbat.kcfg)
* The Color of the Power Consuption Text can be configured through
the Context Menu of KThinkBat
* The update interval can be changed (in config file only atm)
KThinkBat 0.1.5 Beta 3 - 23 Jan 2006:
* Support for KConfig XT
* fixed a realy annoying bug witch local variables, so
that all ACPI Fuel states where zero
KThinkBat 0.1.5 Beta 2 - 21 Jan 2006:
* better Text justification (Alignment of Values in Gauge)
* code cleanup for querying sysfs and proc interfaces
* it is now optionally possible, to display the current power
consumption to the right instead of below the battery gauge
KThinkBat 0.1.5 Beta 1 - 19 Jan 2006:
* Support a second battery
* change gauge fill color, if battery reached its alarm capacity
KThinkBat 0.1.5 Alpha 2 - 12 Jan 2006:
* prepared to display the current power consumption to the right
instead of below the battery gauge
* tp_smapi interface implemented
* On Asus Laptops shows power consumption in 100 mA steps
* Battery handling refactored into a separate class
KThinkBat 0.1.4 - 20 Nov 2005:
* Support for ASUS Laptops wich report values in mAh instead of
mWh in /proc/acpi/battery/BAT0 which fixes Bug #KTB001
KThinkBat 0.1.3 - 09 Nov 2005:
* Inital release after 3 month of personal using