summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-25channel: fix typo in returning the wrong type from _new()Jonny Lamb1-1/+1
2011-04-25channel: be sure to subclass TpChannelJonny Lamb1-1/+1
2011-04-25client: also set the TpYtsClient:service-name propertyJonny Lamb1-0/+1
2011-04-25account-manager: clarify what state the TpAccount is in when returnedJonny Lamb1-0/+3
2011-04-25configure: add --disable-{glib,qt4} optionsJonny Lamb2-36/+58
2011-04-14client: fix :account to actually be a TpAccountJonny Lamb1-1/+2
2011-04-14configure: depend on a newer tp-qt4Jonny Lamb1-1/+1
2011-04-14tp-ytstenut-glib.h: also include status.hJonny Lamb1-1/+1
2011-04-04Use StatusChanged, ServiceAdded, ServiceRemoved to keep properties in sync.Stef Walter1-54/+186
2011-04-04Add ServiceAdded and ServiceRemoved signals to spec.Stef Walter2-0/+48
2011-04-04Add back the StatusChanged signal.Stef Walter2-0/+33
2011-04-04Qt4 build fixes.Stef Walter1-2/+2
2011-04-01Update telepathy-glib dependencyStef Walter1-1/+1
2011-03-30Add Contact ID to Status.DiscoveredServices property.Stef Walter3-18/+43
2011-03-30Don't leak the channel request.Stef Walter1-2/+5
2011-03-30Fix style issues.Stef Walter2-6/+5
2011-03-30Remove placeholder errors file.Stef Walter4-92/+0
2011-03-30Documentation for TpYtsChannel, TpYtsChannelFactory, TpYtsClientStef Walter7-72/+324
2011-03-30Complete basic implementation of TpYtsChannelStef Walter9-14/+1046
2011-03-30Make sure that async functions never complete directly.Stef Walter3-5/+5
2011-03-30Rename extensions namespace to have shorter names.Stef Walter6-24/+23
2011-03-29Complete Documentation for Status stuff.Stef Walter4-65/+220
2011-03-29Cache the Status properties on the client side.Stef Walter3-162/+245
2011-03-29Use TpProxy to make EnsureSidecar call.Stef Walter10-86/+419
2011-03-29Implement TpYtsStatus client proxy.Stef Walter3-1/+487
2011-03-29Doc fix.Stef Walter2-1/+2
2011-03-28Rename 'doc' directory to 'docs' directory.Stef Walter23-6273/+33
2011-03-28Add telepathy-ytstenut-glib documentationStef Walter13-2/+711
2011-03-28Merge branch 'cli-proxy'Stef Walter11-3/+526
2011-03-24Better destroy semantics for the async result.Stef Walter1-2/+2
2011-03-24More consistent naming of 'self' argumentsStef Walter2-23/+23
2011-03-23Don't expose tp_yts_account_manager_init_known_interfaces()Stef Walter2-31/+7
2011-03-23Treat Hold() and Release() as fire-and-forget functions.Stef Walter3-117/+18
2011-03-23Depend on gio-2.0 >= 2.16Stef Walter3-3/+7
2011-03-23Remove accidentally committed fileStef Walter1-148/+0
2011-03-23Add an program for trying out the account manager proxy.Stef Walter7-0/+313
2011-03-23Initialize the 'main' interface of the account manager TpProxyStef Walter1-0/+2
2011-03-23Merge branch 'tp-yts-name'Stef Walter7-41/+41
2011-03-23Rename C prefix/namespace to TpYts/tp_yts/TP_YTSStef Walter7-41/+41
2011-03-23Style and documentation fixes to spec copyrights.Stef Walter5-5/+5
2011-03-23Assign copyright to Intel for newly created modules.Stef Walter6-10/+22
2011-03-23Style and documentation fixes to spec copyrights.Stef Walter5-5/+5
2011-03-23Implement AccountManager client side proxy.Stef Walter5-0/+475
2011-03-23Rename C prefix/namespace to TpYts/tp_yts/TP_YTSStef Walter7-41/+41
2011-03-23Assign copyright to Intel for newly created modules.Stef Walter6-10/+22
2011-03-22Account_Manager: note the path on which this interface is implementedJonny Lamb1-7/+11
2011-03-22configure: bump nano versionJonny Lamb1-1/+1
2011-03-22version 0.1telepathy-ytstenut-0.1Jonny Lamb1-2/+2
2011-03-22Channel: stop referring to Channel propertiesJonny Lamb1-5/+4
2011-03-22Merge branch 'channel-docs'Stef Walter1-10/+33