summaryrefslogtreecommitdiff
path: root/core/obex/obexsend.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-15Remove erroneous #ifdef BLUETOOTH around code which is for IR only. Patch ↵paule1-4/+0
courtesy of Marek Vasut <marek.vasut@gmail.com>.
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin1-3/+42
2006-11-14Clear both IRDA and BT lists at startup.korovkin1-33/+41
Enable IRDA and bluetooth at startup only. Move index to the beginning after send. Added status line change. Added checks for NULL pointers and empty list of bluetooth devices.
2006-11-10Made list of receivers loaded form files saved by bt-manager.korovkin1-3/+50
2006-07-07Added OResource -> Resource for backward compatibility with OPIE 1.2.0.korovkin1-0/+6
2006-07-07s/Resource/OResource/mickeyl1-5/+5
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin1-1/+1
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2006-05-04destroys all child processes on the window closure. patch courtesy Dmitriy ↵mickeyl1-14/+25
Korovkin
2006-05-02bluetooth patches courtesy Dmitriy Korovkin (thanks!):mickeyl1-12/+14
* 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-23- fix SIGSEGV when trying to send but IrDA is not enabledmickeyl1-23/+28
- rename 'scan' button to 'rescan' - disable 'send' button if IrDA and BT is both disabled
2005-08-23readd some files againmickeyl1-0/+234
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl1-289/+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-09-12-Kill all owarn statements as they're not needed/useful anymorezecke1-6/+1
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl1-14/+15
2004-03-02run the optimize_connect scriptalwin1-8/+8
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-4/+0
2003-08-09Merge from BRANCH_1_0kergoth1-0/+2
2003-03-26nicer icon for searchharlekin1-1/+1
2003-02-25Honor the clicking of the (X)-Buttonzecke1-0/+4
2003-02-18Convert the way of storing the devices in the QTextBrowserzecke1-52/+89
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-16Debug outputzecke1-8/+11
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/+251
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