summaryrefslogtreecommitdiff
path: root/core/applets
AgeCommit message (Collapse)AuthorFilesLines
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
2003-01-14changed caption, took for ipaq outharlekin1-1/+1
2003-01-10merged ipaq stuff in, one step closer to kill batteryapplet ipaqharlekin3-118/+226
2002-12-30 - rewrote the SCAP part (doesn't need netcat anymore now)sandman2-211/+228
- cleaned up the code - reworked the GUI a bit
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman8-8/+8
2002-12-27Changed the menu string from "Home" to "Desktop" -- this was decided atsandman1-1/+1
the Opie 1.0 meeting
2002-12-26signature of keyRegister() QCop call changed because of the device buttonsandman1-1/+2
rewrite
2002-12-18since Harlekin doesn't want to fix his typo, I'll have to do it ;)sandman1-1/+1
2002-12-14addLanguage rulescniehaus12-0/+24
2002-12-13added bass and treble controlharlekin2-44/+200
2002-12-11Couple minor bits. 1) show the ide icon for sd/mmc, 2) slight change to text ↵kergoth1-193/+219
on sd/mmc insert/eject popup, 3) do the unmount for sd directly in OZ, as in familiar.
2002-11-20Dont build zaurus batteryapplet unless target machine is zauruskergoth1-4/+1
2002-11-19change popup parent from 0 to this. please testllornkcor1-2/+2
2002-11-16fix for filename pathsllornkcor1-0/+2
2002-11-06Add X11..kergoth13-13/+13
2002-11-05you know the drillkergoth10-16/+17
2002-11-05you know the drillkergoth1-0/+1