summaryrefslogtreecommitdiff
path: root/src/mm-call-list.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-11call-list: allow getting call object by DBus pathAleksander Morgado1-0/+13
2019-07-11call-list: allow iterating elementsAleksander Morgado1-0/+14
2019-07-11iface-modem-voice: allow creating incoming calls in waiting stateAleksander Morgado1-2/+5
2018-10-16huawei,call: handle in-call URCs in the call object itselfAleksander Morgado1-93/+0
2018-10-16base-call: automatically terminate unanswered incoming callsAleksander Morgado1-16/+13
2018-10-16base-call: no need to delete call info from the deviceAleksander Morgado1-71/+19
2018-06-11call-list: coding style fixesAleksander Morgado1-56/+54
2017-08-03call-list: remove unused variablesBen Chan1-10/+5
2017-07-18call-list: fix mm_call_list_delete_call to use g_task_report_new_errorBen Chan1-7/+8
2017-04-07call-list: port mm_call_list_delete_call to use GTaskBen Chan1-36/+19
2017-03-29core: reset GList pointers to NULL when necessaryBen Chan1-0/+1
2017-03-29core: remove explicit GDestroyNotify cast on g_free / g_object_unrefBen Chan1-1/+1
2015-08-02core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' sign...Marco Bascetta1-2/+2
2015-08-02base-call,iface-modem-voice:: handle DTMFMarco Bascetta1-0/+23
2015-08-02huawei: handle voice call state changesMarco Bascetta1-3/+51
2015-08-02core: handle incoming calls (RING/CRING, CLIP, NO CARRIER).Marco Bascetta1-0/+59
2015-08-02fixes: added voice support in libmm-glib MMManager, also fixed wrong number o...Riccardo Vangelisti1-1/+1
2015-08-02core: implemented new MMBaseCall objectRiccardo Vangelisti1-0/+311