Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
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-27 | add obexftp dependency to build system. patch courtesy Dmitriy Korovkin - thanks | mickeyl | 3 | -0/+18 |
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 |
2006-03-19 | Added device browsing and files downloading using OBEX File transfer | korovkin | 15 | -14/+1234 |
protocol. | ||||
2006-03-19 | Added connection and disconnection. | korovkin | 2 | -24/+41 |
2006-03-19 | PPP dialog calls rfcomm connect 0 <device MAC address> <port> if ppp script name | korovkin | 2 | -16/+78 |
is empty. | ||||
2006-03-19 | Fixed the way OBEX push uses ussp-push utility. | korovkin | 2 | -13/+71 |
2006-03-19 | Added connect command to rfcomm. | korovkin | 1 | -12/+13 |
Added timeout. | ||||
2006-03-19 | Slightly shortened dialog boxes. | korovkin | 2 | -8/+35 |
2006-03-19 | OBEX popup processes MAC address and port number. | korovkin | 2 | -21/+25 |
2006-03-19 | Added port number. | korovkin | 1 | -0/+3 |
2006-03-19 | We scan ports prior to scanning names. | korovkin | 1 | -12/+10 |
2006-03-04 | add firstuse and background picture for 480x640 devices, e.g. Sharp Zaurus ↵ | mickeyl | 3 | -1/+2 |
SL6000 (tosa) | ||||
2006-02-06 | odevice: tosa now uses corgi-bl. patch courtesy Dirk Opfer - thanks | mickeyl | 2 | -3/+1 |
2006-01-25 | add readme | llornkcor | 1 | -0/+6 |
2006-01-25 | fix and make work | llornkcor | 2 | -1/+0 |
2006-01-23 | libopiecore: /etc/oz_version renamed to /etc/openzaurus-version | hrw | 2 | -1/+5 |
2006-01-22 | Set version to 1.2.1 in About applet | hrw | 2 | -1/+2 |