summaryrefslogtreecommitdiff
path: root/examples/client
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Add config.h include in all source filesXavier Claessens11-0/+22
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-2/+2
2011-11-11python examples: update file transfer examplesJonny Lamb3-13/+90
2011-11-11Bring back Mortem's codeGuillaume Desmottes1-0/+78
2011-10-14remove unnecessary x bit from source codeSimon McVittie1-0/+0
2011-09-02Do not mix static and dynamic GObject bindings in python examplesXavier Claessens3-9/+9
2011-08-24Add contact list JS exampleXavier Claessens3-1/+36
2011-08-24Include contact-list.py example in tarballsXavier Claessens1-0/+1
2011-08-05Add comment in example explaining what state SUCCESS meansXavier Claessens2-0/+7
2011-08-05contact-list.py: rename TelepathyGLib namespace as TpXavier Claessens1-7/+7
2011-08-05contact-list examples: verify state is SUCCESS before getting the contact listXavier Claessens2-2/+5
2011-08-04add contact-list.{c,py} exampleXavier Claessens3-0/+130
2011-08-02Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens4-44/+19
2011-05-10examples/client/approver.c: use tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes1-2/+3
2011-03-15Merge branch 'ldflags'Simon McVittie2-0/+6
2011-01-28remove abbreviationsGuillaume Desmottes1-7/+7
2011-01-28link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIMEGuillaume Desmottes1-1/+1
2011-01-28ensure-channel.py: rename create_request to create_request_dictGuillaume Desmottes1-3/+3
2011-01-28add client/python/ensure-channel.py (#32986)Guillaume Desmottes2-0/+69
2011-01-28text-handler.py: add a comment about bgo #640812Guillaume Desmottes1-0/+2
2011-01-28use TelepathyGLib.ChannelTextMessageType.NORMALGuillaume Desmottes1-1/+2
2011-01-28add python/text-handler.py (fdo #32524)Guillaume Desmottes2-1/+67
2011-01-28add python client example directoryGuillaume Desmottes2-1/+2
2011-01-10Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2-0/+6
2010-12-16rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes1-1/+1
2010-12-16make text-handler example more exemplaryGuillaume Desmottes1-6/+13
2010-12-16test-text-handler: use tp_message_to_text()Guillaume Desmottes1-18/+19
2010-12-16tp_client_message_text_new has been renamedGuillaume Desmottes1-1/+1
2010-12-16examples/client/text-handler: use TpTextChannelGuillaume Desmottes1-64/+32
2010-11-25Use G_N_ELEMENTS throughoutSimon McVittie1-2/+2
2010-10-25Merge branch 'telepathy-glib-0.12'Simon McVittie1-10/+16
2010-10-25fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie1-10/+16
2010-10-07offerer.c: TpAccountChannelRequest gives us a TpStreamTubeChannel nowGuillaume Desmottes1-7/+1
2010-10-07accepter.c: TpBaseClient gives us a TpStreamTubeChannel nowGuillaume Desmottes1-6/+1
2010-10-05examples: connect 'closed' signalGuillaume Desmottes2-0/+22
2010-10-05examples: let the offerer closes the channel and exit when channel has been i...Guillaume Desmottes2-9/+14
2010-10-04tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2-2/+2
2010-09-28stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2-9/+18
2010-09-28rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2-11/+11
2010-09-28offerer: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28accepter: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28offerer: display error if something went wrongGuillaume Desmottes1-3/+14
2010-09-28accepter: log message if accepting failedGuillaume Desmottes1-0/+1
2010-09-28TpStreamTube now inherit from TpChannelGuillaume Desmottes2-4/+13
2010-09-28offerer: port to TpAccountChannelRequestGuillaume Desmottes1-84/+29
2010-09-28Allow the passing of params to the offer_async methodDanielle Madeley1-1/+1
2010-09-28TpStreamTube + exampleDanielle Madeley4-0/+369
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-2/+2
2010-05-25ignore messages until GetPendingMessages() has returnedGuillaume Desmottes1-0/+8
2010-05-25text-handler: including telepathy-glib.h is enoughGuillaume Desmottes1-2/+0