summaryrefslogtreecommitdiff
path: root/core/obex/obex.h
AgeCommit message (Collapse)AuthorFilesLines
2006-11-14Removed class members that shadowed the base class members, whichkorovkin1-4/+0
caused the system crash.
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin1-1/+2
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-5/+35
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2005-08-23readd some files againmickeyl1-0/+84
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-84/+0
completely new implementation. The new implementation supports selective send over both IrDA and Bluetooth, to selected receivers (which are discovered as the form pops up). The form also indicates transfer status as the transfers progress. There is a new QT Designer UI form file, integrated into the build. There are also two new source files for the form to supply the abstract methods (typical of QT2). Patch courtesy Michael Haynie - thanks!
2004-05-29Ran kde-checkspell2.plzecke1-2/+2
2004-03-14Updatet the appletszecke1-5/+5
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke1-0/+84
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