summaryrefslogtreecommitdiff
path: root/core/applets/batteryapplet
AgeCommit message (Collapse)AuthorFilesLines
2006-06-01improve support for ipaqsmickeyl1-3/+1
2006-05-25g++ 4.1 fixesmickeyl1-2/+2
2005-11-28Opie Battery Applet for h19??:zecke1-1/+2
Patch by Pawel Kolodziejski (thank you once again) to make this applet work with the specific iPAQ model. It uses a 2.6kernel and there is no iPAQ specific prof file anymore, I think this device is not even capable of having a sleeve.
2005-06-14Fix bugs #1384 and #1546skyhusker2-4/+10
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-43/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+43
2004-12-21Some cleaner string handlingdrw1-19/+36
2004-12-20Fix sizing of battery status popup window to prevent truncation of battery infodrw1-2/+2
2004-12-20use less wide messagesmickeyl1-10/+10
2004-06-24Battery status panel was only updating once when it was created, after thisbrad3-7/+13
it was being hidden and re-shown without updating the data. Now it is updated every time it is shown.
2004-06-20BUGFIX: 0001321 - The batteryapplet shows a real popup frame nowharlekin1-1/+2
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-11the "bett ery" commit, batteryapplet is now a popup, only shows second ↵harlekin4-256/+270
battery on ipaq if a second battery is present
2004-04-25show applet fullscreenharlekin1-1/+1
2004-04-11Simple math reorganisation for jacket battery display (same as last one for ↵brad1-2/+2
main battery, I just missed it)
2004-04-06Simple math rearrangement that fixes the drawing of the battery meter on my iPAQbrad1-1/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15More LIBOPIE2 config fixesbrad1-1/+1
2004-03-14Updatet the appletszecke3-6/+6
2004-03-01fix includeschicken2-3/+0
2004-03-01libopie1-->libopie2mickeyl6-113/+20
2004-02-18Fix size and drawing of battery status widget and eliminate compiler warningsdrw2-43/+40
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar1-1/+1
2004-02-05"Here we are now entertain US....."zecke2-2/+1
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-01-27Funny what my SDK all triggerszecke1-0/+2
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!!
2004-01-04patch by Brad Campbell <brad@wasp.net.au>, show charging info correct ↵harlekin1-2/+2
again, thanks
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-11-06merge core/applets/*mickeyl1-4/+4
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-09-03Fix the most grave visible problems with bigger screenzecke1-3/+7
resolutions
2003-08-09Merge from BRANCH_1_0kergoth2-13/+3
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1
2003-06-03allow 'ROOT_INSTALL=blahblah make install' to workschurig1-0/+1
2003-05-22fix for the textual display to display "F" and "E" instead of "100%" and <"5%"mickeyl1-2/+12
zecke: please backport to 0.9.9
2003-05-14bugfix for ipaqs with jacketmickeyl1-1/+1
2003-05-10fix battery status display which has been broken for weeks...mickeyl1-1/+1
2003-05-10do a full repaint if style != 0mickeyl1-2/+2
2003-05-10- fix and rewrite draw algorithm to work with larger sizesmickeyl2-67/+82
- add alternative appearance (hint: click'n'hold on the battery meter :-)
2003-04-26 make applets more flexible regarding sizeharlekin1-7/+8
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-11adapt better to variable screen sizesharlekin2-12/+33
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey1-1/+5
2003-03-23Use of bat2 bool uninitialized (when on zaurus) resultedkergoth1-1/+1
in display of "Charging both devices" which confused users. @@ -15,7 +15,7 @@ using namespace Opie; BatteryStatus::BatteryStatus( const PowerStatus *p, QWidget *parent ) - : QWidget( parent, 0, WDestructiveClose), ps(p) { + : QWidget( parent, 0, WDestructiveClose), ps(p), bat2(false) { setCaption( tr("Battery status") ); QPushButton *pb = new QPushButton( tr("Close"), this ); pb->move( 70, 250 );
2003-02-06Removed TARGET_SHARP dependsgroucho1-1/+1