Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suppress remaining GValueArray deprecation warnings | Simon McVittie | 2013-09-26 | 1 | -0/+2 |
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | ||||
* | Use tp_value_array_free instead of g_value_array_free | Simon McVittie | 2013-09-26 | 1 | -2/+2 |
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | ||||
* | Stop using TP_ERRORS | Simon McVittie | 2012-05-02 | 1 | -3/+3 |
| | | | | We deprecated this in 0.11. | ||||
* | many fixes to documentation comments | Jonny Lamb | 2012-04-06 | 1 | -2/+2 |
| | | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | version 0.17.7telepathy-glib-0.17.7 | Jonny Lamb | 2012-03-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | BaseMediaCallStream: Only emit STUNServersChanged if they have changed | Olivier Crête | 2012-03-20 | 1 | -1/+37 |
| | |||||
* | BaseMediaCallStream: Clear local sending state on sending failure | Olivier Crête | 2012-03-20 | 1 | -0/+1 |
| | | | | This way, only calling SetSending() again will restart sending | ||||
* | Call: Ignore all sending/receiving failures while held | Olivier Crête | 2012-03-20 | 1 | -9/+14 |
| | |||||
* | BaseMediaCallStream: Export if the CM has allowed sending | Olivier Crête | 2012-03-20 | 1 | -0/+17 |
| | |||||
* | BaseMediaCallStream: Update the sending and receiving states when a channel ↵ | Olivier Crête | 2012-03-14 | 1 | -0/+4 |
| | | | | is set | ||||
* | BaseMediaCallStream: Never start sending until a call is accepted | Olivier Crête | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | BaseMediaCallStream: Don't start receiving during a failure report | Olivier Crête | 2012-03-14 | 1 | -0/+7 |
| | |||||
* | BaseMediaCallStream: Don't start sending during a failure report | Olivier Crête | 2012-03-14 | 1 | -2/+8 |
| | |||||
* | BaseMedia: Don't report sending/receiving failures when unholding | Olivier Crête | 2012-03-14 | 1 | -5/+8 |
| | | | | They will instead just cause the unholding to fail. | ||||
* | _tp_object_list_copy, _tp_object_list_free: add | Simon McVittie | 2012-03-09 | 1 | -7/+2 |
| | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46358 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Call.I.Stream: Don't confuse hold and set_sending(FALSE) | Olivier Crête | 2012-02-24 | 1 | -1/+9 |
| | | | | Don't change the stream direction because of a Hold | ||||
* | Prepare 0.17.5telepathy-glib-0.17.5 | Simon McVittie | 2012-02-20 | 1 | -31/+31 |
| | |||||
* | Finish Call1 documentation | Simon McVittie | 2012-02-20 | 1 | -1/+2 |
| | |||||
* | Remove implementation of the Mute interface | Olivier Crête | 2012-02-15 | 1 | -11/+1 |
| | |||||
* | BaseMediaCallStream: Make it possible for the CM to fail FinishInitialCandidates | Olivier Crête | 2012-02-14 | 1 | -1/+7 |
| | | | | | The CM can now refuse FinishInitialCandidates if it doesn't haven the candidates it needs. | ||||
* | BaseMediaCallStream: Add method to fetch the local candidates | Olivier Crête | 2012-02-14 | 1 | -0/+18 |
| | |||||
* | BaseMediaCallStream: Add function to remove endpoints | Olivier Crête | 2012-02-14 | 1 | -0/+42 |
| | |||||
* | Add config.h include in all call source files | Xavier Claessens | 2012-02-06 | 1 | -0/+1 |
| | |||||
* | CallStream: Add traces to media stream flow state change | Nicolas Dufresne | 2012-01-30 | 1 | -0/+40 |
| | |||||
* | Fix local hold state stransition for call channel | Nicolas Dufresne | 2012-01-20 | 1 | -36/+17 |
| | | | | | | Call channel should go to pending hold state until all the streams are no longer pending stop (the one that didn't failed). Also, the transition from pending stop to started is impossible. | ||||
* | TpBaseCallContent/Stream: add get_interfaces virtual method | Xavier Claessens | 2012-01-16 | 1 | -6/+16 |
| | | | | | This is more flexible for subclasses to define the interfaces they implement. Especially in the case of sub-subclasse. | ||||
* | Mark base call types as abstract | Danielle Madeley | 2012-01-10 | 1 | -5/+6 |
| | | | | Use correct semicolons. | ||||
* | Make tp_base_call_channel_is_connected/locall_accepted internal | Xavier Claessens | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | update documentation | Xavier Claessens | 2012-01-10 | 1 | -1/+78 |
| | |||||
* | TpBaseMediaCallStream::set_sending: self is not a TpBaseCallStream | Xavier Claessens | 2012-01-10 | 1 | -4/+4 |
| | | | | This is more typesafe. | ||||
* | TpBaseMediaCallStream: move code around to be correctly grouped and fix ↵ | Xavier Claessens | 2012-01-10 | 1 | -133/+93 |
| | | | | coding style | ||||
* | TpBaseMediaCallStream: small simplification | Xavier Claessens | 2012-01-10 | 1 | -11/+1 |
| | |||||
* | Avoid small code duplication | Xavier Claessens | 2012-01-10 | 1 | -17/+19 |
| | |||||
* | coding style | Xavier Claessens | 2012-01-10 | 1 | -4/+8 |
| | |||||
* | TpBaseMediaCallStrea: Use a TpIntset instead of GArray for a set of TpHandle | Xavier Claessens | 2012-01-10 | 1 | -35/+13 |
| | |||||
* | Rename _borrow_remote_members to _get_remote_members | Xavier Claessens | 2012-01-10 | 1 | -1/+1 |
| | | | | | Our coding style is that _get_ returns a borrowed pointer, and _dup_ returns a copy/ref. | ||||
* | fix some coding style | Xavier Claessens | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Disable sending if all members of a stream are remotely held | Olivier Crête | 2012-01-10 | 1 | -0/+19 |
| | |||||
* | Implement Local hold for Call | Olivier Crête | 2012-01-10 | 1 | -38/+67 |
| | |||||
* | Call.Stream.I.Media: Make setting the sending state mostly internal | Olivier Crête | 2012-01-10 | 1 | -26/+65 |
| | |||||
* | Call.Stream.I.Media: Make setting the receiving state internal | Olivier Crête | 2012-01-10 | 1 | -12/+10 |
| | |||||
* | Only call the subclass if the requesting state was directly requested | Olivier Crête | 2012-01-10 | 1 | -9/+6 |
| | |||||
* | Ignore re-settings that change nothing | Olivier Crête | 2012-01-10 | 1 | -2/+17 |
| | |||||
* | Start receiving when the other sides asks us to | Olivier Crête | 2012-01-10 | 1 | -5/+58 |
| | |||||
* | Fix request_receiving | Olivier Crête | 2012-01-10 | 1 | -3/+3 |
| | |||||
* | Set the sending and receiving directions correctly | Olivier Crête | 2012-01-10 | 1 | -17/+15 |
| | |||||
* | Update for Call spec changes | Olivier Crête | 2012-01-10 | 1 | -4/+4 |
| | |||||
* | Avoid trying to empty already empty GArray | Olivier Crête | 2012-01-10 | 1 | -4/+6 |
| | |||||
* | Implement the sending/receiving states in TpBaseMediaCallStream | Olivier Crête | 2012-01-10 | 1 | -2/+236 |
| | |||||
* | TpCallStreamEndpoint: keep a pointer to its TpBaseMediaCallStream | Xavier Claessens | 2012-01-10 | 1 | -1/+2 |
| |