summaryrefslogtreecommitdiff
path: root/telepathy-ytstenut-glib
AgeCommit message (Expand)AuthorFilesLines
2012-08-06Avoid deprecated thingsSimon McVittie3-4/+4
2012-02-22Support building for AndroidDerek Foreman3-1/+48
2012-02-07Produce DLL files when compiled for windowsSiraj Razick1-1/+1
2012-02-03build: add builddir to includes to allow for out-of-tree buildsRob Staudinger1-1/+2
2011-12-01server-ft: ensure the 0 offset is a guint64 even on 32bit architecturesJonny Lamb1-1/+1
2011-11-23server-ft: print debug messages when transferred bytes changesJonny Lamb1-1/+17
2011-11-23tp-yts-glib tests: add file transfer test/exampleJonny Lamb2-1/+305
2011-11-23account-manager: also add the client factory to the Yts AMJonny Lamb1-1/+3
2011-11-09Fix deprecation warningsWill Thompson5-10/+10
2011-11-09server-client-pong: add --persist flagWill Thompson1-2/+8
2011-11-09server-client-ping: correct a commentWill Thompson1-2/+1
2011-09-29Merge branch 'gabble'Jonny Lamb14-13/+1423
2011-09-23tests: add more gabble based testsJonny Lamb6-11/+651
2011-09-08tests/server-client-{ping,pong}: ensure accounts using the account managerJonny Lamb2-2/+10
2011-09-08account-manager: add ensure_account functionJonny Lamb2-0/+32
2011-09-08client: stop using the channel factory objectJonny Lamb1-10/+0
2011-09-08account-manager: store an actual TpAccountManager to retain the client factoryJonny Lamb1-1/+45
2011-09-08client-factory: implement simple TpAutomaticClientFactory subclassJonny Lamb3-0/+178
2011-09-08channel: add new_with_factory functionJonny Lamb2-1/+37
2011-09-08Adjust namespaces so they start with org.freedesktopRob Staudinger1-1/+1
2011-09-06server-client-{ping,pong}: add demos for ytstenut and gabbleJonny Lamb3-1/+483
2011-05-05channel: add accessors for channel propertiesJonny Lamb3-0/+287
2011-05-04status: add ::service-added, ::service-removed and ::status-changedJonny Lamb2-0/+105
2011-05-02status: clarify new behaviour of tp_yts_status_ensure()Jonny Lamb1-1/+5
2011-05-02status: fix grammarJonny Lamb1-2/+2
2011-05-02status: take a TpAccount and wait for a connection instead of taking a connec...Jonny Lamb4-146/+143
2011-04-27passing-status: set status, then clear it, then leaveJonny Lamb1-3/+39
2011-04-27passing-status: add test program to advertise a status and then leaveJonny Lamb2-1/+216
2011-04-27nosey-status: print existing Discovered{Statuses,Services} at startupJonny Lamb1-8/+65
2011-04-27nosey-status: register a client so we can advertise interestJonny Lamb1-1/+11
2011-04-26passing-service: add yet another test to show a service that appears for 10sJonny Lamb2-1/+122
2011-04-26client: add support for poking in the handler capability tokens for Ytstenut ...Jonny Lamb2-4/+228
2011-04-26nosey-status: add another test for debugging status sidecarJonny Lamb2-1/+288
2011-04-26status: register dbus-glib marshallers here tooJonny Lamb1-0/+5
2011-04-26status: fix copy-paste error when checking a async resultJonny Lamb1-1/+1
2011-04-26status: don't try and set a non-existant propertyJonny Lamb1-4/+1
2011-04-26status: call the right add_private GObject functionJonny Lamb1-1/+1
2011-04-26client-ping: wait for the TpConnection property to be filled before using itJonny Lamb1-10/+32
2011-04-26tp-yst-glib: add client ping & pong clients as examplesJonny Lamb3-1/+416
2011-04-26client: generate dbus-glib marshaller registration codeJonny Lamb2-0/+10
2011-04-25account-manager: prepare the TpAccount before returning itJonny Lamb1-4/+32
2011-04-25client: fix type assertionJonny Lamb1-1/+1
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-14client: fix :account to actually be a TpAccountJonny Lamb1-1/+2
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-03-30Add Contact ID to Status.DiscoveredServices property.Stef Walter1-16/+22