summaryrefslogtreecommitdiff
path: root/src/voicecall.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-01voicecall: Remove unusued MULTI_RELEASE flagDenis Kenzior1-8/+0
2010-08-30sim: Turn around the order of argumentsDenis Kenzior1-2/+2
2010-08-30voicecall: Fix crash during cleanupDenis Kenzior1-1/+2
2010-08-27voicecall: Cleanup dial request when removing atomDenis Kenzior1-0/+2
2010-08-27voicecall: Refactor ofono_voicecall_busyDenis Kenzior1-36/+43
2010-08-27voicecall: Switch to unsignedDenis Kenzior1-6/+6
2010-08-27voicecall: Cleanup dial request init / finishDenis Kenzior1-88/+66
2010-08-27voicecall: add __ofono_voicecall_dial internal apiAndrzej Zaborowski1-50/+278
2010-08-20voicecall: Remove unused variableMarcel Holtmann1-1/+0
2010-08-20voicecall: Fix memory leakDenis Kenzior1-0/+2
2010-08-20voicecall: Remove Calls propertyDenis Kenzior1-7/+0
2010-08-20voicecall: emit CallAdded and CallRemoved signalsDenis Kenzior1-41/+51
2010-08-20voicecall: Add GetCalls methodDenis Kenzior1-0/+53
2010-08-20voicecall: Fix up some style issuesDenis Kenzior1-28/+28
2010-08-20voicecall: Break out voicecall_append_propertiesDenis Kenzior1-22/+27
2010-08-20voicecall: Get rid of MultipartyCalls attributeDenis Kenzior1-46/+59
2010-08-13voicecall: Make hangup_all work for 911 callsDenis Kenzior1-7/+18
2010-08-12voicecall: Relax restriction for hangup_activeDenis Kenzior1-1/+2
2010-08-12voicecall: Move some stuff aroundDenis Kenzior1-37/+37
2010-08-12voicecall: Don't hangup waiting callsDenis Kenzior1-1/+8
2010-08-12voicecall: Make logic bit cleanerDenis Kenzior1-4/+4
2010-08-12voicecall: Minor style issuesDenis Kenzior1-3/+2
2010-08-12voicecall: Reflow the logic of voicecall_hangupDenis Kenzior1-33/+38
2010-08-12voicecall: Add support for function hangup_allSjur Brændeland1-13/+43
2010-07-08style: No initialization needed hereDenis Kenzior1-1/+1
2010-04-15Refactor: Store the sim object inside voicecallsDenis Kenzior1-35/+26
2010-04-15Style: Proper indentationDenis Kenzior1-1/+2
2010-04-15Handle EFen list when SIM inserted / removedAndrzej Zaborowski1-7/+58
2010-03-22Move voicecall interface definitions to dbus.hDenis Kenzior1-28/+24
2010-02-10Style: if statementDenis Kenzior1-2/+3
2010-02-08Fix: Don't use ofono_debug directly in the coreDenis Kenzior1-9/+9
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-24Use error label instead of err or err_outMarcel Holtmann1-4/+4
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior1-1/+2
2009-12-16Support 51.011 EFecc format.Andrzej Zaborowski1-4/+43
2009-12-04Optimize: call list signal emissionDenis Kenzior1-9/+0
2009-12-04Update voicecall atom to use new callid apiDenis Kenzior1-9/+7
2009-12-04Add utility to get the next free call idDenis Kenzior1-0/+11
2009-12-01Fix: Simplify logic to use g_memdupDenis Kenzior1-5/+3
2009-12-01Fix: Be more signed/unsigned correctDenis Kenzior1-3/+3
2009-11-13Fix: Make sure we don't dial with an incoming callDenis Kenzior1-0/+3
2009-11-13Refactor: Simplify code and add have_incomingDenis Kenzior1-12/+12
2009-11-13Revert: Go back to the old dial behaviorDenis Kenzior1-64/+4
2009-11-12Use release_all_held to release a single held callDenis Kenzior1-0/+8
2009-11-12Remove Voicecall.Busy methodDenis Kenzior1-27/+14
2009-11-05Use localtime_r instead of localtimeDenis Kenzior1-1/+2
2009-10-30Fix: Refine the logic for CHLD=1 and CHLD=2Denis Kenzior1-4/+8
2009-10-29Fix: Refine logic for hangupDenis Kenzior1-4/+6
2009-10-28In the simple single active call case, use hangupDenis Kenzior1-6/+23
2009-10-28Fix: Take care of the logic for DialingDenis Kenzior1-2/+65