summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Prepare version 0.9.1telepathy-glib-0.9.1Simon McVittie2-4/+6
2009-10-15Merge branch 'telepathy-glib-0.8'Simon McVittie2-9/+27
2009-10-15More NEWSSimon McVittie1-0/+10
2009-10-15TpConnectionManager: extend the "(^|-)password" special-case to GetParameters...Simon McVittie1-9/+22
2009-10-15Merge branch 'telepathy-glib-0.8'Simon McVittie2-44/+83
2009-10-15Update NEWSSimon McVittie1-1/+13
2009-10-15Merge branch '08-cm-crash' into telepathy-glib-0.8Simon McVittie1-44/+71
2009-10-14TpConnectionManager: defer ListProtocols() until we know the initial nameSimon McVittie1-25/+55
2009-10-14fd.o #23853: cancel an in-flight ListProtocols(), if any, when ending introsp...Simon McVittie1-21/+17
2009-10-14tp_connection_manager_got_parameters: correctly return on error, rather than ...Simon McVittie1-1/+2
2009-10-12Merge branch 'trivia'Simon McVittie4-5/+14
2009-10-12Update NEWSSimon McVittie1-1/+9
2009-10-12Depend on GLib 2.20 (Debian #550406)Simon McVittie4-4/+5
2009-10-06Merge branch 'telepathy-glib-0.8'Will Thompson1-1/+1
2009-10-06dbus-properties-mixin.c: fixed error message on write-only propertiesPekka Pessi1-1/+1
2009-09-30TpAccountManager::account-enabled: note about the readiness of the accountJonny Lamb1-0/+3
2009-09-29account{,-manager}: cast const GError*s to GError* when passing to g_simple_a...Jonny Lamb2-6/+6
2009-09-28Nano versionSimon McVittie2-1/+6
2009-09-28Prefer automake 1.11, so we get silent-rules support in tarballstelepathy-glib-0.9.0Simon McVittie1-6/+7
2009-09-28Since: 0.9.0Simon McVittie2-85/+85
2009-09-28Prepare version 0.9.0Simon McVittie4-9/+83
2009-09-28Only include versions >= 0.8.0 in NEWSSimon McVittie1-1293/+0
2009-09-28Merge branch 'account'Jonny Lamb16-63/+4380
2009-09-28add gio-2.0 to the two pkg-config filesJonny Lamb2-2/+2
2009-09-28account-manager: fix misc. typosJonny Lamb1-2/+2
2009-09-28account-manager: signal account-validity-changed to FALSE for accounts not in...Jonny Lamb1-17/+9
2009-09-28account-manager: signal account-validity-changed before the account is readyJonny Lamb1-4/+5
2009-09-28account-manager: add _enable_restartJonny Lamb3-6/+23
2009-09-28account-manager: rename created and deleted signals to divert less from the D...Jonny Lamb2-48/+97
2009-09-28account-manager: rename _get_accounts to _get_valid_accountsJonny Lamb3-10/+10
2009-09-28account-manager: only remove account if the object actually was removedJonny Lamb1-1/+1
2009-09-26account{,-manager}: remove unnecessary castsJonny Lamb2-6/+5
2009-09-26account: re-add _refresh_properties internally and call in the AMJonny Lamb3-0/+22
2009-09-26account{,-manager}: small optimization when concating listsJonny Lamb2-2/+2
2009-09-26account: make sure GValues which are initialized are unsetJonny Lamb1-1/+9
2009-09-26account: allow _set_{display,icon}_name take a NULL argument to unset their v...Jonny Lamb1-10/+6
2009-09-26account: no need to dup reconnect_requiredJonny Lamb1-3/+1
2009-09-26account: remove unnecessary castJonny Lamb1-1/+1
2009-09-26account: free the cached TpConnection if the connection object path changesJonny Lamb1-0/+7
2009-09-26account-manager: update the most available presence before making core readyJonny Lamb1-47/+49
2009-09-26account: make :enabled property read onlyJonny Lamb1-22/+1
2009-09-26account: removed useless code from _set_connectionJonny Lamb1-8/+0
2009-09-26account: remove _tp_account_parse_object_pathJonny Lamb1-77/+2
2009-09-26account: remove unused connect_time private struct memberJonny Lamb1-10/+0
2009-09-26account-manager: make sure dispose drops all references to other objects only...Jonny Lamb1-3/+2
2009-09-26account{,-manager}: allow checking and preparing NULL featuresJonny Lamb2-4/+4
2009-09-26account{,-manager}: remove _get_*_features to internal headersJonny Lamb8-33/+94
2009-09-26account{,-manager}: renamed _is_ready to _is_preparedJonny Lamb5-14/+14
2009-09-26account{,-manager}: refactor _become_readyJonny Lamb2-10/+34
2009-09-26account{,-manager}: assert if the GSimpleAsyncResult is not validJonny Lamb2-45/+92