summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-06McdAccount, McdConnection: push alias into connection via a method call rathe...wip-push-into-connectionSimon McVittie3-29/+14
2009-05-06Merge branches 'update-parameters', 'property-setting-failure', 'reconnect' a...Simon McVittie10-555/+312
2009-05-05account-manager/reconnect.py: assert that Reconnect is a no-op when it should beSimon McVittie1-10/+65
2009-05-05McdAccount: Reconnect: don't do anything if we can't connect or don't want toSimon McVittie1-0/+15
2009-05-05test-account.py: exercise property setting for more propertiesSimon McVittie1-0/+22
2009-05-05fd.o #21544: mcd-account-conditions: don't crash if the type is wrong when se...Simon McVittie1-0/+10
2009-05-05fd.o #21544: mcd-account-compat: don't crash if properties are set to wrong t...Simon McVittie1-0/+21
2009-05-05fd.o #21544: change signature of mcd_setprop so it can raise an errorSimon McVittie6-109/+120
2009-05-05mcd_account_set_string_val: return a tristate instead of a booleanSimon McVittie1-14/+33
2009-05-05mcd-dbusprop: Don't install the headerSimon McVittie1-1/+1
2009-05-05mcd-dbusprop: make mcd_dbusprop_set_property, get_property return a booleanSimon McVittie2-18/+20
2009-05-05_mcd_account_set_parameters: optionally return the deferred parametersSimon McVittie3-3/+63
2009-05-05McdAccount: UpdateParameters: don't work around failure to set GErrorSimon McVittie1-6/+3
2009-05-05_mcd_account_set_parameter: make staticSimon McVittie2-4/+1
2009-05-05McdConnection: tp_conn is not a DBusGProxySimon McVittie1-1/+1
2009-05-05McdService: remove vestigial McStatus enumSimon McVittie1-6/+0
2009-05-05McdService: remove vestigial #define of LAST_MC_PRESENCESimon McVittie1-2/+0
2009-05-05McdConnection: remove vestigial defines/structuresSimon McVittie1-16/+0
2009-05-05McdConnection: remove vestigial capabilities timerSimon McVittie1-33/+1
2009-05-05McdConnection: channels can no longer have error_on_creation attached, so del...Simon McVittie1-46/+0
2009-05-05McdConnection: Remove circularly dependent code from the RequestChannel code ...Simon McVittie1-168/+0
2009-05-05McdConnection: remove support for calling RequestChannelSimon McVittie1-136/+8
2009-05-05Merge branch 'creation'Simon McVittie10-185/+454
2009-05-05McdAccountManager: add and test SupportedAccountProperties propertySimon McVittie3-1/+104
2009-05-05account-manager/create-with-properties.py: test more propertiesSimon McVittie1-3/+32
2009-05-05McdAccountManager: use properties, if given, in common account-creation codeSimon McVittie1-32/+12
2009-05-05McdAccountManager: fold -creation.c into main .c (no code changes)Simon McVittie4-203/+124
2009-05-05McdAccountManager: creation: factor out property-setting functionSimon McVittie1-24/+39
2009-05-05mcd-account-manager-creation: re-namespace creation methodSimon McVittie1-13/+17
2009-05-05McdAccountManager: pass properties around internallySimon McVittie3-3/+13
2009-05-05account-manager/create-with-properties.py: new test for the Creation interfaceSimon McVittie2-0/+89
2009-05-05test-account.py: make sure we can set properties to wrong types without crashingSimon McVittie1-0/+61
2009-05-05McdAccount: don't crash when D-Bus properties are set to the wrong typeSimon McVittie1-0/+57
2009-05-05Development cycleAlberto Mardegan1-1/+1
2009-05-05Version 5.0.beta695.0.beta69Alberto Mardegan1-1/+1
2009-05-05Release TP connection before abortingAlberto Mardegan1-0/+1
2009-04-24Merge branch 'reg_marshallers'Alberto Mardegan3-0/+6
2009-04-24Merge commit 'upstream/master'Alberto Mardegan1-1/+1
2009-04-24Register marshallers for the ContactCapabilities ifaceAlberto Mardegan3-0/+6
2009-04-24Use G_GSIZE_FORMAT for gsizeWill Thompson1-1/+1
2009-04-24Supports parameters of type 'as'Alberto Mardegan1-1/+22
2009-04-22Development cycleAlberto Mardegan1-1/+1
2009-04-22Version 5.0.beta685.0.beta68Alberto Mardegan1-1/+1
2009-04-22Merge branch 'no_old_handlers'Alberto Mardegan10-815/+8
2009-04-22Merge branch 'client-api-break'Simon McVittie31-412/+742
2009-04-21mc_dispatch_operation_new_ready: take the Channels as an extra argumentSimon McVittie2-7/+34
2009-04-21Update to telepathy-spec 0.17.23 ChannelDispatcher interfacesSimon McVittie27-265/+297
2009-04-21Handler: pass an empty a{sv} for future expansionSimon McVittie3-1/+18
2009-04-21fd.o #21176: update Handler API from telepathy-spec masterSimon McVittie14-117/+287
2009-04-21fd.o #20909: regression tests: assert that ObserveChannels gets the extra arg...Simon McVittie5-0/+10