Age | Commit message (Expand) | Author | Files | Lines |
2009-06-16 | Reset the transport when disconnected. | Alberto Mardegan | 1 | -0/+1 |
2009-06-11 | McdAccount: use MC_STRUCT_TYPE_AVATAR instead of reinventing it | Simon McVittie | 1 | -6/+1 |
2009-06-11 | mc_param_type: fd.o #21377: add support for double, object path, and 64-bit ints | Simon McVittie | 1 | -0/+16 |
2009-06-11 | McdAccount: fd.o #21377: add support for deserializing doubles and object paths | Simon McVittie | 1 | -0/+22 |
2009-06-11 | McdAccount: don't truncate to the range of gint when deserializing int64, uin... | Simon McVittie | 1 | -16/+38 |
2009-06-11 | McdAccount: fd.o #21377: add support for serializing bytes, 64-bit integers, ... | Simon McVittie | 1 | -2/+37 |
2009-06-11 | McdAccount: serialize uint32 values larger than G_MAXINT correctly | Simon McVittie | 1 | -3/+8 |
2009-06-11 | McdAccount: value_is_same: add support for object path and GStrv values | Simon McVittie | 1 | -3/+36 |
2009-06-11 | McdAccount: value_is_same(): add support for double values | Simon McVittie | 1 | -0/+5 |
2009-06-05 | McdAccount: remove temporary_presence indicator | Simon McVittie | 1 | -3/+0 |
2009-06-05 | mcd_account_request_presence_int: allow same presence to be re-requested | Simon McVittie | 1 | -4/+2 |
2009-06-03 | McdAccount, McdConnection: push new avatars into the connection via a method ... | Simon McVittie | 1 | -12/+6 |
2009-06-02 | _mcd_account_get_avatar: don't segfault on NULL out-parameters | Simon McVittie | 1 | -3/+8 |
2009-06-01 | McdAccount, McdConnection: move responsibility for calling InspectHandles fro... | Simon McVittie | 1 | -0/+38 |
2009-06-01 | McdAccount: note that our logic for the nickname is inconsistent | Simon McVittie | 1 | -0/+5 |
2009-06-01 | McdAccount, McdConnection: transfer remote nickname changes from C to A via a... | Simon McVittie | 1 | -2/+8 |
2009-06-01 | McdAccount: push nickname into McdConnection via a method call rather than a ... | Simon McVittie | 1 | -11/+41 |
2009-05-18 | Support parameter with longer names | Alberto Mardegan | 1 | -1/+1 |
2009-05-14 | _mcd_account_delete: return successfully if the account wasn't in the key file | Simon McVittie | 1 | -5/+15 |
2009-05-14 | McdAccount: emit removed in dispose if it hasn't already been done | Simon McVittie | 1 | -3/+18 |
2009-05-14 | fd.o #20880: McdAccount: register_dbus_service: be more defensive | Simon McVittie | 1 | -7/+24 |
2009-05-14 | fd.o #20880: mcd_account_loaded: ref the account across callbacks | Simon McVittie | 1 | -0/+2 |
2009-05-14 | McdAccount: improve debug messages | Simon McVittie | 1 | -2/+4 |
2009-05-12 | Merge branch 'internalize' | Simon McVittie | 1 | -3/+0 |
2009-05-11 | Delete now-empty header files | Simon McVittie | 1 | -3/+0 |
2009-05-08 | Catch up with copyright updates on src/ | Simon McVittie | 1 | -1/+2 |
2009-05-06 | fd.o #21154: McdAccount: UpdateParameters: don't reconnect automatically | Simon McVittie | 1 | -20/+7 |
2009-05-06 | fd.o #21154: McdAccount: UpdateParameters: break API to return the parameters... | Simon McVittie | 1 | -3/+2 |
2009-05-06 | Merge branches 'update-parameters', 'property-setting-failure', 'reconnect' a... | Simon McVittie | 1 | -62/+110 |
2009-05-05 | McdAccount: Reconnect: don't do anything if we can't connect or don't want to | Simon McVittie | 1 | -0/+15 |
2009-05-05 | fd.o #21544: change signature of mcd_setprop so it can raise an error | Simon McVittie | 1 | -52/+66 |
2009-05-05 | mcd_account_set_string_val: return a tristate instead of a boolean | Simon McVittie | 1 | -14/+33 |
2009-05-05 | _mcd_account_set_parameters: optionally return the deferred parameters | Simon McVittie | 1 | -2/+60 |
2009-05-05 | McdAccount: UpdateParameters: don't work around failure to set GError | Simon McVittie | 1 | -6/+3 |
2009-05-05 | _mcd_account_set_parameter: make static | Simon McVittie | 1 | -1/+1 |
2009-05-05 | McdAccount: don't crash when D-Bus properties are set to the wrong type | Simon McVittie | 1 | -0/+57 |
2009-04-24 | Supports parameters of type 'as' | Alberto Mardegan | 1 | -1/+22 |
2009-04-17 | McdAccount: if we have no McdConnection, set status DISCONNECTED | Simon McVittie | 1 | -0/+4 |
2009-04-17 | McdAccount: Implement Reconnect() in a trivial way, matching what UpdateParam... | Simon McVittie | 1 | -1/+10 |
2009-04-16 | McdAccount: have the Account use the value it already stored for the status r... | Simon McVittie | 1 | -16/+2 |
2009-04-16 | McdConnection: remove mcd_connection_get_connection_status | Simon McVittie | 1 | -1/+1 |
2009-04-16 | McdAccount: call a method on the McdConnection to request presence, rather th... | Simon McVittie | 1 | -19/+16 |
2009-04-16 | McdConnection: provide Connection status to McdAccount via a signal rather th... | Simon McVittie | 1 | -5/+11 |
2009-04-16 | McdAccount: implement a stub version of Reconnect | Simon McVittie | 1 | -0/+13 |
2009-04-16 | McdConnection: emit presence changes as a signal rather than poking the Account | Simon McVittie | 1 | -13/+12 |
2009-04-16 | McdAccount: remove unused current-presence-changed signal | Simon McVittie | 1 | -14/+0 |
2009-04-16 | McdAccount: inline mcd_account_unset_parameters into _mcd_account_set_parameters | Simon McVittie | 1 | -15/+12 |
2009-04-16 | _mcd_account_connect, _mcd_connection_connect: don't consume @params | Simon McVittie | 1 | -1/+1 |
2009-04-15 | Assert in various places that the CM parameters are non-NULL | Simon McVittie | 1 | -0/+2 |
2009-04-15 | McdAccount: make parameter accessors internal | Simon McVittie | 1 | -25/+27 |