summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-01NEWS for fd.o #24779.telepathy-mission-control-5.6Will Thompson1-1/+4
2010-12-01Merge branch 'fd.o-24779-CurrentPresence-incorrect' into telepathy-mission-co...Will Thompson2-37/+80
2010-11-17Nano versionSimon McVittie2-1/+6
2010-11-17Version 5.6.1telepathy-mission-control-5.6.1Simon McVittie2-2/+4
2010-11-17Update NEWSSimon McVittie1-1/+15
2010-10-27Use the new AG_SERVICE macro instead of hardiwring "IM" everywhere.Vivek Dasmohapatra1-5/+5
2010-10-27Register for the IM service type specifically: no wakeups for non-IM changesVivek Dasmohapatra1-1/+2
2010-10-12Implement the "list" operation in the libaccounts backendVivek Dasmohapatra2-0/+82
2010-10-12Obsolete functions no longer used by the libaccounts get/set implementationsVivek Dasmohapatra1-50/+0
2010-10-12Update the libaccounts "set" implementation to use the new helpersVivek Dasmohapatra1-16/+16
2010-10-12Update libaccounts "get" implementation to use the new helper functionsVivek Dasmohapatra1-20/+33
2010-10-12Helper function to save settings in the SSOVivek Dasmohapatra1-0/+34
2010-10-12Helper functions to map the enabled flag to the enabled tri-state in SSOVivek Dasmohapatra1-0/+55
2010-10-12Implement the same AG <-> MC setting mapping functions as the SSO storage pluginVivek Dasmohapatra1-8/+107
2010-10-12Fix up g_log related helpers so they build (bad comparison, bad func signature)Vivek Dasmohapatra1-3/+6
2010-10-12Implement the "list" operation in the default account store tool backendVivek Dasmohapatra2-0/+8
2010-10-12Implement the "list" operation in tha account store toolVivek Dasmohapatra1-7/+25
2010-10-12Missing includesVivek Dasmohapatra2-0/+2
2010-10-11Let ag parameters/account shadow the ag 'username'/mc 'param-account' mappingVivek Dasmohapatra1-2/+40
2010-10-07Merge branch 'mc-tool-types' into telepathy-mission-control-5.6Will Thompson1-4/+15
2010-10-07mc-tool: support object path parametersWill Thompson1-1/+11
2010-10-07mc-tool: make help consistent about supported typesWill Thompson1-4/+5
2010-10-06fd.o #30448: make type of mcp_account_storage_get_restrictions consistent wit...Simon McVittie1-4/+6
2010-09-29mcd-manager.c: don't define _POSIX_C_SOURCE for strtok_r, which we don't useSimon McVittie1-1/+0
2010-09-29fd.o #30447: don't use "return x()", where x returns void, in void functionsSimon McVittie2-2/+2
2010-09-29Must include config.h when using AC_DEFINE'd macrosVivek Dasmohapatra1-0/+1
2010-09-16Clean up SimplePresence-building code.Will Thompson1-9/+7
2010-09-16Set CurrentPresence to Unset if online without SimplePresenceWill Thompson2-14/+46
2010-09-16Correctly initialize Account.CurrentPresenceWill Thompson2-14/+27
2010-09-16Nano version 5.6.0+Simon McVittie2-1/+6
2010-09-16Prepare MC 5.6.0telepathy-mission-control-5.6.0Simon McVittie2-2/+2
2010-09-16Don't warn about deprecated declarationsSimon McVittie1-1/+2
2010-09-16Update NEWSSimon McVittie1-2/+34
2010-09-16If keyring support is off, we define stubroutines, we dn't #if them outVivek Dasmohapatra1-2/+0
2010-09-16Superfluous includeVivek Dasmohapatra1-1/+0
2010-09-16Install mcd-storage.h [needed by mcd-account-manager.h]Vivek Dasmohapatra1-1/+2
2010-09-15test/account-store: fix one more build warningSimon McVittie1-1/+6
2010-09-15Fix various build warningsVincent Untz3-5/+11
2010-09-14Nano versionSimon McVittie2-1/+6
2010-09-14Prepare version 5.5.4upstream/5.5.4telepathy-mission-control-5.5.4Simon McVittie2-4/+9
2010-09-14test/Makefile.am: simplify CFLAGSSimon McVittie1-4/+1
2010-09-14Knock out the account-storage/libaccounts-sso-storage test for 5.6Simon McVittie2-5/+2
2010-09-14Run account storage tests in their own session, and not in installcheckSimon McVittie1-11/+14
2010-09-14Move keyfile_read() to mctest, fixing distcheck in a simple waySimon McVittie4-30/+25
2010-09-14Add keyring-manipulation stuff to .gitignoreSimon McVittie1-0/+2
2010-09-14Compile test/. before test/twistedSimon McVittie1-1/+1
2010-09-14Merge branch 'master' into storage-testsSimon McVittie16-983/+1634
2010-09-14Generate a GError in the "unsupported type" case of the dup_value methodVivek Dasmohapatra1-2/+9
2010-09-14Tidy up the GError logic in dup_value, and document the value+error behaviourVivek Dasmohapatra2-6/+19
2010-09-14Make sure the type of the passed in value matches the type from McdStorageVivek Dasmohapatra1-17/+20