Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-07-16 | fix missing errno in error printout | Michael Krelin | 1 | -1/+1 |
2007-07-16 | pass erno 'upstream' | Michael Krelin | 1 | -1/+1 |
2007-07-15 | unbreak error handling while preserving functionality | Michael Krelin | 1 | -6/+9 |
- exit after disconnecting - spit out error message on error - don't close fd in the loop, once is enough | ||||
2007-07-15 | link against openobex regardless of bluetooth being enabled | Michael Krelin | 1 | -2/+2 |
2007-07-15 | obex receive fixes | Marek Vasut | 1 | -11/+14 |
2007-07-15 | Remove erroneous #ifdef BLUETOOTH around code which is for IR only. Patch ↵ | paule | 1 | -4/+0 |
courtesy of Marek Vasut <marek.vasut@gmail.com>. | ||||
2007-01-24 | OBEX push server has a more common description. | korovkin | 1 | -1/+1 |
2006-12-03 | Made OBEX library buildable if bluetooth support is disabled. | korovkin | 5 | -7/+62 |
2006-11-14 | Clear both IRDA and BT lists at startup. | korovkin | 1 | -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-14 | Removed class members that shadowed the base class members, which | korovkin | 2 | -6/+1 |
caused the system crash. | ||||
2006-11-10 | Made list of receivers loaded form files saved by bt-manager. | korovkin | 2 | -4/+52 |
2006-10-24 | IR OBEX is handled by OPIE OBEX functions, not by external utility. | korovkin | 5 | -15/+21 |
2006-07-07 | Added OResource -> Resource for backward compatibility with OPIE 1.2.0. | korovkin | 1 | -0/+6 |
2006-07-07 | s/Resource/OResource/ | mickeyl | 1 | -5/+5 |
2006-07-06 | Added OBEX Push functionality for Bluetooth. | korovkin | 15 | -68/+985 |
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server. | ||||
2006-05-14 | core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementation | zecke | 2 | -44/+57 |
for sending | ||||
2006-05-04 | destroys all child processes on the window closure. patch courtesy Dmitriy ↵ | mickeyl | 2 | -16/+26 |
Korovkin | ||||
2006-05-04 | fixed compilation opieobex | aquadran | 2 | -4/+4 |
2006-05-02 | bluetooth patches courtesy Dmitriy Korovkin (thanks!): | mickeyl | 4 | -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 enabled | mickeyl | 2 | -27/+32 |
- rename 'scan' button to 'rescan' - disable 'send' button if IrDA and BT is both disabled | ||||
2005-08-23 | and away with the generated ones | mickeyl | 2 | -353/+0 |
2005-08-23 | readd some files again | mickeyl | 7 | -3/+960 |
2005-08-22 | add obexsendbase.ui courtesy Michael Haynie | mickeyl | 1 | -0/+369 |
2005-08-22 | Replace the existing, apparently non-working, OBEX Send form with a | mickeyl | 5 | -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-29 | Beaming Fix: | zecke | 1 | -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-04 | control files : changed VERSION string | wimpie | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -28/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+28 |
2004-09-12 | -Kill all owarn statements as they're not needed/useful anymore | zecke | 3 | -44/+9 |
-Kill all hardcoding to latin1 and use the system encoding/decoding | ||||
2004-07-28 | use copyfile method that doesnt squish filenames into latin1, so copying ↵ | llornkcor | 1 | -3/+9 |
files with extended characters doesn't fail after ir receive | ||||
2004-05-29 | Ran kde-checkspell2.pl | zecke | 1 | -2/+2 |
2004-05-20 | remove bogus paths out of .pro files | mickeyl | 1 | -1/+1 |
2004-05-02 | - convert qWarning to owarn | ar | 1 | -21/+26 |
2004-04-05 | convert core/applets/* to Opie debug framework | mickeyl | 2 | -33/+37 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-15 | Fixed LIBOPIE2 config depends | brad | 1 | -1/+1 |
2004-03-14 | Updatet the applets | zecke | 5 | -17/+20 |
2004-03-02 | run the optimize_connect script | alwin | 3 | -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-01 | remove duplicated boiler plate code in favour of the OTaskbarApplet template | mickeyl | 1 | -3/+3 |
2004-03-01 | fix includes | chicken | 4 | -13/+0 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -1/+3 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -2/+2 |
Maintainer, Files and Section fields) | ||||
2004-02-08 | improve support for BigScreen | ar | 1 | -1/+2 |
2004-02-05 | "Here we are now entertain US....." | zecke | 1 | -1/+0 |
Some janitor tasks... remove ulong ref; If we use Q_REFCOUNT | ||||
2004-01-27 | Funny what my SDK all triggers | zecke | 1 | -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-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 6 | -34/+65 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |