summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-12tp_connection_dup_detailed_error_vardict: add and testasvSimon McVittie4-0/+56
2012-04-12tp_base_connection_disconnect_with_dbus_error_vardict: add and testSimon McVittie4-0/+163
2012-04-12tp_connection_manager_param_dup_default_variant: add and testSimon McVittie4-0/+35
2012-04-12Install remaining Python examplesSimon McVittie3-2/+4
2012-04-12Optionally install most of the Python examplesSimon McVittie1-0/+20
2012-04-12Add a simple Gtk3 diallerSimon McVittie2-0/+201
2012-04-12Merge branch 'telepathy-glib-0.18'Simon McVittie1-2/+7
2012-04-12Fix gtk-doc comments for auto-generated constants headersStef Walter1-1/+1
2012-04-12dbus-tube-chan test: listen on a random address appropriate for the OSSimon McVittie1-2/+7
2012-04-12Merge branch 'telepathy-glib-0.18', rejecting 0.18-specific changesSimon McVittie2-1/+3
2012-04-12Upload documentation to the 0.18.x locationSimon McVittie2-1/+3
2012-04-12Don't check documentation completeness in this stable branchSimon McVittie1-3/+5
2012-04-12Disable warnings about deprecated functions for stable branchSimon McVittie1-1/+2
2012-04-12NEWSSimon McVittie1-0/+2
2012-04-12Fix doc comments for recent stricter gtk-docStef Walter18-83/+61
2012-04-120.19 NEWSSimon McVittie1-0/+11
2012-04-12Merge branch 'telepathy-glib-0.18'Simon McVittie1-1/+13
2012-04-120.18 NEWSSimon McVittie1-1/+13
2012-04-12Don't use the deprecated TpBaseChannelClass.interfaces propertySimon McVittie9-42/+93
2012-04-12Annotate GStrv as (array zero-terminated=1) for introspectabilitySimon McVittie3-4/+4
2012-04-12Rename internal NUM_TP_LIST_HANDLES to TP_NUM_LIST_HANDLES for completenessSimon McVittie2-7/+7
2012-04-12Use TP_NUM_… instead of NUM_TP_…Simon McVittie32-53/+53
2012-04-12Generate TP_NUM_foo for every generated enumSimon McVittie2-4/+66
2012-04-12TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: addSimon McVittie5-4/+26
2012-04-12Complete results of TpProxy D-Bus calls in an idleSimon McVittie16-65/+50
2012-04-12channel-contacts: reverse ownership of ContactsQueueItem and resultSimon McVittie2-20/+24
2012-04-12channel-contacts: merge contacts_queue_item_new into contacts_queue_itemSimon McVittie1-29/+11
2012-04-10Merge remote-tracking branch 'origin/telepathy-glib-0.18'Simon McVittie7-15/+203
2012-04-06many fixes to documentation commentsJonny Lamb33-173/+116
2012-04-04the right GLib macro is GLIB_VERSION_MAX_ALLOWEDGuillaume Desmottes1-1/+1
2012-04-04add stream-tubes.py/accepter.pyGuillaume Desmottes2-1/+75
2012-04-04add stream-tubes.py/offerer.pyGuillaume Desmottes2-1/+106
2012-04-03AOSP does not handle Android includes with relative paths correctly.Alvaro Soliverez1-1/+1
2012-04-03Fix the type of the TpStreamTubeConnection::closed signalGuillaume Desmottes1-1/+1
2012-04-03stream tube examples: send \n with dataGuillaume Desmottes2-2/+2
2012-04-03stream tube examples: use tp_channel_close_async()Guillaume Desmottes1-6/+14
2012-04-03stream tube examples: split sending/receiving data debug messagesGuillaume Desmottes2-5/+6
2012-04-03Introspect a few gettersXavier Claessens6-13/+13
2012-04-03Introspect a few gettersXavier Claessens6-13/+13
2012-04-02start on version 0.19.0Jonny Lamb2-2/+2
2012-04-02start on version 0.18.1Jonny Lamb2-1/+6
2012-04-02version 0.18.0telepathy-glib-0.18.0Jonny Lamb7-19/+32
2012-04-02NEWS: update for 0.18.0Jonny Lamb1-3/+23
2012-04-02Merge branch '29271-some-dbus-tube-api'Will Thompson16-70/+1531
2012-04-02DBusTubeChannel: write a better preamble maybe?Will Thompson1-3/+37
2012-04-02dbus tube test: add bug references for FIXMEsWill Thompson2-0/+6
2012-04-01dbus-tubes example: check method argument typesWill Thompson1-6/+15
2012-03-30DBusTubeChannel: always use CREDENTIALS for nowWill Thompson1-6/+10
2012-03-30dbus-tube: fail offer/accept if channel is invalidatedWill Thompson3-3/+93
2012-03-30Test DBus tubes opening after Accept/Offer returnsWill Thompson3-6/+59