summaryrefslogtreecommitdiff
path: root/core/obex/btobex.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin1-1/+1
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-14/+46
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2006-05-14core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementationzecke1-39/+48
for sending
2006-05-04destroys all child processes on the window closure. patch courtesy Dmitriy ↵mickeyl1-2/+1
Korovkin
2006-05-04fixed compilation opieobexaquadran1-2/+2
2006-05-02bluetooth patches courtesy Dmitriy Korovkin (thanks!):mickeyl1-14/+71
* When sending data to a device, do service discovery in order to get port number. * Switched to ussp-push for sending. * Clear receivers list on rescan. * Changed the way of window closing in order to shut down IRDA and bluetooth correctly.
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-0/+197
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!