| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | account: free the cached TpConnection if the connection object path changes | Jonny Lamb | 2009-09-26 | 1 | -0/+7 |
* | account: make :enabled property read only | Jonny Lamb | 2009-09-26 | 1 | -22/+1 |
* | account: removed useless code from _set_connection | Jonny Lamb | 2009-09-26 | 1 | -8/+0 |
* | account: remove _tp_account_parse_object_path | Jonny Lamb | 2009-09-26 | 1 | -77/+2 |
* | account: remove unused connect_time private struct member | Jonny Lamb | 2009-09-26 | 1 | -10/+0 |
* | account{,-manager}: allow checking and preparing NULL features | Jonny Lamb | 2009-09-26 | 1 | -2/+2 |
* | account{,-manager}: remove _get_*_features to internal headers | Jonny Lamb | 2009-09-26 | 1 | -6/+7 |
* | account{,-manager}: renamed _is_ready to _is_prepared | Jonny Lamb | 2009-09-26 | 1 | -4/+4 |
* | account{,-manager}: refactor _become_ready | Jonny Lamb | 2009-09-26 | 1 | -5/+17 |
* | account{,-manager}: assert if the GSimpleAsyncResult is not valid | Jonny Lamb | 2009-09-26 | 1 | -41/+79 |
* | account: don't listen to the connection's invalidated signal and use the Conn... | Jonny Lamb | 2009-09-26 | 1 | -62/+7 |
* | account{,-manager}: make sure the GAsyncResult completes asynchronously | Jonny Lamb | 2009-09-26 | 1 | -1/+1 |
* | account: make _get_connection lazily create the TpConnection | Jonny Lamb | 2009-09-26 | 1 | -4/+13 |
* | account{,-manager}: no need to think the object will be disposed with outstan... | Jonny Lamb | 2009-09-26 | 1 | -16/+4 |
* | account: when emitting status-changed, use the right arguments | Jonny Lamb | 2009-09-26 | 1 | -1/+1 |
* | account{,-manager}: show in _prepare_async documentation that @features may b... | Jonny Lamb | 2009-09-26 | 1 | -1/+4 |
* | account: remove incorrect assertion | Jonny Lamb | 2009-09-26 | 1 | -1/+0 |
* | account: no need to emit notify::connection when the connection is ready | Jonny Lamb | 2009-09-26 | 1 | -1/+0 |
* | account: make core ready after receiving all its properties | Jonny Lamb | 2009-09-26 | 1 | -2/+2 |
* | account{,-manager}: add run-time checks for argument types | Jonny Lamb | 2009-09-26 | 1 | -22/+116 |
* | account: misc fixes to the property documentation | Jonny Lamb | 2009-09-26 | 1 | -5/+5 |
* | account: document a use-case for _ensure_connection | Jonny Lamb | 2009-09-26 | 1 | -0/+4 |
* | account{,-manager}: add more notes on what each core feature means | Jonny Lamb | 2009-09-26 | 1 | -0/+7 |
* | account{,-manager}: add notes about guarantees for properties/getters if the ... | Jonny Lamb | 2009-09-26 | 1 | -0/+51 |
* | account: make sure property docs and getter docs point to each other | Jonny Lamb | 2009-09-26 | 1 | -27/+30 |
* | account: add docs about which properties can be listened to using the notify ... | Jonny Lamb | 2009-09-26 | 1 | -0/+68 |
* | account: add two further arguments to ::status-changed to be ready for the fu... | Jonny Lamb | 2009-09-26 | 1 | -2/+7 |
* | account: removed #TpAccount::removed as we can use #TpProxy::invalidated | Jonny Lamb | 2009-09-26 | 1 | -18/+0 |
* | account: tried to clarified #TpAccount:connection documentation regarding rea... | Jonny Lamb | 2009-09-25 | 1 | -1/+2 |
* | account: add @reconnect_required to _update_parameters_finish | Jonny Lamb | 2009-09-25 | 1 | -0/+13 |
* | account: add current- prefix to presence properties and -type suffix where ap... | Jonny Lamb | 2009-09-25 | 1 | -29/+29 |
* | account: merge _get_requested_{presence,status,status_message} into one | Jonny Lamb | 2009-09-25 | 1 | -33/+14 |
* | account{,-manager}: make no feature ready until core is ready | Jonny Lamb | 2009-09-25 | 1 | -2/+7 |
* | account: remove default-presence property | Jonny Lamb | 2009-09-25 | 1 | -64/+1 |
* | account: replace _get_{presence,status,status_message} with _get_current_pres... | Jonny Lamb | 2009-09-25 | 1 | -34/+10 |
* | [TpAccount] Always return the TpConnection with _get_connection() | Danielle Madeley | 2009-09-25 | 1 | -7/+5 |
* | account{,-manager}: make prepare's feature list be const | Jonny Lamb | 2009-09-25 | 1 | -2/+2 |
* | account{,-manager}: only add known features to requested | Jonny Lamb | 2009-09-25 | 1 | -26/+10 |
* | account{,-manager}: make it clearer in the docs whether the returned object w... | Jonny Lamb | 2009-09-25 | 1 | -2/+3 |
* | account: removed _get_unique_name | Jonny Lamb | 2009-09-25 | 1 | -22/+6 |
* | account: removed _refresh_properties | Jonny Lamb | 2009-09-24 | 1 | -39/+24 |
* | account: merged _get_connection_status and _get_connection_status_reason | Jonny Lamb | 2009-09-24 | 1 | -18/+7 |
* | account: removed _is_just_connected | Jonny Lamb | 2009-09-24 | 1 | -26/+0 |
* | account{,-manager}: return FALSE in _is_ready if the proxy is invalidated | Jonny Lamb | 2009-09-24 | 1 | -0/+3 |
* | account: add accessors for requested, actual and missing features | Jonny Lamb | 2009-09-24 | 1 | -8/+89 |
* | account: change behaviour of features | Jonny Lamb | 2009-09-24 | 1 | -40/+60 |
* | account*: remove _set_features | Jonny Lamb | 2009-09-24 | 1 | -51/+16 |
* | account*: misc fixes to gtk-doc comments | Jonny Lamb | 2009-09-24 | 1 | -1/+1 |
* | account-manager: remove _get_requested_global_presence | Jonny Lamb | 2009-09-22 | 1 | -44/+57 |
* | account{,-manager}: make _FEATURE_CORE expand to a function call | Jonny Lamb | 2009-09-21 | 1 | -7/+25 |