summaryrefslogtreecommitdiff
path: root/core/applets
AgeCommit message (Collapse)AuthorFilesLines
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-10workaround half-visible volume pixmapmickeyl1-1/+1
Note: For after Opie 1.0 we need TaskBar::height()
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 - some includesharlekin1-12/+0
2003-04-26 make applets more flexible regarding sizeharlekin5-205/+26
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth10-0/+10
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth10-10/+10
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-21shut up, pleasecniehaus1-0/+1
2003-04-20adding dutch to the .pro-filescniehaus12-0/+12
2003-04-18Make appearance and rotate applet use the new rotation method of odevice.kergoth1-9/+16
2003-04-18add a qcop channelharlekin2-5/+36
2003-04-15Add a third rotation direction, for 180 degree.kergoth1-4/+6
2003-04-11use default fontharlekin1-3/+3
2003-04-11adapt better to variable screen sizesharlekin2-12/+33
2003-03-31rotate applet between desktop and suspend and not suspend and logoutharlekin1-1/+1
2003-03-30enable translation of rotateapplet. carsten: will you add the rest of the ↵mickeyl1-0/+17
.ts files?
2003-03-271) now that setCurrentRotation sets QWS_DISPLAY, dont call setDefaultRotationkergoth1-14/+10
2) now that we arent calling setDefaultRotation, we can rely on defaultRotation() returning the actual original default rotation (deforient). So in turn, we can simply 'flip back' to the original rotation, rather than trying to calculate what the original rotation would have been.
2003-03-27Remove the need for explicit <= 0, >= 360 etc handling by using % 360.kergoth1-11/+4
2003-03-26adapted to what was discussed today on irc. Direction of rotation is ↵harlekin2-11/+29
settable in appearance in future
2003-03-26also activate discovery if not allready running - makes beaming with s45 easierharlekin2-10/+21
2003-03-26On older ipaqs the display is rotated to 270 as default so adding 90 does ↵groucho1-0/+8
nothing => fixed by rotating the values (270+90=0, 0-90=370)
2003-03-26- oops. thx Harlekinsimon1-9/+0
2003-03-26- adding control filesimon1-0/+9
2003-03-25better interaction with the rotate appharlekin2-4/+3
2003-03-25ignoreharlekin1-0/+1
2003-03-25here comes the rotate startmenu applet .-)harlekin4-0/+205
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey8-8/+42
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-03-23hide cardmon applet if no medium is insertedharlekin1-2/+5
2003-03-16Enable translations of startmenu-applets. Problem is, in Qt2, moc generatesmickeyl6-12/+49
the necessary tr() functions which adds the context (aka class name) and then calls translate(). The startmenu applets don't use moc and therefore don't get the appropriate tr() functions.
2003-03-09new inlined iconharlekin1-106/+209
2003-02-17added missing config.ingroucho1-0/+4
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke11-1138/+4
Remove the hacky OBEX Implementation Add a more cleaned up more appealing (not yet working) version which will even be able to do OBEX over Bluetooth in the future -It handles receive better let's you choose what to do with custom files and created a DocLnk -Send lets you beam to multiple devices this needs the IrDa Applet to be present
2003-02-16Add some QCOP methods for the new OBEX dialogzecke2-28/+65
2003-02-06Removed TARGET_SHARP dependsgroucho1-1/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth11-11/+11
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-26Dependencies are great...groucho1-1/+1
2003-01-26..kergoth2-3/+1
2003-01-26libopieobex->libopieobex1.. Provides: libopieobex, Replaces: libopieobex, ↵kergoth1-2/+3
Depends .. openobex | libopenobex1.
2003-01-25Fixed dependenciesgroucho1-1/+1
2003-01-24another unintentional libopie->libopie1.. oops ;)kergoth1-2/+2
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth14-14/+14
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth3-3/+3
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-21better descriptionllornkcor1-1/+1
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth1-0/+1
Max..
2003-01-16i18n for new buildsystem :)kergoth14-0/+56
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth13-13/+13
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-16*** empty log message ***kergoth1-4/+1