summaryrefslogtreecommitdiff
path: root/core/obex/obex.cc
AgeCommit message (Collapse)AuthorFilesLines
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-187/+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!
2005-03-29Beaming Fix:zecke1-1/+3
Recievers couldn't handle paths inside the obex push. As a workaround we will change the working directory of the process and use the filename inside that directory.
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke1-24/+4
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-05-02- convert qWarning to owarnar1-21/+26
2004-03-14Updatet the appletszecke1-9/+10
2004-03-01fix includeschicken1-4/+0
2003-08-09Merge from BRANCH_1_0kergoth1-12/+3
2003-02-18Convert the way of storing the devices in the QTextBrowserzecke1-3/+19
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-16Fix getting fileszecke1-4/+4
2003-02-16Debug outputzecke1-2/+3
disabled some features inside the QTextView.. fixed two typos and the order of filename + description it's sending now again
2003-02-16disable snd in IrDaApplet it hangs on my machine..zecke1-0/+195
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