summaryrefslogtreecommitdiff
path: root/src/mcd-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Header file no longer existstelepathy-mission-control-5.7.0Vivek Dasmohapatra2010-11-181-1/+0
* _mcd_channel_new_request: take a pre-constructed McdRequestSimon McVittie2010-09-091-17/+5
* Give each McdRequest a ref to the client registrySimon McVittie2010-09-091-4/+5
* McdChannel: remove disused implementations of the ChannelRequest APISimon McVittie2010-09-091-108/+1
* Export McdRequest, not McdChannel, on D-BusSimon McVittie2010-09-091-6/+1
* McdRequest: implement the early stages of Proceed()Simon McVittie2010-09-091-24/+1
* _mcd_channel_request_proceed: don't allow for absent accountsSimon McVittie2010-09-091-17/+1
* _mcd_account_proceed_with_request: remove dependence on McdChannelSimon McVittie2010-09-091-1/+1
* Move a stub version of Cancel() to McdRequestSimon McVittie2010-09-091-48/+48
* Remove the concept of creating a channel request that is already proceedingSimon McVittie2010-09-091-14/+35
* _mcd_channel_get_request_user_action_time: remove, unusedSimon McVittie2010-09-091-18/+0
* _mcd_channel_get_request_path: removeSimon McVittie2010-09-091-18/+0
* _mcd_channel_dup_request_properties: removeSimon McVittie2010-09-091-8/+0
* McdChannel: track satisfied requests as a list of McdRequest, not McdChannelSimon McVittie2010-09-091-16/+12
* Make mcd_channel_new_request internalSimon McVittie2010-09-091-10/+10
* _mcd_request_set_success: take a TpChannel, currently unusedSimon McVittie2010-09-091-1/+2
* mcd_channel_status_changed: assert that we do/don't have a channelSimon McVittie2010-09-091-0/+21
* Check all references to user action time and update for current telepathy-specSimon McVittie2010-09-091-3/+4
* McdRequest: implement the interfaces and properties of a ChannelRequestSimon McVittie2010-09-091-35/+1
* McdRequest: add Requests and Interfaces propertiesSimon McVittie2010-09-091-9/+9
* various shared classes: use tp_clear_object, tp_clear_pointerSimon McVittie2010-09-091-9/+3
* McdChannel: remove unused DEPRECATED_PROPERTY_WARNING macroSimon McVittie2010-09-081-3/+0
* channel_request_proceed: don't crash if already proceedingSimon McVittie2010-09-081-0/+1
* Copy the TpChannel to a proxy McdChannel when setting it upSimon McVittie2010-09-061-3/+54
* Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie2010-09-061-18/+30
* rename _mcd_channel_dup_properties to _mcd_channel_dup_request_propertiesGuillaume Desmottes2010-09-011-1/+1
* _mcd_channel_get_satisfied_requests: return an hash table mapping the path to...Guillaume Desmottes2010-09-011-8/+13
* mcd-channel: store the channel request object in satisfied_requests instead o...Guillaume Desmottes2010-09-011-20/+30
* _mcd_channel_dup_properties: add TP_PROP_CHANNEL_REQUEST_REQUEST_METADATAGuillaume Desmottes2010-09-011-0/+10
* factor out _mcd_channel_dup_propertiesGuillaume Desmottes2010-09-011-0/+32
* add API to set the metadata from the dispatcherGuillaume Desmottes2010-09-011-1/+4
* ChannelRequest: add RequestMetadata D-Bus propertyGuillaume Desmottes2010-09-011-0/+20
* Update copyright dates for files touched by the requests branchSimon McVittie2010-08-241-2/+2
* Merge branch 'master' into requestsSimon McVittie2010-08-241-1/+2
|\
| * Merge branch 'telepathy-mission-control-5.4'Will Thompson2010-07-021-1/+2
| |\
| | * Treat calls ended locally with No_Answer as missedWill Thompson2010-07-021-1/+2
* | | McdChannel: when cancelling requests we no longer need to abort REQUEST-state...Simon McVittie2010-05-261-7/+17
* | | McdRequest: track whether we can safely be cancelledSimon McVittie2010-05-261-3/+7
* | | McdChannel: propagate our own status to our request, if anySimon McVittie2010-05-261-0/+28
* | | mcd_channel_init: make it explicit that the initial status is UNDISPATCHEDSimon McVittie2010-05-261-0/+1
* | | McdPluginRequest: implement in terms of McdRequest, not McdChannelSimon McVittie2010-05-261-16/+7
* | | McdChannel, McdPluginRequest: add stub support for delaying requestsSimon McVittie2010-05-261-0/+16
* | | McdRequest: store the request's propertiesSimon McVittie2010-05-261-59/+34
* | | mcd_channel_get_channel_type: reimplement in terms of mcd_channel_get_channel...Simon McVittie2010-05-261-12/+1
* | | McdRequest: store the proceeding flagSimon McVittie2010-05-261-4/+4
* | | McdRequest: store use_existingSimon McVittie2010-05-261-8/+7
* | | McdRequest: store the object pathSimon McVittie2010-05-261-13/+9
* | | McdRequest: store the preferred handlerSimon McVittie2010-05-261-11/+10
* | | _mcd_channel_get_target_id: removeSimon McVittie2010-05-261-17/+0
* | | McdChannel: use the McdRequest for the account and user-timeSimon McVittie2010-05-261-46/+17