summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 5.5.4upstream/5.5.4telepathy-mission-control-5.5.4Simon McVittie2010-09-142-4/+9
* test/Makefile.am: simplify CFLAGSSimon McVittie2010-09-141-4/+1
* Knock out the account-storage/libaccounts-sso-storage test for 5.6Simon McVittie2010-09-142-5/+2
* Run account storage tests in their own session, and not in installcheckSimon McVittie2010-09-141-11/+14
* Move keyfile_read() to mctest, fixing distcheck in a simple waySimon McVittie2010-09-144-30/+25
* Add keyring-manipulation stuff to .gitignoreSimon McVittie2010-09-141-0/+2
* Compile test/. before test/twistedSimon McVittie2010-09-141-1/+1
* Merge branch 'master' into storage-testsSimon McVittie2010-09-1416-983/+1634
|\
| * Generate a GError in the "unsupported type" case of the dup_value methodVivek Dasmohapatra2010-09-141-2/+9
| * Tidy up the GError logic in dup_value, and document the value+error behaviourVivek Dasmohapatra2010-09-142-6/+19
| * Make sure the type of the passed in value matches the type from McdStorageVivek Dasmohapatra2010-09-141-17/+20
| * Unused struct type declaration deletedVivek Dasmohapatra2010-09-141-7/+0
| * Use typed key file set helpers in store_value McdStorage method implementationVivek Dasmohapatra2010-09-141-33/+22
| * Reverse the decision about which layer does escaping/unescapingVivek Dasmohapatra2010-09-143-21/+26
| * Documentation fix (misnamed funciton in docstring)Vivek Dasmohapatra2010-09-141-1/+1
| * Use McdStorage instead of direct private structure access in mcd-account-compatVivek Dasmohapatra2010-09-131-51/+50
| * Use the McdStorage interface in the soon-to-be-deleted conditions codeVivek Dasmohapatra2010-09-131-26/+31
| * Use McdStorage instead of private structures in match_account_parameterVivek Dasmohapatra2010-09-131-36/+43
| * DBus daemon is directly available via the account now, account manager is notVivek Dasmohapatra2010-09-131-2/+2
| * The McdStorage layer uses get/set _value, the actual plugins need to use _stringVivek Dasmohapatra2010-09-132-8/+8
| * Make sure the sso-services property is cached when we load the accountVivek Dasmohapatra2010-09-131-0/+3
| * Use the McdStorage interface to find the plugin claiming ownership of an accountVivek Dasmohapatra2010-09-131-4/+4
| * Stray debug messageVivek Dasmohapatra2010-09-131-1/+0
| * No longer have direct access to account manager: use helper to store connectionsVivek Dasmohapatra2010-09-131-2/+1
| * mcd_account_get_alias update to use McdStorageVivek Dasmohapatra2010-09-131-2/+3
| * get/set avatar methods update to use McdStorage interfaceVivek Dasmohapatra2010-09-131-11/+23
| * get/set avatar token updated to McdStorage interfaceVivek Dasmohapatra2010-09-131-10/+10
| * get/set normalised name functions updated to McdStorage interfaceVivek Dasmohapatra2010-09-131-12/+14
| * update_parameters_dup_params_cb updated to McdStorage interfaceVivek Dasmohapatra2010-09-131-2/+2
| * clear_register_dup_params_cb updated to McdStorage interfaceVivek Dasmohapatra2010-09-131-2/+2
| * has_been_online updated to use McdStorage interfaceVivek Dasmohapatra2010-09-131-8/+10
| * set_connect_automatically updated to use McdStorage interfaceVivek Dasmohapatra2010-09-131-7/+8
| * set_automatic_presence updated to use McdStorage interfaceVivek Dasmohapatra2010-09-131-30/+41
| * _mcd_account_set_enabled upated to use McdStorage interfaceVivek Dasmohapatra2010-09-131-7/+9
| * mcd_account_get_string_val updated to new McdStorage interfaceVivek Dasmohapatra2010-09-131-4/+14
| * mcd_account_set_string_val updated to new McdStorage interfaceVivek Dasmohapatra2010-09-131-18/+17
| * Delete account method updated to use new McdStorage interfaceVivek Dasmohapatra2010-09-131-45/+10
| * get/set parameter internal functions updated to use McdStorage interfaceVivek Dasmohapatra2010-09-131-11/+10
| * keyfile_get_value and keyfile_set_value no longer exist (no more keyfile)Vivek Dasmohapatra2010-09-131-204/+0
| * McdAccount no longer holds an account managerVivek Dasmohapatra2010-09-133-66/+68
| * Implement method to find the McpAccountStorage plugin holding an accountVivek Dasmohapatra2010-09-131-0/+19
| * Typo, missing return signatureVivek Dasmohapatra2010-09-131-0/+1
| * Hook up the actual McdStorage method implmentations to the interfaceVivek Dasmohapatra2010-09-131-0/+22
| * Implement setting store values from GValuesVivek Dasmohapatra2010-09-131-0/+117
| * Implement getting integers from the storeVivek Dasmohapatra2010-09-131-0/+10
| * Implement getting booleans from the storeVivek Dasmohapatra2010-09-131-0/+10
| * Implement fetching GValues from the storeVivek Dasmohapatra2010-09-131-0/+111
| * Implement the has_value method of the storage interfaceVivek Dasmohapatra2010-09-131-0/+9
| * Make the McdStorage interface object available vie the account manager.Vivek Dasmohapatra2010-09-132-27/+6
| * Unused 'update one account' operation removedVivek Dasmohapatra2010-09-131-62/+0