summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prefer automake 1.11, so we get silent-rules support in tarballstelepathy-glib-0.9.0Simon McVittie2009-09-281-6/+7
* Since: 0.9.0Simon McVittie2009-09-282-85/+85
* Prepare version 0.9.0Simon McVittie2009-09-284-9/+83
* Only include versions >= 0.8.0 in NEWSSimon McVittie2009-09-281-1293/+0
* Merge branch 'account'Jonny Lamb2009-09-2816-63/+4380
|\
| * add gio-2.0 to the two pkg-config filesJonny Lamb2009-09-282-2/+2
| * account-manager: fix misc. typosJonny Lamb2009-09-281-2/+2
| * account-manager: signal account-validity-changed to FALSE for accounts not in...Jonny Lamb2009-09-281-17/+9
| * account-manager: signal account-validity-changed before the account is readyJonny Lamb2009-09-281-4/+5
| * account-manager: add _enable_restartJonny Lamb2009-09-283-6/+23
| * account-manager: rename created and deleted signals to divert less from the D...Jonny Lamb2009-09-282-48/+97
| * account-manager: rename _get_accounts to _get_valid_accountsJonny Lamb2009-09-283-10/+10
| * account-manager: only remove account if the object actually was removedJonny Lamb2009-09-281-1/+1
| * account{,-manager}: remove unnecessary castsJonny Lamb2009-09-262-6/+5
| * account: re-add _refresh_properties internally and call in the AMJonny Lamb2009-09-263-0/+22
| * account{,-manager}: small optimization when concating listsJonny Lamb2009-09-262-2/+2
| * account: make sure GValues which are initialized are unsetJonny Lamb2009-09-261-1/+9
| * account: allow _set_{display,icon}_name take a NULL argument to unset their v...Jonny Lamb2009-09-261-10/+6
| * account: no need to dup reconnect_requiredJonny Lamb2009-09-261-3/+1
| * account: remove unnecessary castJonny Lamb2009-09-261-1/+1
| * account: free the cached TpConnection if the connection object path changesJonny Lamb2009-09-261-0/+7
| * account-manager: update the most available presence before making core readyJonny Lamb2009-09-261-47/+49
| * account: make :enabled property read onlyJonny Lamb2009-09-261-22/+1
| * account: removed useless code from _set_connectionJonny Lamb2009-09-261-8/+0
| * account: remove _tp_account_parse_object_pathJonny Lamb2009-09-261-77/+2
| * account: remove unused connect_time private struct memberJonny Lamb2009-09-261-10/+0
| * account-manager: make sure dispose drops all references to other objects only...Jonny Lamb2009-09-261-3/+2
| * account{,-manager}: allow checking and preparing NULL featuresJonny Lamb2009-09-262-4/+4
| * account{,-manager}: remove _get_*_features to internal headersJonny Lamb2009-09-268-33/+94
| * account{,-manager}: renamed _is_ready to _is_preparedJonny Lamb2009-09-265-14/+14
| * account{,-manager}: refactor _become_readyJonny Lamb2009-09-262-10/+34
| * account{,-manager}: assert if the GSimpleAsyncResult is not validJonny Lamb2009-09-262-45/+92
| * account: don't listen to the connection's invalidated signal and use the Conn...Jonny Lamb2009-09-261-62/+7
| * account{,-manager}: make sure the GAsyncResult completes asynchronouslyJonny Lamb2009-09-262-2/+2
| * account-manager: clarified docs of _get_accountsJonny Lamb2009-09-261-3/+4
| * account: make _get_connection lazily create the TpConnectionJonny Lamb2009-09-261-4/+13
| * account{,-manager}: no need to think the object will be disposed with outstan...Jonny Lamb2009-09-262-48/+12
| * account-manager: removed ::account-connection-changed and ::new-connectionJonny Lamb2009-09-261-80/+0
| * account: when emitting status-changed, use the right argumentsJonny Lamb2009-09-261-1/+1
| * account{,-manager}: show in _prepare_async documentation that @features may b...Jonny Lamb2009-09-262-2/+8
| * account: remove incorrect assertionJonny Lamb2009-09-261-1/+0
| * account: s/global/most available/gJonny Lamb2009-09-261-46/+49
| * account-manager: remove ::account-changedJonny Lamb2009-09-261-19/+0
| * account: no need to emit notify::connection when the connection is readyJonny Lamb2009-09-261-1/+0
| * account: make core ready after receiving all its propertiesJonny Lamb2009-09-261-2/+2
| * account{,-manager}: add run-time checks for argument typesJonny Lamb2009-09-262-27/+159
| * account: misc fixes to the property documentationJonny Lamb2009-09-261-5/+5
| * account: document a use-case for _ensure_connectionJonny Lamb2009-09-261-0/+4
| * docs: make _get_feature_quark_core privateJonny Lamb2009-09-261-2/+4
| * account{,-manager}: add more notes on what each core feature meansJonny Lamb2009-09-262-9/+22