Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add configuration option for DeviceID and do some cleanup | Marcel Holtmann | 2008-12-17 | 2 | -18/+24 |
| | |||||
* | Fix gstreamer plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 1 | -66/+96 |
| | |||||
* | Fix alsa plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 2 | -115/+159 |
| | |||||
* | Fix audio ipc to deal better with codec capabilities. | Luiz Augusto von Dentz | 2008-12-16 | 3 | -255/+345 |
| | | | | | This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports. | ||||
* | Clarify InitialyPowered config option comment | Johan Hedberg | 2008-12-16 | 1 | -2/+2 |
| | |||||
* | Remove redundant empty line | Johan Hedberg | 2008-12-16 | 1 | -1/+0 |
| | |||||
* | Implement InitiallyPowered config option | Johan Hedberg | 2008-12-16 | 3 | -2/+21 |
| | |||||
* | Add script to monitor PropertyChanged signals | Marcel Holtmann | 2008-12-16 | 2 | -1/+26 |
| | |||||
* | Introduce headset_get_nrec. | Luiz Augusto von Dentz | 2008-12-15 | 2 | -0/+8 |
| | |||||
* | Revert previous change to g_timeout_add_seconds | Johan Hedberg | 2008-12-15 | 2 | -4/+3 |
| | | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used. | ||||
* | Convert two more users to g_timeout_add_seconds() | Marcel Holtmann | 2008-12-10 | 2 | -3/+5 |
| | |||||
* | Fix AT+NREC API | Johan Hedberg | 2008-12-10 | 4 | -10/+10 |
| | | | | | Remove disable from the function names since there now is the boolean "enable" parameter. | ||||
* | Allow FindDevice to find temporary devices | Johan Hedberg | 2008-12-09 | 1 | -5/+0 |
| | | | | | | | | E.g. in the case of an incoming object push request we may not be paired with the remote device and therefore the temporary flag will be set. However, if there's a "receive file" UI active it will most likely want to show at least the remote device name and therefore it should be possible to use FindDevice. | ||||
* | Allow sending requests to the agent | Marcel Holtmann | 2008-12-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' of git://git.infradead.org/users/vcgomes/bluez | Marcel Holtmann | 2008-12-08 | 1 | -2/+2 |
|\ | |||||
| * | Checks for glib-2.14 or later | Vinicius Costa Gomes | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | | | g_timeout_add_seconds was only introduced in glib-2.14, so adds a check for this dependency. | ||||
* | | Fix call hold response | Johan Hedberg | 2008-12-09 | 1 | -1/+1 |
| | | | | | | | | Respond with a proper error in case of a failure. | ||||
* | | Remove unused defines | Johan Hedberg | 2008-12-09 | 1 | -4/+0 |
|/ | |||||
* | Mention Pekka's contributions | Marcel Holtmann | 2008-12-08 | 1 | -0/+1 |
| | |||||
* | Use only send_destination statements | Marcel Holtmann | 2008-12-08 | 1 | -24/+3 |
| | |||||
* | Fix copyright year | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Make sure max is initialized properly in all cases | Johan Hedberg | 2008-12-08 | 1 | -1/+3 |
| | |||||
* | memory_dial_lookup should be static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Add some documentation for msisdn and vmbx | Johan Hedberg | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Also fetch charge_level.design in case charge_level.last_full isn't available | Johan Hedberg | 2008-12-08 | 1 | -11/+22 |
| | |||||
* | Update to match new telephony_disable_nr_and_ec_req API | Johan Hedberg | 2008-12-08 | 1 | -2/+3 |
| | |||||
* | Remove unnecessary debug print from signal_filter | Johan Hedberg | 2008-12-08 | 1 | -3/+2 |
| | |||||
* | Fix typo | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Make use of the send_method_call helper function | Johan Hedberg | 2008-12-08 | 1 | -154/+79 |
| | |||||
* | Assign voice mailbox to memory location 1 | Johan Hedberg | 2008-12-08 | 1 | -3/+18 |
| | |||||
* | Add support for SIM.Phonebook | Johan Hedberg | 2008-12-08 | 1 | -45/+160 |
| | | | | | This patch adds support for fetching the MSISDN and the VMBX (voice mailbox) numbers from the SIM phonebook. | ||||
* | Allow battchg to be 0 | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Only send battchg when it really changed | Johan Hedberg | 2008-12-08 | 1 | -6/+11 |
| | |||||
* | Fix HAL PropertyModified signal parsing | Johan Hedberg | 2008-12-08 | 1 | -8/+7 |
| | |||||
* | Fix HAL reply parsing | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Implement the missing part of the HAL battery info code | Johan Hedberg | 2008-12-08 | 1 | -32/+167 |
| | |||||
* | Implement preliminary support for fetching a HAL battery object | Johan Hedberg | 2008-12-08 | 1 | -0/+65 |
| | |||||
* | Fix uninitialized variable gcc warnings | Johan Hedberg | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | Stop ringing if the call was answered from the AG side | Johan Hedberg | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | Use proper phone number type | Johan Hedberg | 2008-12-08 | 1 | -3/+5 |
| | |||||
* | Add placeholder for NR & EC support | Johan Hedberg | 2008-12-08 | 1 | -3/+11 |
| | |||||
* | Make use of the new Created signal | Johan Hedberg | 2008-12-08 | 1 | -62/+21 |
| | |||||
* | Subscribe signals before requesting instance status | Pekka Pessi | 2008-12-08 | 1 | -16/+12 |
| | |||||
* | fix csd_status_to_hfp() | Pekka Pessi | 2008-12-08 | 1 | -9/+13 |
| | |||||
* | Use SendDTMF instead of StartDTMF/StopDTMF | Pekka Pessi | 2008-12-08 | 1 | -16/+5 |
| | |||||
* | support *31# and #31# prefixes | Pekka Pessi | 2008-12-08 | 1 | -2/+18 |
| | |||||
* | Update telephony-maemo to match current csd-call API | Johan Hedberg | 2008-12-08 | 1 | -24/+9 |
| | |||||
* | Enable in-band ringing | Johan Hedberg | 2008-12-08 | 1 | -2/+5 |
| | |||||
* | Fix call index mapping (e.g. index 1 == first call in list) | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Fix call hold/unhold behavior | Johan Hedberg | 2008-12-08 | 1 | -3/+2 |
| |