Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2006-07-07 | s/Resource/OResource/ | mickeyl | 2 | -6/+6 |
2006-07-07 | Fixed the typo in the Resource::loadImage function call. | korovkin | 1 | -4/+4 |
Reformatted setBluezStatus function. | ||||
2006-07-06 | Added connection to a HID device. | korovkin | 7 | -2/+158 |
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-07-02 | Added OBEX receive functionality. | korovkin | 2 | -16/+42 |
2006-06-09 | changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵ | aquadran | 2 | -29/+79 |
on Slavek Banko patch | ||||
2006-06-09 | add brightness control for motorola ezx | mickeyl | 2 | -44/+12 |
2006-06-01 | we're post 1.2.2 now | mickeyl | 2 | -1/+14 |
2006-06-01 | improve support for ipaqs | mickeyl | 1 | -3/+1 |
2006-06-01 | add support for ipaq 2200 | mickeyl | 1 | -0/+4 |
2006-05-25 | g++ 4.1.1 fixes | mickeyl | 2 | -3/+3 |
2006-05-25 | prepare for release | mickeyl | 2 | -8/+20 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 2 | -2/+2 |
2006-05-25 | g++ 4.1.1 fixes | mickeyl | 1 | -5/+5 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 3 | -4/+4 |
2006-05-25 | remove libslcompat | mickeyl | 13 | -914/+0 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 1 | -1/+1 |
2006-05-25 | prepare for 1.2.2 | mickeyl | 2 | -3/+3 |
2006-05-25 | g++ 4.1 fix | mickeyl | 1 | -1/+1 |
2006-05-25 | g++ 4.1 fixes | mickeyl | 1 | -2/+2 |
2006-05-19 | add preliminary support for the Motorola EZX Linux phone platform | mickeyl | 7 | -18/+457 |
see http://openezx.org | ||||
2006-05-16 | remove generated files | mickeyl | 4 | -428/+0 |
2006-05-16 | Zaurus ODevice: fix brightness control for Collie/Poodle | hrw | 1 | -1/+1 |
2006-05-14 | Script must be started after device is started up. | korovkin | 3 | -8/+36 |
We should wait for 1 second after device is brought up. Fixed an error in hcicongig hci0 up. | ||||
2006-05-14 | core/obex: Patch from Dmitry Korovkin to use opietooth's OBEX implementation | zecke | 2 | -44/+57 |
for sending | ||||
2006-05-13 | don't use hand cooked #ifdef versions for conditional compiling, this breaks OE | mickeyl | 1 | -5/+4 |
I added a numerical version code in OPIE_VERSION which you can use. fixed all tests in bluezapplet.cpp | ||||
2006-05-13 | introduce integer version code OPIE_VERSION | mickeyl | 2 | -0/+2 |
2006-05-10 | OBEX push functionality moved to libbluetooth1. | korovkin | 10 | -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-09 | Instead of calling a process, do ::system on stop and use QCopEnvelope on start. | korovkin | 2 | -42/+16 |
2006-05-06 | Added reject function to a Cancel button. | korovkin | 2 | -2/+25 |
Added "AC" == "Backspace" button. | ||||
2006-05-06 | Browse button forces reconnection. | korovkin | 2 | -9/+24 |
2006-05-04 | stage opietooth library headers | mickeyl | 1 | -3/+6 |
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 | Destroy process on an object destruction. | korovkin | 1 | -8/+14 |
2006-05-02 | mention Dmitriy Korovkin in ChangeLog | mickeyl | 1 | -3/+5 |
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. | ||||
2006-05-01 | default is now n, as qss is not used nor needed | llornkcor | 1 | -1/+1 |
2006-04-30 | Fixed bug with suspend reenabling. | korovkin | 2 | -12/+29 |
Made some minor formatting. | ||||
2006-04-29 | Disable screensaver when running BT gateway. | korovkin | 1 | -0/+20 |
2006-04-27 | libopie2/opiecore/device/: | zecke | 2 | -1/+14 |
Patch by hrhr to add basic backlight support for the hx4700 series of iPAQs to ODevice | ||||
2006-04-25 | Dedicated to Natalia Korovkina, my best friend and wife. | korovkin | 3 | -30/+84 |
Added remove file functionality to OBEX FT dialog. | ||||
2006-04-24 | Improved diagnostic messages. | korovkin | 4 | -231/+217 |
Added LOG saving functionality. | ||||
2006-04-24 | On start runs /etc/init.d/bluetooth stop. | korovkin | 2 | -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-23 | add support for HTC Universal device | llornkcor | 1 | -0/+721 |
2006-04-23 | add support for HTC Universal device | llornkcor | 8 | -5/+260 |
2006-04-20 | Added services configuration dialog. | korovkin | 10 | -25/+1387 |
2006-04-15 | Added default passkey writing to /etc/bluetooth/pin file. | korovkin | 3 | -140/+145 |
Added encrypt default passkey in edit line button. | ||||
2006-04-14 | Added RFCOMM <-> serial line forwarding functionality. | korovkin | 8 | -15/+851 |
2006-04-10 | Long time, no update | sudonix | 24 | -105/+106 |