Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-10 | opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530 | hrw | 1 | -1/+1 |
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 8 | -12/+12 |
the corresponding delete does not have the corresponding [] argument. | ||||
2007-01-10 | BUG: The case statement was using err to figure out what to say about | erik | 1 | -1/+1 |
why sendfile didn't work. Since err is only the return value of sendfile this meant that it never reported the right thing because it can only be -1 at this point. What the author probably wanted to do was look at errno since that is what the man page says will have the real error info. FIX: Switch the case statement to use errno. | ||||
2007-01-08 | patch from paul | llornkcor | 2 | -51/+67 |
2006-12-30 | Fix for bug# 0001553 Submited by Paul Eggleton | korovkin | 3 | -27/+506 |
avancedfm uses FileInfoDialog and QFileInfo to display the selected file information. | ||||
2006-11-10 | Files devicehandler.cpp and devicehandler.h moved from manager to | korovkin | 4 | -4/+4 |
library to be used by obex to load a list of saved receivers. | ||||
2006-07-14 | more htc universal stuff | llornkcor | 1 | -0/+14 |
2006-07-09 | initial commit to add video4linux camera app from qtopia 2, needs more work | llornkcor | 17 | -0/+3013 |
2006-07-07 | s/Resource/OResource/ | mickeyl | 1 | -1/+1 |
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-02 | Added OBEX receive functionality. | korovkin | 2 | -16/+42 |
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 | 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 | 1 | -2/+2 |
2006-05-25 | g++ 4.1 fix | mickeyl | 1 | -1/+1 |
2006-05-16 | remove generated files | mickeyl | 4 | -428/+0 |
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-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-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-02 | Destroy process on an object destruction. | korovkin | 1 | -8/+14 |
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-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-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-09 | Added empty string in the beginning of the list of ppp scripts. | korovkin | 1 | -0/+1 |
2006-04-05 | Added combobox with ppp script names from /etc/ppp/peers. | korovkin | 4 | -11/+47 |
2006-04-04 | Added persist mode for dund. | korovkin | 4 | -1/+13 |
2006-04-04 | Modified parser so it ignores lines like something_key_something. | korovkin | 2 | -12/+43 |
2006-04-04 | Added headers. | korovkin | 8 | -2/+80 |
2006-04-03 | Added dialog boxes for PAN connection. | korovkin | 2 | -0/+165 |
2006-04-03 | Added dialog boxes for PAN and DUN connections. | korovkin | 8 | -29/+40 |
Added message boxes in order to confirm DUN and PAN disconnections. | ||||
2006-04-01 | DUN connection parameters dialog added. | korovkin | 4 | -6/+179 |
2006-03-30 | Added connections to several /dev/bluetooth/rfcomm/* ports. | korovkin | 2 | -24/+42 |
Fixed typo in pppd command line. | ||||
2006-03-26 | Made device names in national codings readable. | korovkin | 2 | -2/+2 |
2006-03-25 | Added RFCOMM binding table functionality. | korovkin | 10 | -232/+349 |
2006-03-25 | Added LIBOBEXFTP_INC_DIR LIBOBEXFTP_LIB_DIR dependencies for OBEX FTP used | korovkin | 1 | -7/+7 |
by OPIE bluetooth manager. | ||||
2006-03-20 | Added file put functionality. | korovkin | 1 | -4/+3 |
2006-03-20 | Quick fix: made dialog boxes fit into the 240x320 screen. | korovkin | 3 | -4/+26 |
2006-03-20 | Added file sending. | korovkin | 5 | -136/+283 |
2006-03-20 | Added file size. | korovkin | 2 | -0/+6 |