Age | Commit message (Expand) | Author | Files | Lines |
2009-10-15 | Prepare version 0.9.1telepathy-glib-0.9.1 | Simon McVittie | 2 | -4/+6 |
2009-10-15 | Merge branch 'telepathy-glib-0.8' | Simon McVittie | 2 | -9/+27 |
2009-10-15 | More NEWS | Simon McVittie | 1 | -0/+10 |
2009-10-15 | TpConnectionManager: extend the "(^|-)password" special-case to GetParameters... | Simon McVittie | 1 | -9/+22 |
2009-10-15 | Merge branch 'telepathy-glib-0.8' | Simon McVittie | 2 | -44/+83 |
2009-10-15 | Update NEWS | Simon McVittie | 1 | -1/+13 |
2009-10-15 | Merge branch '08-cm-crash' into telepathy-glib-0.8 | Simon McVittie | 1 | -44/+71 |
2009-10-14 | TpConnectionManager: defer ListProtocols() until we know the initial name | Simon McVittie | 1 | -25/+55 |
2009-10-14 | fd.o #23853: cancel an in-flight ListProtocols(), if any, when ending introsp... | Simon McVittie | 1 | -21/+17 |
2009-10-14 | tp_connection_manager_got_parameters: correctly return on error, rather than ... | Simon McVittie | 1 | -1/+2 |
2009-10-12 | Merge branch 'trivia' | Simon McVittie | 4 | -5/+14 |
2009-10-12 | Update NEWS | Simon McVittie | 1 | -1/+9 |
2009-10-12 | Depend on GLib 2.20 (Debian #550406) | Simon McVittie | 4 | -4/+5 |
2009-10-06 | Merge branch 'telepathy-glib-0.8' | Will Thompson | 1 | -1/+1 |
2009-10-06 | dbus-properties-mixin.c: fixed error message on write-only properties | Pekka Pessi | 1 | -1/+1 |
2009-09-30 | TpAccountManager::account-enabled: note about the readiness of the account | Jonny Lamb | 1 | -0/+3 |
2009-09-29 | account{,-manager}: cast const GError*s to GError* when passing to g_simple_a... | Jonny Lamb | 2 | -6/+6 |
2009-09-28 | Nano version | Simon McVittie | 2 | -1/+6 |
2009-09-28 | Prefer automake 1.11, so we get silent-rules support in tarballstelepathy-glib-0.9.0 | Simon McVittie | 1 | -6/+7 |
2009-09-28 | Since: 0.9.0 | Simon McVittie | 2 | -85/+85 |
2009-09-28 | Prepare version 0.9.0 | Simon McVittie | 4 | -9/+83 |
2009-09-28 | Only include versions >= 0.8.0 in NEWS | Simon McVittie | 1 | -1293/+0 |
2009-09-28 | Merge branch 'account' | Jonny Lamb | 16 | -63/+4380 |
2009-09-28 | add gio-2.0 to the two pkg-config files | Jonny Lamb | 2 | -2/+2 |
2009-09-28 | account-manager: fix misc. typos | Jonny Lamb | 1 | -2/+2 |
2009-09-28 | account-manager: signal account-validity-changed to FALSE for accounts not in... | Jonny Lamb | 1 | -17/+9 |
2009-09-28 | account-manager: signal account-validity-changed before the account is ready | Jonny Lamb | 1 | -4/+5 |
2009-09-28 | account-manager: add _enable_restart | Jonny Lamb | 3 | -6/+23 |
2009-09-28 | account-manager: rename created and deleted signals to divert less from the D... | Jonny Lamb | 2 | -48/+97 |
2009-09-28 | account-manager: rename _get_accounts to _get_valid_accounts | Jonny Lamb | 3 | -10/+10 |
2009-09-28 | account-manager: only remove account if the object actually was removed | Jonny Lamb | 1 | -1/+1 |
2009-09-26 | account{,-manager}: remove unnecessary casts | Jonny Lamb | 2 | -6/+5 |
2009-09-26 | account: re-add _refresh_properties internally and call in the AM | Jonny Lamb | 3 | -0/+22 |
2009-09-26 | account{,-manager}: small optimization when concating lists | Jonny Lamb | 2 | -2/+2 |
2009-09-26 | account: make sure GValues which are initialized are unset | Jonny Lamb | 1 | -1/+9 |
2009-09-26 | account: allow _set_{display,icon}_name take a NULL argument to unset their v... | Jonny Lamb | 1 | -10/+6 |
2009-09-26 | account: no need to dup reconnect_required | Jonny Lamb | 1 | -3/+1 |
2009-09-26 | account: remove unnecessary cast | Jonny Lamb | 1 | -1/+1 |
2009-09-26 | account: free the cached TpConnection if the connection object path changes | Jonny Lamb | 1 | -0/+7 |
2009-09-26 | account-manager: update the most available presence before making core ready | Jonny Lamb | 1 | -47/+49 |
2009-09-26 | account: make :enabled property read only | Jonny Lamb | 1 | -22/+1 |
2009-09-26 | account: removed useless code from _set_connection | Jonny Lamb | 1 | -8/+0 |
2009-09-26 | account: remove _tp_account_parse_object_path | Jonny Lamb | 1 | -77/+2 |
2009-09-26 | account: remove unused connect_time private struct member | Jonny Lamb | 1 | -10/+0 |
2009-09-26 | account-manager: make sure dispose drops all references to other objects only... | Jonny Lamb | 1 | -3/+2 |
2009-09-26 | account{,-manager}: allow checking and preparing NULL features | Jonny Lamb | 2 | -4/+4 |
2009-09-26 | account{,-manager}: remove _get_*_features to internal headers | Jonny Lamb | 8 | -33/+94 |
2009-09-26 | account{,-manager}: renamed _is_ready to _is_prepared | Jonny Lamb | 5 | -14/+14 |
2009-09-26 | account{,-manager}: refactor _become_ready | Jonny Lamb | 2 | -10/+34 |
2009-09-26 | account{,-manager}: assert if the GSimpleAsyncResult is not valid | Jonny Lamb | 2 | -45/+92 |