summaryrefslogtreecommitdiff
path: root/mission-control-plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextSimon McVittie2014-03-192-65/+15
|\
| * update documentation for McpAcccountStorageIface membersSimon McVittie2014-02-061-3/+11
| * McdStorage: watch and proxy plugins' change-notification signalsSimon McVittie2014-02-062-62/+4
* | Merge commit '553acd80fac93fb21c28cb51f00c9c51045c9921' into nextSimon McVittie2014-03-192-6/+221
|\ \ | |/
| * _mcd_account_dup_parameters: try to get parameters' types from backendSimon McVittie2014-02-041-1/+1
| * mcp_account_storage_get_flags: addSimon McVittie2014-02-042-0/+111
| * Require account plugins to provide the ability to list parametersSimon McVittie2014-02-042-6/+110
* | Merge commit '79f0081b0a50ab59794827dd5af79f8671870fcd' into nextSimon McVittie2014-03-196-775/+414
|\ \ | |/
| * McpParameterFlags, McpAttributeFlags: move to the right headerSimon McVittie2014-01-292-8/+10
| * Define MCP_API_VERSION_5_18, so implementations can use #ifdefSimon McVittie2014-01-292-0/+17
| * Be consistent in the constness of arguments in storage virtual methodsXavier Claessens2014-01-292-74/+71
| * Remove MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRINGXavier Claessens2014-01-291-1/+0
| * mcp_account_storage_commit: guarantee that we commit one at a timeSimon McVittie2014-01-291-4/+5
| * McpAccountStorage: more, and more informative, debug messagesSimon McVittie2014-01-291-7/+27
| * fixup!Simon McVittie2014-01-291-1/+1
| * mcp_account_storage_delete_async: be cancellable, at least in theorySimon McVittie2014-01-292-0/+5
| * McpAccountStorage: update documentation for delete_asyncSimon McVittie2014-01-291-1/+2
| * McpAccountStorage: override neither or both of delete_async, delete_finishSimon McVittie2014-01-291-0/+3
| * McpAccountStorage: overriding get_* and list is mandatorySimon McVittie2014-01-291-35/+4
| * mcp_account_storage_get: replace with get_attribute, get_parameterSimon McVittie2014-01-295-193/+120
| * mcp_account_manager_unescape_variant_from_keyfile: addSimon McVittie2014-01-293-0/+39
| * mcp_account_storage_set_*: return whether anything changedSimon McVittie2014-01-292-13/+26
| * McdStorage: remove "owns" methodSimon McVittie2014-01-292-52/+0
| * Make mcp_account_storage_create() mandatorySimon McVittie2014-01-291-0/+4
| * Make account deletion async (sort of), and imply a selective commitSimon McVittie2014-01-292-46/+70
| * Call set_attribute, set_parameter to delete themSimon McVittie2014-01-291-2/+4
| * mcp_account_manager_list_keys: removeSimon McVittie2014-01-293-29/+0
| * Remove unused codeXavier Claessens2014-01-293-144/+0
| * McpAccountStorage: have a default implementation for every methodSimon McVittie2014-01-291-38/+123
| * mcp_account_storage_emit_created: fix doc-commentSimon McVittie2014-01-291-1/+1
| * Remove mcp_account_storage_set()Simon McVittie2014-01-292-85/+4
| * McpAccountStorage: merge commit and commit_one into one functionSimon McVittie2014-01-292-77/+8
| * Remove all notion of secret parameterXavier Claessens2014-01-295-78/+1
| * Revert "Simplify a bit storage API"Simon McVittie2013-11-122-106/+163
| * Revert "Rename commit_one() to commit()"Simon McVittie2013-11-122-16/+16
| * Revert "Remove all notion of secret parameter"Simon McVittie2013-11-125-1/+78
| * Revert "Remove mcp_account_storage_set()"Simon McVittie2013-11-122-5/+86
| * Revert "Remove unused code"Simon McVittie2013-11-123-0/+144
| * Revert "Make sure to not delete() nor commit() and account deleted from storage"Simon McVittie2013-11-121-4/+1
| * Make sure to not delete() nor commit() and account deleted from storageXavier Claessens2013-11-111-1/+4
| * Remove unused codeXavier Claessens2013-11-113-144/+0
| * Remove mcp_account_storage_set()Xavier Claessens2013-11-112-86/+5
| * Remove all notion of secret parameterXavier Claessens2013-11-085-78/+1
| * Rename commit_one() to commit()Xavier Claessens2013-11-082-16/+16
| * Simplify a bit storage APIXavier Claessens2013-11-082-163/+106
* | tp_client_factory_ensure_channel() now takes a GVariant as propsGuillaume Desmottes2014-03-181-2/+3
* | TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes2014-02-132-3/+3
* | Observer and NewChannel are now singularGuillaume Desmottes2014-01-231-1/+1
* | Re-namespace from im.telepathy1 to im.telepathy.v1Simon McVittie2013-11-121-1/+1
* | Merge remote-tracking branch 'origin/master' into nextSimon McVittie2013-11-055-13/+82
|\ \ | |/