summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 0.14.4telepathy-glib-0.14.4Olli Salli2011-04-155-5/+30
* tp_base_protocol_get_immutable_properties: add Avatars propertyGuillaume Desmottes2011-04-121-2/+15
* TpProtocol: add supported interfaces (fdo #36134)Guillaume Desmottes2011-04-122-0/+11
* Use tp_proxy_add_interfaces() moreGuillaume Desmottes2011-04-124-77/+5
* tp_proxy_add_interfaces: interfaces is a 'const gchar * const *'Guillaume Desmottes2011-04-122-3/+3
* tp_proxy_add_interfaces: improve debug messageGuillaume Desmottes2011-04-121-1/+2
* Merge branch 'conn-introspection-0.14' into telepathy-glib-0.14Olli Salli2011-04-128-48/+235
|\
| * Add tp_proxy_add_interfaces to gtk-docOlli Salli2011-04-121-0/+1
| * tp_proxy_add_interfaces: Early-return with NULL interfacesOlli Salli2011-04-121-0/+3
| * tp_proxy_add_interfaces: Fix reference to tp_proxy_add_interface_by_id()Olli Salli2011-04-121-2/+2
| * Refactor tp_proxy_add_interfaces out from TpConn introspectionOlli Salli2011-04-113-18/+40
| * Avoid the goto in _tp_connection_got_propertiesOlli Salli2011-04-111-25/+46
| * connection.c: Remove stale commentOlli Salli2011-04-111-4/+0
| * TpConnection: Use fast-path also for CONNECTED reintrospectionOlli Salli2011-04-111-7/+27
| * TpConnection: Use GetAll return for initial introspectionOlli Salli2011-04-111-9/+53
| * TpTestsSimpleConnection: Make it possible to break 0.19.2 propsOlli Salli2011-04-112-0/+41
| * bug16307-conn.c: Intentionally break Connection properties implementationOlli Salli2011-04-111-0/+11
| * Fix crash in contacts_get_attributes with invalidated connOlli Salli2011-04-111-1/+10
| * connection.c: Update copyrightOlli Salli2011-04-111-2/+2
| * TpConnection: Demote the current introspection path to a slow-pathOlli Salli2011-04-111-13/+27
| * tp_connection_got_interfaces_cb: Refactor out introspection queuing loopOlli Salli2011-04-111-23/+28
|/
* Bump nano-version to 0.14.3.1Will Thompson2011-03-311-1/+1
* Version 0.14.3telepathy-glib-0.14.3Will Thompson2011-03-315-4/+31
* NEWS for 0.14.2Will Thompson2011-03-311-0/+17
* Merge branch 'ptr-array-extend' into telepathy-glib-0.14Will Thompson2011-03-313-0/+36
|\
| * tp_g_ptr_array_*: add NULL guardsWill Thompson2011-03-311-0/+5
| * Move tp_g_ptr_array_extend to beside _contains()Will Thompson2011-03-312-32/+30
| * tp_g_ptr_array_extend: use better argument namesWill Thompson2011-03-312-11/+11
| * util: add tp_g_ptr_array_extendJonny Lamb2011-02-143-0/+33
* | Update to spec 0.22.1.Will Thompson2011-03-3011-24/+294
* | bump version to 0.14.1.1Will Thompson2011-03-221-1/+1
* | Add a note about adding API on a stable branch.telepathy-glib-0.14.1Will Thompson2011-03-221-0/+5
* | prepare 0.14.1Guillaume Desmottes2011-03-224-2/+29
* | add TpContactBlockingCapabilities to the doc as I meant toGuillaume Desmottes2011-03-221-1/+1
* | Generate code for Conn.I.ContactBlockingGuillaume Desmottes2011-03-222-0/+35
* | sync to spec 0.22.0Guillaume Desmottes2011-03-228-30/+304
* | Bump nano-version to 0.14.0.1Will Thompson2011-03-211-1/+1
* | version 0.14.0telepathy-glib-0.14.0Will Thompson2011-03-212-4/+4
* | NEWS for 0.14.0Will Thompson2011-03-211-2/+60
* | Fix got_sender_contact_by_id_cb error handlingNicolas Dufresne2011-03-161-7/+7
* | Fix got_sender_contact_by_handle_cb error handlingNicolas Dufresne2011-03-161-2/+4
* | Bump nano-version to 0.13.18.1Will Thompson2011-03-152-1/+4
* | Version 0.13.18telepathy-glib-0.13.18Will Thompson2011-03-152-3/+3
* | News for 0.13.18Will Thompson2011-03-151-0/+22
* | with-session-bus.sh: set DBUS_SESSION_BUS_PID, like dbus-launch doesSimon McVittie2011-03-151-0/+2
* | Merge branch 'ldflags'Simon McVittie2011-03-1518-0/+110
|\ \
| * | Prefer to use --no-copy-dt-needed-entries, falling back to --no-add-neededSimon McVittie2011-01-101-1/+11
| * | Add TP_ADD_COMPILER_FLAG, analogous to TP_ADD_LINKER_FLAGSimon McVittie2011-01-101-0/+7
| * | Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2011-01-1015-0/+48
| * | Add TP_LINKER_FLAG, TP_ADD_LINKER_FLAGSimon McVittie2011-01-101-0/+44