summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2007-07-09Fix for opie bug 1719. This should make opie-irc play nicer with utf-8.erik2-4/+5
Patches were culled from OE. Thanks to whoever the original patch author was.
2007-03-06Bluetooth didn't quite work for kernel 2.6 based iPAQs in familiar. Thiserik1-0/+21
patch fixes that by reading the distro supplied file in /etc/sysconfig. This patch was submitted by Slavek Banko. Thank you Slavek!
2007-02-09This commit is based on the patch attached to Opie bug 1735:erik1-10/+25
http://opie-bugs.oszine.de/view.php?id=1735 It changes the opie-irc app to be able to support the additional user characters that the unrealircd irc daemon provides. Thanks goes to andrewy for reporting and providing a patch.
2007-02-08This commit adds support for the HTC Universal bluetooth device toerik1-0/+4
bluezapplet. This commit is based on a patch submitted by GoXbox Live <goxboxlive at gmail dot com> to the opie-devel mailing list. Thanks GoXbox Live!
2007-01-31I expanded my audit to include any app I could get to compile in i386.erik1-1/+2
In that expansion a whole new crop of unchecked returns has sprung up. This commit fixes those weeds or should I say potential bugs.
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-1/+1
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-0/+4
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2007-01-22Each file in this commit had a problem where a function might returnerik1-3/+5
a null value for a pointer and that null value was not checked.
2007-01-22Every file in this commit makes a call to a function which returns a value.erik1-2/+6
Each file also didn't check the return value. This commit changes it so that every single non-checked call in these files is checked.
2006-11-10Files devicehandler.cpp and devicehandler.h moved from manager tokorovkin4-4/+4
library to be used by obex to load a list of saved receivers.
2006-07-07s/Resource/OResource/mickeyl1-1/+1
2006-07-07Fixed the typo in the Resource::loadImage function call.korovkin1-4/+4
Reformatted setBluezStatus function.
2006-07-06Added connection to a HID device.korovkin7-2/+158
2006-07-02Added OBEX receive functionality.korovkin2-16/+42
2006-06-01add support for ipaq 2200mickeyl1-0/+4
2006-05-25g++ 4.1.1 fixesmickeyl2-3/+3
2006-05-25g++ 4.1.1 fixesmickeyl1-5/+5
2006-05-16remove generated filesmickeyl4-428/+0
2006-05-14Script must be started after device is started up.korovkin3-8/+36
We should wait for 1 second after device is brought up. Fixed an error in hcicongig hci0 up.
2006-05-13don't use hand cooked #ifdef versions for conditional compiling, this breaks OEmickeyl1-5/+4
I added a numerical version code in OPIE_VERSION which you can use. fixed all tests in bluezapplet.cpp
2006-05-10OBEX push functionality moved to libbluetooth1.korovkin10-118/+289
Made some reformatting in device.cc In bluezapplet.cpp /etc/init.d/bluetooth is started synchronously if it's called from QCopMessage.
2006-05-09Instead of calling a process, do ::system on stop and use QCopEnvelope on start.korovkin2-42/+16
2006-05-06Added reject function to a Cancel button.korovkin2-2/+25
Added "AC" == "Backspace" button.
2006-05-06Browse button forces reconnection.korovkin2-9/+24
2006-05-02Destroy process on an object destruction.korovkin1-8/+14
2006-04-30Fixed bug with suspend reenabling.korovkin2-12/+29
Made some minor formatting.
2006-04-29Disable screensaver when running BT gateway.korovkin1-0/+20
2006-04-25Dedicated to Natalia Korovkina, my best friend and wife.korovkin3-30/+84
Added remove file functionality to OBEX FT dialog.
2006-04-24Improved diagnostic messages.korovkin4-231/+217
Added LOG saving functionality.
2006-04-24On start runs /etc/init.d/bluetooth stop.korovkin2-35/+114
On setBluezStatus runs /etc/init.d/bluetooth start or stop. If "listDevices()" is called prior to "enableBluetooth()", postpone the action. If BT was enabled befor "enableBluetooth()" was received, do not disable it on "disableBluetooth()". Timer period became twice shorter. When "listDevices()" received, show browsing icon. Added OPIE120 for compatibility.
2006-04-20Added services configuration dialog.korovkin10-25/+1387
2006-04-15Added default passkey writing to /etc/bluetooth/pin file.korovkin3-140/+145
Added encrypt default passkey in edit line button.
2006-04-14Added RFCOMM <-> serial line forwarding functionality.korovkin8-15/+851
2006-04-09Added empty string in the beginning of the list of ppp scripts.korovkin1-0/+1
2006-04-05Added combobox with ppp script names from /etc/ppp/peers.korovkin4-11/+47
2006-04-04Added persist mode for dund.korovkin4-1/+13
2006-04-04Modified parser so it ignores lines like something_key_something.korovkin2-12/+43
2006-04-04Added headers.korovkin8-2/+80
2006-04-03Added dialog boxes for PAN connection.korovkin2-0/+165
2006-04-03Added dialog boxes for PAN and DUN connections.korovkin8-29/+40
Added message boxes in order to confirm DUN and PAN disconnections.
2006-04-01DUN connection parameters dialog added.korovkin4-6/+179
2006-03-30Added connections to several /dev/bluetooth/rfcomm/* ports.korovkin2-24/+42
Fixed typo in pppd command line.
2006-03-26Made device names in national codings readable.korovkin2-2/+2
2006-03-25Added RFCOMM binding table functionality.korovkin10-232/+349
2006-03-25Added LIBOBEXFTP_INC_DIR LIBOBEXFTP_LIB_DIR dependencies for OBEX FTP usedkorovkin1-7/+7
by OPIE bluetooth manager.
2006-03-20Added file put functionality.korovkin1-4/+3
2006-03-20Quick fix: made dialog boxes fit into the 240x320 screen.korovkin3-4/+26
2006-03-20Added file sending.korovkin5-136/+283
2006-03-20Added file size.korovkin2-0/+6
2006-03-19Added device browsing and files downloading using OBEX File transferkorovkin15-14/+1234
protocol.