summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-12configure: add more compiler warnings and add Werrorcall-channelJonny Lamb3-12/+126
2013-08-12{call,media}-channel: stop comparing an int and pointerJonny Lamb2-2/+2
2013-08-12call-channel: add some temporary unused function attributesJonny Lamb1-2/+2
2013-08-12modem errors: fix deprecation warningsJonny Lamb1-11/+9
2013-08-12call-channel: set the CallState to active when the call goes activeJonny Lamb1-0/+11
2013-08-12call-channel: register the channel on the busJonny Lamb1-0/+2
2013-08-12call-channel: add more debug context for when accepting calls failsJonny Lamb1-1/+1
2013-08-12call-channel: use the correct handle when starting outgoing callJonny Lamb1-1/+1
2013-08-12call-channel implement HardwareStreaming propertyJonny Lamb1-0/+8
2013-08-12call-channel: fix up set_call_instance and connect to modem state changesJonny Lamb1-1/+28
2013-08-12call-channel: add call-instance propertyJonny Lamb1-1/+16
2013-08-09util: update utility functions from StreamedMedia to CallJonny Lamb1-2/+2
2013-08-09Revert "Use dbus_props_class from TpBaseChannelClass"Jonny Lamb2-2/+3
2013-08-09call-channel: remove unused variableJonny Lamb1-2/+0
2013-08-09call-channel: call close with the correct first argumentJonny Lamb1-3/+3
2013-08-09call-channel: call functions with correct argumentsJonny Lamb1-6/+8
2013-08-09call-channel: correct handle typeJonny Lamb1-1/+1
2013-08-08Implement TpBaseCallChannel's add_content methodRodrigo Moya1-1/+18
2013-08-08Remove more ring_media_channel_* API usageRodrigo Moya3-16/+44
2013-08-08Use ring_call_channel_update_state instead of ring_media_channel_set_stateRodrigo Moya1-1/+1
2013-08-07Don't use ring_media_channel_stop_playingRodrigo Moya1-1/+1
2013-08-07Use ring_call_channel_close, not ring_media_channel_closeRodrigo Moya1-2/+2
2013-08-07Use correct macro for RingCallchannelRodrigo Moya1-1/+1
2013-08-07Don't use ring_media_channel_idle_playingRodrigo Moya1-1/+6
2013-08-07Don't use ring_media_channel_is_playingRodrigo Moya1-1/+1
2013-08-07Don't use ring_media_channel_play_toneRodrigo Moya1-6/+49
2013-08-07Don't use ring_media_channel_stop_playingRodrigo Moya1-3/+2
2013-08-07Solve last conflict remainingRodrigo Moya2-41/+0
2013-08-07Merge Jonny's branchRodrigo Moya23-242/+314
2013-08-07Add 'tones' property from RingMediaChannelRodrigo Moya1-0/+24
2013-08-07base-call-channel: remove useless object-path-prefix propertyJonny Lamb1-78/+1
2013-08-07call-channel return correctly from the TpBaseChannel.close implJonny Lamb1-2/+1
2013-08-07call-channel: add {de,}queue_request from media-channelJonny Lamb1-2/+25
2013-08-07call-member: comment out extraneous lineJonny Lamb1-1/+1
2013-08-07TpBaseCallChannel's hangup is already implemented in RingBaseCallChannelRodrigo Moya1-8/+0
2013-08-07Use RingBaseCallChannel as prerequisite for RingMemberChannel interfaceRodrigo Moya1-2/+2
2013-08-07Add ring_call_channel_get_call_serviceRodrigo Moya1-2/+22
2013-08-07Add skeletons for TpBaseCallChannel's method implementationsRodrigo Moya1-14/+52
2013-08-07Implement HOLD interface in RingCallChannelRodrigo Moya1-3/+223
2013-08-07Start moving RingCallChannel to depend on RingBaseCallChannelRodrigo Moya7-62/+76
2013-08-07Implement TpBaseCallChannel's accept methodRodrigo Moya1-1/+57
2013-08-06TpBaseCallChannel's hangup is already implemented in RingBaseCallChannelRodrigo Moya1-8/+0
2013-08-06Use RingBaseCallChannel as prerequisite for RingMemberChannel interfaceRodrigo Moya1-2/+2
2013-08-06Use dbus_props_class from TpBaseChannelClassRodrigo Moya2-3/+2
2013-08-06Add ring_call_channel_get_call_serviceRodrigo Moya1-2/+22
2013-08-06Add skeletons for TpBaseCallChannel's method implementationsRodrigo Moya1-14/+52
2013-08-05Implement HOLD interface in RingCallChannelRodrigo Moya1-3/+223
2013-08-02Start moving RingCallChannel to depend on RingBaseCallChannelRodrigo Moya7-62/+76
2013-08-02call-content: remove unused useless functionsfixupsJonny Lamb2-31/+0
2013-08-02call-stream: add missing _init()Jonny Lamb1-0/+5