| Commit message (Expand) | Author | Age | Files | Lines |
* | Use macros WARNING(), etc., consistently (within the library) | Simon McVittie | 2010-04-30 | 1 | -1/+1 |
* | Annotate string vectors as GObject.Strv, not GLib.Strv | Simon McVittie | 2010-04-29 | 1 | -1/+1 |
* | Merge branch 'gobject-introspection' | Simon McVittie | 2010-04-28 | 1 | -21/+29 |
|\ |
|
| * | Annotate TpAccount and TpAccountManager | Danielle Madeley | 2010-04-28 | 1 | -21/+29 |
* | | Merge branch 'telepathy-glib-0.10' | Simon McVittie | 2010-04-26 | 1 | -8/+18 |
|\ \
| |/
|/| |
|
| * | TpAccount: don't notify::connection unless something actually changed | Simon McVittie | 2010-04-23 | 1 | -10/+15 |
| * | fd.o #27780: TpAccount: when Connection may have changed, emit notify::connec... | Simon McVittie | 2010-04-23 | 1 | -0/+2 |
| * | TpAccount: don't leak the parameters | Simon McVittie | 2010-04-23 | 1 | -0/+3 |
* | | Add/update version annotations | Simon McVittie | 2010-04-20 | 1 | -1/+1 |
* | | Implement TpAccount features as TpProxy features | Simon McVittie | 2010-04-07 | 1 | -281/+41 |
* | | Prepare release 0.11.1telepathy-glib-0.11.1 | Simon McVittie | 2010-04-05 | 1 | -2/+2 |
* | | Fix documentation for tp_account_set_avatar_finish (parameters must be named ... | Simon McVittie | 2010-04-05 | 1 | -1/+1 |
* | | Add API to change Account.Avatar (fdo #27397) | Guillaume Desmottes | 2010-04-01 | 1 | -0/+91 |
* | | Use tp_str_empty whenever it's equivalent to the current code | Simon McVittie | 2010-04-01 | 1 | -1/+1 |
* | | Merge branches 'trivia' and 'deprecations' | Simon McVittie | 2010-03-31 | 1 | -64/+0 |
|\ \ |
|
| * | | _tp_account_get_requested_features etc.: remove | Simon McVittie | 2010-03-30 | 1 | -64/+0 |
* | | | Merge branch 'telepathy-glib-0.10' | Guillaume Desmottes | 2010-03-31 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | tp_account_set_nickname_async: set the right source_tag | Guillaume Desmottes | 2010-03-31 | 1 | -1/+1 |
* | | | Merge branch 'telepathy-glib-0.10' | Danielle Madeley | 2010-03-31 | 1 | -0/+21 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | tp-account: check Interfaces property and append interface to TpProxy | Danielle Madeley | 2010-03-31 | 1 | -0/+21 |
* | | Merge branch 'telepathy-glib-0.10' | Simon McVittie | 2010-03-09 | 1 | -8/+23 |
|\ \
| |/ |
|
| * | tp_account_get_parameters: don't refer to nonexistent function tp_asv_dup_string | Simon McVittie | 2010-03-09 | 1 | -1/+1 |
| * | tp_account_parse_object_path: clarify ownership | Simon McVittie | 2010-03-03 | 1 | -1/+3 |
| * | tp_account_get_avatar_async: explain what's in the GArray | Simon McVittie | 2010-03-03 | 1 | -1/+2 |
| * | tp_account_get_parameters: explain what's in the GHashTable | Simon McVittie | 2010-03-03 | 1 | -1/+12 |
| * | tp_account_ensure_connection: make comparison with "/" marginally faster | Simon McVittie | 2010-03-03 | 1 | -1/+1 |
| * | TpAccount: specify the enum types corresponding to guint properties | Simon McVittie | 2010-03-03 | 1 | -4/+5 |
* | | Merge branch 'telepathy-glib-0.10' | Simon McVittie | 2010-03-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | TpAccount:current-status-message: correct gtk-doc syntax | Simon McVittie | 2010-03-02 | 1 | -1/+1 |
* | | Revert "fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets... | Simon McVittie | 2010-01-21 | 1 | -1/+1 |
* | | Revert "account{,-manager}: cast const GError*s to GError* when passing to g_... | Simon McVittie | 2010-01-21 | 1 | -5/+5 |
|/ |
|
* | fd.o#25149: TpAccount: when invalidated, signal connection disconnection | Simon McVittie | 2009-12-18 | 1 | -0/+21 |
* | fd.o#25600: account{,-manager}: make sure g_s_a_r_set_from_error gets a non-c... | Jonny Lamb | 2009-12-12 | 1 | -1/+1 |
* | One more leaking code-path. | David Laban | 2009-11-18 | 1 | -2/+2 |
* | s/g_array_unref/g_array_free/ + fix leak + infer array size | David Laban | 2009-11-18 | 1 | -3/+5 |
* | TpAccount: Don't use G_N_ELEMENTS() + fix typo. | David Laban | 2009-11-17 | 1 | -3/+3 |
* | TpAccount: Make internal functions deal with GArrays rather than GQuark *. | David Laban | 2009-11-17 | 1 | -40/+11 |
* | b.fd.o #24654: tp_account_prepare_async: copy @features argument | David Laban | 2009-11-17 | 1 | -2/+37 |
* | fd.o#24257: tp_account_prepare: fail if invalidated | David Laban | 2009-11-10 | 1 | -0/+29 |
* | Fail "immediately" if invalidated before prepare. | David Laban | 2009-11-10 | 1 | -1/+10 |
* | Doc: tp_account_is_prepared: s/whether/if/ | David Laban | 2009-11-10 | 1 | -1/+1 |
* | account{,-manager}: cast const GError*s to GError* when passing to g_simple_a... | Jonny Lamb | 2009-09-29 | 1 | -5/+5 |
* | Since: 0.9.0 | Simon McVittie | 2009-09-28 | 1 | -65/+65 |
* | account{,-manager}: remove unnecessary casts | Jonny Lamb | 2009-09-26 | 1 | -4/+4 |
* | account: re-add _refresh_properties internally and call in the AM | Jonny Lamb | 2009-09-26 | 1 | -0/+18 |
* | account{,-manager}: small optimization when concating lists | Jonny Lamb | 2009-09-26 | 1 | -1/+1 |
* | account: make sure GValues which are initialized are unset | Jonny Lamb | 2009-09-26 | 1 | -1/+9 |
* | account: allow _set_{display,icon}_name take a NULL argument to unset their v... | Jonny Lamb | 2009-09-26 | 1 | -10/+6 |
* | account: no need to dup reconnect_required | Jonny Lamb | 2009-09-26 | 1 | -3/+1 |
* | account: remove unnecessary cast | Jonny Lamb | 2009-09-26 | 1 | -1/+1 |