summaryrefslogtreecommitdiff
path: root/core/obex/obexsend.h
AgeCommit message (Collapse)AuthorFilesLines
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin1-0/+9
2006-11-10Made list of receivers loaded form files saved by bt-manager.korovkin1-1/+2
2005-08-23readd some files againmickeyl1-0/+98
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-125/+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!
2003-02-25Honor the clicking of the (X)-Buttonzecke1-0/+3
2003-02-18Convert the way of storing the devices in the QTextBrowserzecke1-12/+35
we assign ids by now it looks soo nice... but it counts up tries and then say there was a failure but it is working though
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke1-0/+99
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