summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Merge remote-tracking branch 'tester/call1-addcontent-direction' into call1call1Guillaume Desmottes7-5/+37
2012-02-16StopTone after StartTone is not a cancellationOlivier Crête1-1/+1
2012-02-16MediaCallContent: Don't drop tone currently_sending before it's done playingOlivier Crête1-2/+4
2012-02-16Add direction parameter to AddContentOlivier Crête6-5/+31
2012-02-16Spec Call: Add direction to AddContentOlivier Crête1-0/+6
2012-02-15Test Call: Prepare streams before checking which interfaces it hasOlivier Crête1-11/+24
2012-02-15Remove implementation of the Mute interfaceOlivier Crête4-123/+1
2012-02-15Update spec to remove muteOlivier Crête2-50/+6
2012-02-14BaseCallStream: Put the pending states in the right orderOlivier Crête1-5/+6
2012-02-14BaseMediaCallContent: Only emit SendingTones when the tones are being sentOlivier Crête1-2/+5
2012-02-14BaseCallChannel: Starting to ring means you're not queuedOlivier Crête1-0/+1
2012-02-14Put the event and state in the right order in change requestedOlivier Crête1-1/+0
2012-02-14BaseMediaCallStream: Make it possible for the CM to fail FinishInitialCandidatesOlivier Crête3-4/+12
2012-02-14BaseMediaCallStream: Add method to fetch the local candidatesOlivier Crête3-0/+21
2012-02-14BaseMediaCallStream: Add function to remove endpointsOlivier Crête3-0/+45
2012-02-14Call.Content.MediaDescription: Verify invalid argumentsOlivier Crête2-2/+50
2012-02-13Fix 2 bugs in DTMF codeXavier Claessens3-14/+112
2012-02-13Call unit test: Use Media base classesXavier Claessens7-14/+140
2012-02-13Fix racy crash in call unit testXavier Claessens1-3/+19
2012-02-09Remove useless empty lineXavier Claessens1-1/+0
2012-02-06Add config.h include in all call source filesXavier Claessens12-5/+15
2012-02-06Merge branch 'master' into call1Xavier Claessens208-147/+550
2012-02-06Add config.h include in all source filesXavier Claessens216-9/+423
2012-02-06Disable glib deprecated warningsXavier Claessens1-0/+4
2012-02-02Merge branch 'telepathy-glib-0.16'Simon McVittie0-0/+0
2012-02-02channel-request test: avoid a race conditionSimon McVittie1-0/+6
2012-02-02channel-contacts.c: Fix crash when preparing TpCallChannelXavier Claessens2-11/+15
2012-02-01channel-request test: avoid a race conditionSimon McVittie1-0/+6
2012-02-01Fix brokenness, copy-paste errors and unused variables in testsSimon McVittie11-16/+3
2012-02-01add tp_connection_disconnect_async to the docsSimon McVittie1-0/+2
2012-02-01Replace one remaining call to tp_cli_connection_run_disconnectSimon McVittie1-1/+7
2012-02-01Replace nearly all calls to tp_cli_connection_run_disconnectSimon McVittie39-128/+44
2012-02-01tp_tests_connection_assert_disconnect_succeeds: addSimon McVittie2-0/+20
2012-02-01tp_connection_disconnect_async: addSimon McVittie2-0/+74
2012-01-30CallStream: Add traces to media stream flow state changeNicolas Dufresne1-0/+40
2012-01-30call: Add traces on CallState changesNicolas Dufresne1-2/+48
2012-01-27TpCallChannel, TpCallContent: add _send_tones_async()Xavier Claessens5-0/+372
2012-01-26Merge branch 'master' into call1Xavier Claessens8-41/+459
2012-01-25account-mgr: pretend that we are AVAILABLE if the best presence is UNSETGuillaume Desmottes2-6/+53
2012-01-25more tp_account_manager_get_most_available_presence() testsGuillaume Desmottes1-0/+159
2012-01-25coding style fixGuillaume Desmottes1-1/+1
2012-01-25simple-account: add API to change the presenceGuillaume Desmottes2-5/+57
2012-01-24start testing tp_account_manager_get_most_available_presence()Guillaume Desmottes1-0/+112
2012-01-24add tp_tests_simple_account_manager_set_valid_accounts()Guillaume Desmottes2-7/+36
2012-01-24Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-3/+3
2012-01-24get_most_available_presence(): match the doc if no account connectedGuillaume Desmottes1-3/+3
2012-01-24Add extra cast of guchar to guint when using GUINT_TO_POINTERXavier Claessens1-1/+4
2012-01-24test_offer_race: don't assume any ordering on tube connectionsGuillaume Desmottes1-23/+39
2012-01-20Fix local hold state stransition for call channelNicolas Dufresne2-43/+23
2012-01-20Merge branch 'master' into call1Xavier Claessens1-6/+14