summaryrefslogtreecommitdiff
path: root/mission-control-plugins
AgeCommit message (Expand)AuthorFilesLines
2013-09-12mcp_account_storage_get_restrictions: return the right typeSimon McVittie2-5/+4
2013-09-12Remove deprecated vtable-filling functionsSimon McVittie2-171/+0
2013-09-12Remove partially-implemented McpAccountStorage::alteredSimon McVittie2-36/+1
2013-09-12Remove deprecated mcp_dispatch_operation_leave_channels()Simon McVittie3-49/+0
2013-09-10Deprecate mcp_dispatch_operation_leave_channelsSimon McVittie2-0/+20
2013-09-05Remove gnome-keyring supportSimon McVittie1-3/+2
2013-05-03Prepare 5.15.0Simon McVittie2-4/+4
2013-02-13Merge branch 'altered-one-54780'Simon McVittie6-12/+114
2013-02-13Merge branch 'mock-account-store-54873'Simon McVittie6-2/+204
2013-02-13Merge branch 'typed-settings-54872'Simon McVittie5-0/+166
2012-10-08McpDispatchOperation: use a new factory for each connectionSimon McVittie1-6/+16
2012-10-04Merge branch 'storage-refactor-54870'Simon McVittie3-90/+356
2012-09-20Merge branch 'telepathy-mission-control-5.12' into masterSimon McVittie1-1/+5
2012-09-20Do not distribute mcp-signals-marshal.h, which is generated at build-timeSimon McVittie1-1/+5
2012-09-12Add a way for storage plugins to push typed parameters into MCSimon McVittie6-12/+115
2012-09-12Let storage plugins receive new values as GVariantsSimon McVittie3-2/+167
2012-09-12mcp_account_storage_owns: addSimon McVittie2-0/+55
2012-09-12mcp_account_manager_escape_variant_for_keyfile: add to plugin APISimon McVittie3-0/+37
2012-09-12Give account storage plugins a way to find out the GType for an attributeSimon McVittie3-0/+34
2012-09-10mcd_keyfile_escape_value, mcd_keyfile_unescape_value: addSimon McVittie3-0/+77
2012-09-10McpAccountStorage: don't double-register signals if implemented twiceSimon McVittie1-0/+6
2012-09-10McpAccountStorage: improve documentationSimon McVittie3-59/+293
2012-09-10Mark McpAccountStorage::altered as deprecatedSimon McVittie2-6/+7
2012-09-10Deprecate and undocument McpAccountStorage's vtable-filling functionsSimon McVittie1-0/+21
2012-09-10McpAccountStorage: stop recommending mcp_account_storage_iface_set_desc, etc.Simon McVittie1-26/+20
2012-09-07mcp_account_manager_set_value: documentSimon McVittie1-0/+10
2012-09-05McpAccountStorage: add signal to request an account reconnectionXavier Claessens2-0/+30
2012-09-05McpAccountStorage: add functions to emit interface' signalsXavier Claessens2-4/+90
2012-07-23McdAccountStorage: fix altered-one signalXavier Claessens1-1/+1
2012-07-23McdAccountStorage: fix altered-one signalXavier Claessens1-1/+1
2012-07-23CreateAccount: make possible to select a desired storageXavier Claessens2-0/+72
2012-05-14Use telepathy-glib meta-headersSimon McVittie5-9/+7
2012-05-08Consistently include config.h in every .c fileSimon McVittie7-0/+14
2012-05-08Drop separate GIO check, we now include it in GLIB_LIBSSimon McVittie1-2/+1
2012-02-01Produce DLL files when compiled for windows When we cross-compile telepathy-m...Alvaro Soliverez1-1/+1
2011-11-21Support building for Android, modified from an original patch by Derek ForemanAlvaro Soliverez2-2/+20
2011-09-21plugin loader: add a missing space to DEBUG outputWill Thompson1-1/+1
2011-09-12mcp: fix a bunch of doc warningsWill Thompson3-20/+26
2011-09-01Silent-rules-ify some code generationWill Thompson1-2/+2
2011-08-22mission-control-plugins: Link against gioFrédéric Péters1-1/+3
2011-06-01Minor header include cleanupVivek Dasmohapatra1-2/+1
2011-06-01plugin debug header should be included via the main plugin headerVivek Dasmohapatra1-0/+1
2011-06-01Expose new header file to out-of-tree pluginsVivek Dasmohapatra1-0/+1
2011-06-01define MCP_DEBUG for plugins to useVivek Dasmohapatra2-2/+9
2011-06-01Use the new environment-driven debug control mechanism in MCPVivek Dasmohapatra5-64/+40
2011-06-01New debug control for mission-control-pluginsVivek Dasmohapatra3-0/+111
2011-05-20Storage has stabilised after the Big Rewrite: turn off debug by defaultVivek Dasmohapatra1-2/+3
2011-05-11McpAccountManager: add brief documentationSimon McVittie1-0/+17
2011-05-11McpDBusAclIface: note some API-breaking changes for laterSimon McVittie2-0/+8
2011-05-11McpDBusAclIface: make the vtable public and improve documentationSimon McVittie2-20/+49