summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 5.5.2telepathy-mission-control-5.5.2Simon McVittie2010-06-162-7/+26
* Merge branch 'telepathy-mission-control-5.4'Simon McVittie2010-06-161-1/+9
|\
| * Nano versionSimon McVittie2010-06-162-1/+6
| * Prepare version 5.4.3telepathy-mission-control-5.4.3Simon McVittie2010-06-162-3/+11
| * Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie2010-06-167-0/+12
| * configure.ac: remove alleged AM_CFLAGS that were never actually used for anyt...Simon McVittie2010-06-161-3/+0
| * Remove obsolete datadir_expanded check from configure.acSimon McVittie2010-06-161-11/+0
| * Add code to a couple of existing tests to verify that serialization in key fi...Simon McVittie2010-06-163-9/+45
| * _mcd_account_dup_parameters: if unable, explain whySimon McVittie2010-06-161-0/+3
| * McdAccount: clear_register_dup_params_cb: survive if params is NULLSimon McVittie2010-06-161-0/+6
| * account-manager/recover-from-disconnect.py: comment why register=TrueSimon McVittie2010-06-161-1/+2
| * Remove duplicate call to _mcd_account_set_parameter()Simon McVittie2010-06-161-2/+0
| * fd.o #28118: clear the 'register' flag when an account goes to CONNECTEDSimon McVittie2010-06-162-3/+37
* | Merge branch 'unregister'Simon McVittie2010-06-162-3/+46
|\ \
| * | _mcd_account_dup_parameters: if unable, explain whySimon McVittie2010-06-151-0/+3
| * | McdAccount: clear_register_dup_params_cb: survive if params is NULLSimon McVittie2010-06-151-0/+6
| * | Merge branch 'master' into unregisterSimon McVittie2010-06-1518-119/+549
| |\ \
| * | | account-manager/recover-from-disconnect.py: comment why register=TrueSimon McVittie2010-06-151-1/+2
| * | | Remove duplicate call to _mcd_account_set_parameter()Simon McVittie2010-06-151-2/+0
| * | | fd.o #28118: clear the 'register' flag when an account goes to CONNECTEDSimon McVittie2010-06-072-3/+37
* | | | Merge branch 'only-flush-changed-accounts'Simon McVittie2010-06-168-170/+295
|\ \ \ \
| * | | | mcd_account_manager_write_conf_async: pass the intended account to update_one...Simon McVittie2010-06-161-2/+5
| * | | | McdAccountManager: update_one_account: document that @account may be NULLSimon McVittie2010-06-161-4/+12
| * | | | Merge branch 'only-flush-changed-accounts'Simon McVittie2010-06-168-169/+283
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Revert AccountStorage commit() method to commit all accounts, and add optiona...Simon McVittie2010-06-156-14/+81
| | * | | Only flush changed account details to disk.Will Thompson2010-06-099-149/+221
| | * | | Remove deprecated-and-unused mcd_account_manager_write_conf()Will Thompson2010-06-062-26/+1
| | |/ /
* | | | Merge branch 'backslash'Simon McVittie2010-06-165-22/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Add code to a couple of existing tests to verify that serialization in key fi...Simon McVittie2010-06-152-9/+41
| * | | default and diversion plugins: don't escape values from MC as strings againSimon McVittie2010-06-152-12/+14
| * | | fd.o #28557: McdPluginAccountManager: use g_key_file_set_value when receiving...Simon McVittie2010-06-151-1/+1
|/ / /
* | | Merge branch 'connection-error'Simon McVittie2010-06-1510-72/+268
|\ \ \
| * | | Check that the ConnectionError[Details] properties workSimon McVittie2010-06-141-0/+9
| * | | Implement ConnectionError, ConnectionErrorDetails properties fullySimon McVittie2010-06-142-5/+2
| * | | Merge branch 'master' into connection-errorSimon McVittie2010-06-148-49/+282
| |\ \ \ | |/ / / |/| | |
* | | | Unused/shadowed variable declarationVivek Dasmohapatra2010-06-111-1/+0
* | | | Global enabled flag must be turned on when the local one isVivek Dasmohapatra2010-06-111-3/+9
* | | | Don't call tp_svc_account_emit_removed, gets handled by McdAccount disposalVivek Dasmohapatra2010-06-101-4/+2
* | | | The label key (name, DisplayName) must be flagged as global so it gets fetchedVivek Dasmohapatra2010-06-091-1/+4
* | | | The global service has no type: we are always interested in its enabled flagVivek Dasmohapatra2010-06-091-2/+8
* | | | Warnings promoted to errors after rebase to master, misc tweaks to fix sameVivek Dasmohapatra2010-06-092-12/+12
* | | | Remove temporarily disabled callback, unused definitions forbidden after rebaseVivek Dasmohapatra2010-06-091-84/+0
* | | | Missing header includedVivek Dasmohapatra2010-06-091-0/+1
* | | | Implement account-updated signal handler (not connected up yet)Vivek Dasmohapatra2010-06-091-0/+92
* | | | Hook up the account enabled/disabled signal when we cach an SSO accountVivek Dasmohapatra2010-06-091-0/+51
* | | | The SSO "name" key maps to the MC "DisplayName" keyVivek Dasmohapatra2010-06-091-0/+12
* | | | Use the new helper functions to get/set the enabled state in SSOVivek Dasmohapatra2010-06-091-11/+20
* | | | Helper functions to get/set the enabled state of SSO accountsVivek Dasmohapatra2010-06-091-0/+46
* | | | Fix data transmitted with deleted signal (name was prematurely freed before)Vivek Dasmohapatra2010-06-091-2/+5
* | | | Callback chain to handle account-altered signals from backendsVivek Dasmohapatra2010-06-091-9/+65