summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-25g++ 4.1.1 fixesmickeyl2-3/+3
2006-05-25prepare for releasemickeyl2-8/+20
2006-05-25g++ 4.1.1 fixmickeyl2-2/+2
2006-05-25g++ 4.1.1 fixesmickeyl1-5/+5
2006-05-25g++ 4.1.1 fixmickeyl3-4/+4
2006-05-25remove libslcompatmickeyl13-914/+0
2006-05-25g++ 4.1.1 fixmickeyl1-1/+1
2006-05-25prepare for 1.2.2mickeyl2-3/+3
2006-05-25g++ 4.1 fixmickeyl1-1/+1
2006-05-25g++ 4.1 fixesmickeyl1-2/+2
2006-05-19add preliminary support for the Motorola EZX Linux phone platformmickeyl7-18/+457
see http://openezx.org
2006-05-16remove generated filesmickeyl4-428/+0
2006-05-16Zaurus ODevice: fix brightness control for Collie/Poodlehrw1-1/+1
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-14core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementationzecke2-44/+57
for sending
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-13introduce integer version code OPIE_VERSIONmickeyl2-0/+2
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-04stage opietooth library headersmickeyl1-3/+6
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-02Destroy process on an object destruction.korovkin1-8/+14
2006-05-02mention Dmitriy Korovkin in ChangeLogmickeyl1-3/+5
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.
2006-05-01default is now n, as qss is not used nor neededllornkcor1-1/+1
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-27libopie2/opiecore/device/:zecke2-1/+14
Patch by hrhr to add basic backlight support for the hx4700 series of iPAQs to ODevice
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-23add support for HTC Universal devicellornkcor1-0/+721
2006-04-23add support for HTC Universal devicellornkcor8-5/+260
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-10Long time, no updatesudonix24-105/+106
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-27add obexftp dependency to build system. patch courtesy Dmitriy Korovkin - thanksmickeyl3-0/+18