<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.48.113.140</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.48.113.140"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/89.48.113.140"/>
	<updated>2026-04-09T06:24:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:ThinkWiki_News&amp;diff=15503</id>
		<title>Template:ThinkWiki News</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:ThinkWiki_News&amp;diff=15503"/>
		<updated>2006-01-12T10:40:35Z</updated>

		<summary type="html">&lt;p&gt;89.48.113.140: new KThinkBat release with tp_smapi support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;12.01.2006: [[KThinkBat|KThinkBat-0.1.5_alpha2]] now uses the [[Tp_smapi|tp_smapi]] driver&lt;br /&gt;
&lt;br /&gt;
12.01.2006: ThinkWiki needs more than two bytes to count it's registered users.&lt;br /&gt;
&lt;br /&gt;
03.01.2006: The newly released [http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.15 linux-2.6.15] fixes SATA problems&lt;br /&gt;
&lt;br /&gt;
03.01.2006: New [http://sourceforge.net/projects/ipw2200-ap Centrino access point driver] announced.&lt;br /&gt;
&lt;br /&gt;
06.12.2005: The new [[SMAPI support for Linux#Using the tp_smapi module|tp_smapi]] driver provides battery charging and CD speed control on recent ThinkPads.&lt;/div&gt;</summary>
		<author><name>89.48.113.140</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=14654</id>
		<title>KThinkBat</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=14654"/>
		<updated>2006-01-12T10:32:31Z</updated>

		<summary type="html">&lt;p&gt;89.48.113.140: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&lt;br /&gt;
[https://lepetitfou.dyndns.org/KThinkBat KThinkBat] is a laptop battery monitor for the KDE-Kicker. It is inspired by the Windows Application &amp;quot;Battery Maximizer&amp;quot; which is included with ThinkPads. &lt;br /&gt;
&lt;br /&gt;
On ThinkPads it uses the SMAPI BIOS through the [[Tp_smapi]] driver.&lt;br /&gt;
&lt;br /&gt;
Homepage: https://lepetitfou.dyndns.org/KThinkBat&lt;br /&gt;
&lt;br /&gt;
Author: Tobias Roeser&lt;br /&gt;
&lt;br /&gt;
Latest Version: 0.1.5_alpha2&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat.png]]&lt;br /&gt;
&lt;br /&gt;
Offline Mode: You see how much power left and how much is consumed at the moment.&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat_ac.png]]&lt;br /&gt;
&lt;br /&gt;
Online Mode: You see the loading-power.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
KThinkBat uses the autotools. For a standard installation use &lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 su -c 'make install'&lt;br /&gt;
&lt;br /&gt;
==Gentoo==&lt;br /&gt;
You can use the the ebuild from this [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/ portage overlay], category/package: [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop app-laptop]/[https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop/kthinkbat kthinkbat].&lt;br /&gt;
&lt;br /&gt;
==Patches==&lt;br /&gt;
&lt;br /&gt;
Here's a small patch that changes the color of the current power consumtion text to white ( for dark background). Furthermore it changes the battery gauge's size (looks nicer if you place the kicker vertical).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
diff -ur kthinkbat.orig/src/kthinkbat.cpp kthinkbat/src/kthinkbat.cpp&lt;br /&gt;
--- kthinkbat.orig/src/kthinkbat.cpp    2005-12-15 22:54:28.000000000 +0100&lt;br /&gt;
+++ kthinkbat/src/kthinkbat.cpp 2005-12-15 23:32:10.000000000 +0100&lt;br /&gt;
@@ -101,7 +101,7 @@&lt;br /&gt;
 void KThinkBat::paintEvent(QPaintEvent* event)&lt;br /&gt;
 {&lt;br /&gt;
     // Werte fr Gauge und Rand&lt;br /&gt;
-    QSize gaugeFill(40, 18);&lt;br /&gt;
+    QSize gaugeFill(40, 14);&lt;br /&gt;
     QSize gHalfDot(4, 4);&lt;br /&gt;
     QSize offset(4, 4);&lt;br /&gt;
&lt;br /&gt;
@@ -135,9 +135,10 @@&lt;br /&gt;
     painter.drawPolyline(border);&lt;br /&gt;
&lt;br /&gt;
     // Prozent-Anzeige&lt;br /&gt;
-    painter.drawText( offset.width() + 12, offset.height() + gaugeFill.height() - 5, QString().number(batValue));&lt;br /&gt;
+    painter.drawText( offset.width() + 14, offset.height() + gaugeFill.height() - 2, QString().number(batValue));&lt;br /&gt;
&lt;br /&gt;
     // aktueller Verbrauch in W&lt;br /&gt;
+    painter.setPen ( &amp;quot;white&amp;quot; );&lt;br /&gt;
     painter.drawText( offset.width(), offset.height() + gaugeFill.height() + 12, QString().number((mWH + 500)/1000) + &amp;quot; &amp;quot; + unity );&lt;br /&gt;
&lt;br /&gt;
     painter.end();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
* [http://lepetitfou.dyndns.org/download/kthinkbat/ Download directory]&lt;br /&gt;
* [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop/kthinkbat/ KThinkPad ebuilds]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>89.48.113.140</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=14652</id>
		<title>KThinkBat</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=KThinkBat&amp;diff=14652"/>
		<updated>2006-01-12T10:31:28Z</updated>

		<summary type="html">&lt;p&gt;89.48.113.140: new version with tp_smapi support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Description==&lt;br /&gt;
&lt;br /&gt;
[https://lepetitfou.dyndns.org/KThinkBat KThinkBat] is a laptop battery monitor for the KDE-Kicker. It is inspired by the Windows Application &amp;quot;Battery Maximizer&amp;quot; which is included with ThinkPads. &lt;br /&gt;
&lt;br /&gt;
On ThinkPads it uses the SMAPI BIOS through the tp_smapi driver.&lt;br /&gt;
&lt;br /&gt;
Homepage: https://lepetitfou.dyndns.org/KThinkBat&lt;br /&gt;
&lt;br /&gt;
Author: Tobias Roeser&lt;br /&gt;
&lt;br /&gt;
Latest Version: 0.1.5_alpha2&lt;br /&gt;
&lt;br /&gt;
==Screenshot==&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat.png]]&lt;br /&gt;
&lt;br /&gt;
Offline Mode: You see how much power left and how much is consumed at the moment.&lt;br /&gt;
&lt;br /&gt;
[[Image:KThinkBat_ac.png]]&lt;br /&gt;
&lt;br /&gt;
Online Mode: You see the loading-power.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
KThinkBat uses the autotools. For a standard installation use &lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 su -c 'make install'&lt;br /&gt;
&lt;br /&gt;
==Gentoo==&lt;br /&gt;
You can use the the ebuild from this [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/ portage overlay], category/package: [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop app-laptop]/[https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop/kthinkbat kthinkbat].&lt;br /&gt;
&lt;br /&gt;
==Patches==&lt;br /&gt;
&lt;br /&gt;
Here's a small patch that changes the color of the current power consumtion text to white ( for dark background). Furthermore it changes the battery gauge's size (looks nicer if you place the kicker vertical).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
diff -ur kthinkbat.orig/src/kthinkbat.cpp kthinkbat/src/kthinkbat.cpp&lt;br /&gt;
--- kthinkbat.orig/src/kthinkbat.cpp    2005-12-15 22:54:28.000000000 +0100&lt;br /&gt;
+++ kthinkbat/src/kthinkbat.cpp 2005-12-15 23:32:10.000000000 +0100&lt;br /&gt;
@@ -101,7 +101,7 @@&lt;br /&gt;
 void KThinkBat::paintEvent(QPaintEvent* event)&lt;br /&gt;
 {&lt;br /&gt;
     // Werte fr Gauge und Rand&lt;br /&gt;
-    QSize gaugeFill(40, 18);&lt;br /&gt;
+    QSize gaugeFill(40, 14);&lt;br /&gt;
     QSize gHalfDot(4, 4);&lt;br /&gt;
     QSize offset(4, 4);&lt;br /&gt;
&lt;br /&gt;
@@ -135,9 +135,10 @@&lt;br /&gt;
     painter.drawPolyline(border);&lt;br /&gt;
&lt;br /&gt;
     // Prozent-Anzeige&lt;br /&gt;
-    painter.drawText( offset.width() + 12, offset.height() + gaugeFill.height() - 5, QString().number(batValue));&lt;br /&gt;
+    painter.drawText( offset.width() + 14, offset.height() + gaugeFill.height() - 2, QString().number(batValue));&lt;br /&gt;
&lt;br /&gt;
     // aktueller Verbrauch in W&lt;br /&gt;
+    painter.setPen ( &amp;quot;white&amp;quot; );&lt;br /&gt;
     painter.drawText( offset.width(), offset.height() + gaugeFill.height() + 12, QString().number((mWH + 500)/1000) + &amp;quot; &amp;quot; + unity );&lt;br /&gt;
&lt;br /&gt;
     painter.end();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
&lt;br /&gt;
* [http://lepetitfou.dyndns.org/download/kthinkbat/ Download directory]&lt;br /&gt;
* [https://lepetitfou.dyndns.org/svn/portage-overlay-lefou/trunk/app-laptop/kthinkbat/ KThinkPad ebuilds]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>89.48.113.140</name></author>
		
	</entry>
</feed>