summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Merge branch 'unregister'Simon McVittie1-0/+39
2010-06-16Merge branch 'only-flush-changed-accounts'Simon McVittie6-168/+223
2010-06-16mcd_account_manager_write_conf_async: pass the intended account to update_one...Simon McVittie1-2/+5
2010-06-16McdAccountManager: update_one_account: document that @account may be NULLSimon McVittie1-4/+12
2010-06-16Merge branch 'only-flush-changed-accounts'Simon McVittie6-167/+211
2010-06-15default and diversion plugins: don't escape values from MC as strings againSimon McVittie1-9/+11
2010-06-15fd.o #28557: McdPluginAccountManager: use g_key_file_set_value when receiving...Simon McVittie1-1/+1
2010-06-15_mcd_account_dup_parameters: if unable, explain whySimon McVittie1-0/+3
2010-06-15McdAccount: clear_register_dup_params_cb: survive if params is NULLSimon McVittie1-0/+6
2010-06-15Merge branch 'master' into unregisterSimon McVittie9-88/+382
2010-06-15Remove duplicate call to _mcd_account_set_parameter()Simon McVittie1-2/+0
2010-06-15Revert AccountStorage commit() method to commit all accounts, and add optiona...Simon McVittie3-8/+15
2010-06-14Implement ConnectionError, ConnectionErrorDetails properties fullySimon McVittie1-4/+1
2010-06-14Merge branch 'master' into connection-errorSimon McVittie5-49/+263
2010-06-11Unused/shadowed variable declarationVivek Dasmohapatra1-1/+0
2010-06-11Global enabled flag must be turned on when the local one isVivek Dasmohapatra1-3/+9
2010-06-10Don't call tp_svc_account_emit_removed, gets handled by McdAccount disposalVivek Dasmohapatra1-4/+2
2010-06-09The label key (name, DisplayName) must be flagged as global so it gets fetchedVivek Dasmohapatra1-1/+4
2010-06-09The global service has no type: we are always interested in its enabled flagVivek Dasmohapatra1-2/+8
2010-06-09Warnings promoted to errors after rebase to master, misc tweaks to fix sameVivek Dasmohapatra2-12/+12
2010-06-09Remove temporarily disabled callback, unused definitions forbidden after rebaseVivek Dasmohapatra1-84/+0
2010-06-09Missing header includedVivek Dasmohapatra1-0/+1
2010-06-09Implement account-updated signal handler (not connected up yet)Vivek Dasmohapatra1-0/+92
2010-06-09Hook up the account enabled/disabled signal when we cach an SSO accountVivek Dasmohapatra1-0/+51
2010-06-09The SSO "name" key maps to the MC "DisplayName" keyVivek Dasmohapatra1-0/+12
2010-06-09Use the new helper functions to get/set the enabled state in SSOVivek Dasmohapatra1-11/+20
2010-06-09Helper functions to get/set the enabled state of SSO accountsVivek Dasmohapatra1-0/+46
2010-06-09Fix data transmitted with deleted signal (name was prematurely freed before)Vivek Dasmohapatra1-2/+5
2010-06-09Callback chain to handle account-altered signals from backendsVivek Dasmohapatra1-9/+65
2010-06-09Tidy up debugging for backend account enabled/disabled signal handlerVivek Dasmohapatra1-6/+6
2010-06-09Finish handling account deletion events from backendsVivek Dasmohapatra1-2/+9
2010-06-09Implement new list_keys method in shim object for account manager/pluginsVivek Dasmohapatra1-0/+10
2010-06-09Only flush changed account details to disk.Will Thompson6-142/+204
2010-06-07Make AM_CFLAGS matter in src/ againSimon McVittie1-1/+1
2010-06-07Fix an assortment of compiler warningsSimon McVittie3-9/+8
2010-06-07fd.o #28118: clear the 'register' flag when an account goes to CONNECTEDSimon McVittie1-0/+32
2010-06-07McdAccount: keep track of ConnectionError[Details], and emit them in signalsSimon McVittie1-1/+81
2010-06-07_mcd_account_set_connection_status: emit change notifications for all related...Simon McVittie1-29/+11
2010-06-07_mcd_account_set_connection_status: only emit a change to Connection if somet...Simon McVittie1-8/+2
2010-06-07_mcd_account_set_connection_status: take a detailed errorSimon McVittie3-5/+21
2010-06-07McdConnection: emit TpConnection in CONNECTION_STATUS_CHANGED even when inval...Simon McVittie1-1/+3
2010-06-07_mcd_account_set_connection_status: only save the TpConnection if it's trying...Simon McVittie1-4/+13
2010-06-06Remove deprecated-and-unused mcd_account_manager_write_conf()Will Thompson2-26/+1
2010-05-29Implement ::toggled for McpAccountStorage pluginsDanielle Madeley3-30/+84
2010-05-26Enable ERROR_CFLAGS in every Makefile.am that compiles CSimon McVittie1-0/+2
2010-05-26Include "plugin-loader.h" where neededSimon McVittie2-0/+2
2010-05-26McdAccountManager: delete unused variableSimon McVittie1-1/+0
2010-05-26Now that GModule is mandatory, just include it in GLIB_LIBSSimon McVittie1-2/+0
2010-05-26Make it more obvious that g_key_file_get_keys() returning NULL is handledSimon McVittie2-2/+12
2010-05-26Default account storage plugin: guard against g_key_file_get_keys returning NULLSimon McVittie1-0/+12