summaryrefslogtreecommitdiff
path: root/mission-control
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Avoid TP_ERRORSSimon McVittie1-1/+1
2012-02-22Support for building on Android, modified from patches by Derek Foreman and J...Alvaro Soliverez1-0/+12
2012-02-22respect HAVE_GETTEXTDerek Foreman1-0/+5
2011-09-30Merge branch 'gabble'Jonny Lamb1-5/+8
2011-09-29mission-control: set presence using the name as well as the IDJonny Lamb1-5/+7
2011-09-08mission-control: don't return from D-Bus method twiceJonny Lamb1-0/+1
2011-09-08Adjust namespaces so they start with org.freedesktopRob Staudinger1-2/+2
2011-04-25mc plugin: no need to connect automaticallyJonny Lamb1-1/+1
2011-04-25mc plugin: set first-name and last-name connection parametersJonny Lamb1-0/+2
2011-03-23telepathy-ytstenut renamed C prefix/namespace to TpYts/tp_yts/TP_YTSStef Walter1-9/+9
2011-03-23Assign copyright to Intel for newly created modules.Stef Walter3-3/+6
2011-03-22Add ytstenut test.Stef Walter1-0/+2
2011-03-20Fix timeout to use seconds, and add more debug messages.Stef Walter1-5/+10
2011-03-11Fix the account object path.Stef Walter1-1/+1
2011-03-11Cancel the timeout callback when the manager is disposed.Stef Walter1-0/+4
2011-03-11Add mcd_plugin_init() function so MC doesn't whine at us.Stef Walter2-1/+9
2011-03-11Clear the timeout_id when we cancel the timeout.Stef Walter1-0/+1
2011-03-09Better debug tracing in the various code paths.Stef Walter1-6/+27
2011-03-09Register the private data with the object class.Stef Walter1-0/+2
2011-03-09Remove assertions since this is a plugin.Stef Walter1-2/+0
2011-03-09Fix style issues.Stef Walter1-7/+10
2011-03-09Cancel the delayed offline presence change, if Hold() is called.Stef Walter1-4/+5
2011-03-07Hold() can be called more than once per client, and Release() must match.Stef Walter1-19/+15
2011-03-07Set account to offline after a timeout after last Release()Stef Walter1-2/+22
2011-03-03Remove accidentally copied account fields.Stef Walter1-2/+0
2011-03-03Use dispose() virtual method to release object references.Stef Walter1-6/+17
2011-03-03Use constructed virtual method instead of constructor.Stef Walter1-18/+7
2011-03-03AccountManager was renamed to Account_Manager in the spec files.Stef Walter1-5/+5
2011-03-03Use self->priv instead of GET_PRIVATE(self)Stef Walter2-14/+17
2011-03-03Use IMPLEMENT() macro to implement interfaces.Stef Walter1-18/+15
2011-03-02An initial implementation of the ytstenut AccountManager interface.Stef Walter4-22/+302
2011-03-01Don't announce this as a new account, as it already exists.Stef Walter1-2/+0
2011-03-01Initial rough mission-control ytstenut plugin.Stef Walter4-0/+404