summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/applet/bluezapplet.cpp
AgeCommit message (Collapse)AuthorFilesLines
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-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!
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-02Added OBEX receive functionality.korovkin1-16/+38
2006-06-01add support for ipaq 2200mickeyl1-0/+4
2006-05-14Script must be started after device is started up.korovkin1-7/+24
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.korovkin1-4/+8
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.korovkin1-40/+16
2006-04-24On start runs /etc/init.d/bluetooth stop.korovkin1-34/+109
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.
2005-11-02Opie Bluetooth Applet:zecke1-0/+4
Start hciattach with the right commands for the Asus MyPal. Patch is courtsey Pawel Kolodziejski
2005-08-29- paint discovery pixmap if applicablemickeyl1-8/+8
- Resource -> OResource - fix off-by-one bug in paint()
2005-08-21Add some simple interfaces for device scanning (scanning formickeyl1-0/+51
discoverable receivers) to support OBEX Send, and requests for taking BT up or down. Patch courtesy Michael Haynie - thanks!
2005-04-22- use OTaskbarAppletmickeyl1-19/+31
- scale icons
2004-04-07Added some odebug includes and namespaces refswimpie1-0/+1
opiepim links with opiedb2 -> needs depend in config.in qlibrary_unix -> print dlopen errors ALWAYS not only indebug BTmanager.pro needs opieui2
2004-04-04convert to Opie Debugging Frameworkmickeyl1-1/+1
2004-03-15- make opietooth compilablear1-1/+1
- correct LIBOPIECORE2 dependencies and namespace's
2004-03-14Convert net to ODP and QtAUXzecke1-1/+1
2004-03-02fix includeschicken1-2/+1
2004-02-25correct h5xxx support, patch by bedboichicken1-0/+4
2003-03-20added support for 39xx ipaqharlekin1-5/+17
2003-03-09 stop bluetooth when exiting opieharlekin1-0/+3
2003-01-16adapt to new bscp on ipaqharlekin1-2/+2
2002-06-27cleanupsharlekin1-10/+9
2002-06-16updateharlekin1-5/+10
2002-06-16updateharlekin1-20/+14
2002-06-15fix itzecke1-1/+1
2002-06-13fix leakharlekin1-0/+2
2002-06-01segfault fixedharlekin1-2/+6
2002-06-01updateharlekin1-1/+1
2002-06-01bluetooth applet for the taskbarharlekin1-0/+199