summaryrefslogtreecommitdiff
path: root/core/obex
AgeCommit message (Collapse)AuthorFilesLines
2007-07-16fix missing errno in error printoutMichael Krelin1-1/+1
2007-07-16pass erno 'upstream'Michael Krelin1-1/+1
2007-07-15unbreak error handling while preserving functionalityMichael Krelin1-6/+9
- exit after disconnecting - spit out error message on error - don't close fd in the loop, once is enough
2007-07-15link against openobex regardless of bluetooth being enabledMichael Krelin1-2/+2
2007-07-15obex receive fixesMarek Vasut1-11/+14
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>.
2007-01-24OBEX push server has a more common description.korovkin1-1/+1
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin5-7/+62
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-14Removed class members that shadowed the base class members, whichkorovkin2-6/+1
caused the system crash.
2006-11-10Made list of receivers loaded form files saved by bt-manager.korovkin2-4/+52
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin5-15/+21
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.korovkin15-68/+985
- 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 implementationzecke2-44/+57
for sending
2006-05-04destroys all child processes on the window closure. patch courtesy Dmitriy ↵mickeyl2-16/+26
Korovkin
2006-05-04fixed compilation opieobexaquadran2-4/+4
2006-05-02bluetooth patches courtesy Dmitriy Korovkin (thanks!):mickeyl4-29/+94
* 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 enabledmickeyl2-27/+32
- rename 'scan' button to 'rescan' - disable 'send' button if IrDA and BT is both disabled
2005-08-23and away with the generated onesmickeyl2-353/+0
2005-08-23readd some files againmickeyl7-3/+960
2005-08-22add obexsendbase.ui courtesy Michael Hayniemickeyl1-0/+369
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl5-450/+42
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.
2005-01-04control files : changed VERSION stringwimpie1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-28/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+28
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke3-44/+9
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-07-28use copyfile method that doesnt squish filenames into latin1, so copying ↵llornkcor1-3/+9
files with extended characters doesn't fail after ir receive
2004-05-29Ran kde-checkspell2.plzecke1-2/+2
2004-05-20remove bogus paths out of .pro filesmickeyl1-1/+1
2004-05-02- convert qWarning to owarnar1-21/+26
2004-04-05convert core/applets/* to Opie debug frameworkmickeyl2-33/+37
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Updatet the appletszecke5-17/+20
2004-03-02run the optimize_connect scriptalwin3-12/+12
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-01remove duplicated boiler plate code in favour of the OTaskbarApplet templatemickeyl1-3/+3
2004-03-01fix includeschicken4-13/+0
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Clean-up of .cvsignore filesdrw1-1/+3
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar1-1/+2
2004-02-05"Here we are now entertain US....."zecke1-1/+0
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT
2004-01-27Funny what my SDK all triggerszecke1-0/+2
Ok the reason to use a bool as return type is that you can say that something worked or not worked. So if we don't implement the given interface don't lie!!
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-08-09Merge from BRANCH_1_0kergoth6-34/+65
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-04sanitizedschurig1-1/+1