Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unused variable | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement telephony_answer_call_req | Johan Hedberg | 2008-12-08 | 1 | -10/+48 | |
| | ||||||
* | Implement last number dialed support | Johan Hedberg | 2008-12-08 | 1 | -8/+21 | |
| | ||||||
* | Implement telephony_list_current_calls_req properly | Johan Hedberg | 2008-12-08 | 1 | -8/+55 | |
| | ||||||
* | Implement telephony_transmit_dtmf_req | Johan Hedberg | 2008-12-08 | 1 | -0/+29 | |
| | ||||||
* | Use correct response to dial number request | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement telephony_dial_number_req | Johan Hedberg | 2008-12-08 | 1 | -11/+14 | |
| | | | | | Currently the methor reply isn't taken into account but we solely on the state signals instead. | |||||
* | Implement telephony_terminate_call_req properly | Johan Hedberg | 2008-12-08 | 1 | -23/+51 | |
| | ||||||
* | Make calls list static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 | |
| | ||||||
* | Implement basic call status tracking | Johan Hedberg | 2008-12-08 | 1 | -4/+151 | |
| | ||||||
* | Fix D-Bus signal handling | Johan Hedberg | 2008-12-08 | 1 | -3/+7 | |
| | ||||||
* | Remove incorrect call to csd_call_free | Johan Hedberg | 2008-12-08 | 1 | -1/+0 | |
| | ||||||
* | Implement basic parsing of GetCallInfoAll reply | Johan Hedberg | 2008-12-08 | 1 | -1/+104 | |
| | ||||||
* | Implement skeleton for CSD D-Bus initialization | Johan Hedberg | 2008-12-08 | 1 | -2/+86 | |
| | ||||||
* | Rename dummy_indicators to maemo_indicators | Johan Hedberg | 2008-12-08 | 1 | -11/+11 | |
| | ||||||
* | Add defines for csd call status values | Johan Hedberg | 2008-12-08 | 1 | -0/+19 | |
| | ||||||
* | Starting point for the maemo telephony plugin | Johan Hedberg | 2008-12-08 | 1 | -0/+178 | |
| | | | | | This is mostly a copy-paste from telephony-dummy.c with the TelephonyTest D-Bus interface removed. | |||||
* | Add missing gdbus function declarations | Marcel Holtmann | 2008-12-06 | 3 | -0/+22 | |
| | ||||||
* | Change file headers for D-Bus helper library | Marcel Holtmann | 2008-12-06 | 4 | -4/+4 | |
| | ||||||
* | Release 4.224.22 | Marcel Holtmann | 2008-12-06 | 2 | -1/+11 | |
| | ||||||
* | Remove trailing whitespace | Johan Hedberg | 2008-12-06 | 1 | -2/+2 | |
| | ||||||
* | Add deny statements to D-Bus access policy | Marcel Holtmann | 2008-12-05 | 1 | -1/+17 | |
| | ||||||
* | Remove unused variable | Marcel Holtmann | 2008-12-04 | 1 | -1/+1 | |
| | ||||||
* | Add note about LegacyPairing property reliability | Johan Hedberg | 2008-12-04 | 1 | -0/+4 | |
| | ||||||
* | Remove unnecessary and incorrect memset | Johan Hedberg | 2008-12-04 | 1 | -1/+0 | |
| | ||||||
* | Fix LegacyPairing description | Johan Hedberg | 2008-12-04 | 1 | -3/+3 | |
| | ||||||
* | Add support for the LegacyPairing property | Johan Hedberg | 2008-12-04 | 3 | -2/+28 | |
| | ||||||
* | Add read_remote_eir function | Johan Hedberg | 2008-12-04 | 2 | -0/+33 | |
| | ||||||
* | Clean up AT+NREC behavior and API | Johan Hedberg | 2008-12-04 | 3 | -4/+24 | |
| | | | | | | In HFP 1.5 only AT+NREC=0 should be possible, but to accomodate for future profile changes make the telephony.h API such that AT+NREC=1 is possible without breaking the API. | |||||
* | Fix agent_create failure check and behavior | Johan Hedberg | 2008-12-03 | 1 | -3/+4 | |
| | ||||||
* | Fix agent creation checks | Johan Hedberg | 2008-12-03 | 2 | -4/+9 | |
| | | | | | Allow the same process (D-Bus name) to own both the default (adapter specific) as well as a device specific agent. | |||||
* | Add another missing check for btd_device_add_uuid. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+6 | |
| | ||||||
* | Check if btd_device_add_uuid succeeded. | Luiz Augusto von Dentz | 2008-12-02 | 1 | -1/+4 | |
| | ||||||
* | Add speakergain, microphonegain, play and stop to test-telephony | Johan Hedberg | 2008-12-02 | 1 | -0/+56 | |
| | ||||||
* | Disallow Serial.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -1/+6 | |
| | ||||||
* | Disallow Network.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -0/+17 | |
| | | | | | Disconnect should only be possible for the 'owner' of the connection, the application which called Connect. | |||||
* | Remove deprecated methods and signals from input interface | Marcel Holtmann | 2008-12-01 | 2 | -55/+1 | |
| | ||||||
* | Remove deprecated methods and signals from network interface | Marcel Holtmann | 2008-12-01 | 2 | -43/+1 | |
| | ||||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-12-01 | 1 | -5/+28 | |
|\ | ||||||
| * | Add disconnect watch for Network.Connect method. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -5/+28 | |
| | | | | | | | | If the client leaves or dies the connection should be removed. | |||||
* | | Disable the usage of scripts for now | Marcel Holtmann | 2008-12-01 | 1 | -0/+2 | |
| | | ||||||
* | | Add support for global properties | Marcel Holtmann | 2008-12-01 | 1 | -0/+37 | |
| | | ||||||
* | | Remove outdated comment and fix order of signals | Marcel Holtmann | 2008-12-01 | 1 | -2/+1 | |
| | | ||||||
* | | Add documentation for global manager properties | Marcel Holtmann | 2008-12-01 | 1 | -2/+19 | |
| | | ||||||
* | | Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone | Marcel Holtmann | 2008-12-01 | 1 | -6/+10 | |
|\| | ||||||
| * | Fix DefaultAdapter not indicanting adapter properly after repluging. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -6/+10 | |
| | | ||||||
* | | Fix DefaultAdapterChanged signal comment | Marcel Holtmann | 2008-12-01 | 1 | -2/+1 | |
|/ | ||||||
* | Get rid of OffMode and always behave like DevDown | Johan Hedberg | 2008-12-01 | 4 | -51/+15 | |
| | ||||||
* | Release 4.214.21 | Marcel Holtmann | 2008-12-01 | 2 | -1/+6 | |
| | ||||||
* | Stop the security manager if we do a DEVDOWN in adapter_up | Johan Hedberg | 2008-12-01 | 3 | -9/+14 | |
| |