summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet
AgeCommit message (Collapse)AuthorFilesLines
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-03-26also activate discovery if not allready running - makes beaming with s45 easierharlekin2-10/+21
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey1-1/+5
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke1-4/+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-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
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..kergoth1-1/+1
2003-01-25Fixed dependenciesgroucho1-1/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
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 ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-1/+1
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman1-1/+1
2002-12-14addLanguage rulescniehaus1-0/+2
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-08-29fixed little typoharlekin1-2/+2
2002-07-09Missing scripsleseb2-0/+4
2002-06-27Fix an endless loop error when device is lost.sandman2-319/+264
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-17/+14
many core files ... please report bugs on this to davipt
2002-06-24fixed a segfault if a device is discovered on opie start and added soundsharlekin4-28/+36
2002-06-23changes by Bruno David Rodrigues <bruno.rodrigues@litux.org>, like multiple ↵harlekin2-45/+131
device detection
2002-06-21Fix compilationzecke1-1/+1
2002-06-20missing commitdavipt1-2/+5
2002-06-20Added translations to irdaappletdavipt1-0/+14
2002-06-19no more permanent QFile::writeBlock: Write operation not permitted, and also ↵harlekin1-4/+10
its now more c++ rather than c style , the discovery part
2002-06-14added libopieobex dependharlekin1-1/+1
2002-06-14show discovered deviceharlekin2-4/+42
2002-06-13receive(bool) -> receive(int) cause QDataStream is not capable of boolzecke2-5/+5
2002-06-13updateharlekin2-124/+147
2002-06-12Fix memleak and add OBEX receive supportzecke2-9/+19
2002-05-18patch by Daniel Foster <daniel-l@34SP.com>harlekin2-8/+61
2002-04-01Import basic applet to allow switching IrDA on and off.dwmw27-0/+347