Age | Commit message (Expand) | Author | Files | Lines |
2008-05-02 | Prepare release 0.6.2telepathy-glib_0.6.2telepathy-glib-0.6.2telepathy-glib-0.6 | Simon McVittie | 2 | -5/+5 |
2008-05-02 | In tp_base_connection_finish_shutdown, make assertions about our state (part ... | Simon McVittie | 1 | -0/+3 |
2008-05-02 | In tp_base_connection_change_status, allocate priv->disconnect_requests if ne... | Simon McVittie | 1 | -0/+4 |
2008-05-02 | Populate the NEWS file | Simon McVittie | 1 | -0/+33 |
2008-05-02 | TpBaseConnection: don't return from Disconnect() until disconnection has full... | Simon McVittie | 1 | -2/+39 |
2008-05-02 | TpBaseConnection: simplify access to private area | Simon McVittie | 3 | -3/+5 |
2008-04-30 | TpDynamicHandleRepo: in tp_handle_lookup() implementation, raise NotAvailable... | Simon McVittie | 1 | -0/+8 |
2008-04-23 | When doing handle-leak debugging, print a message when there are no leaks, so... | Simon McVittie | 1 | -1/+4 |
2008-04-23 | Downgrade being disconnected from the session bus from g_warning to g_message... | Simon McVittie | 1 | -1/+1 |
2008-04-18 | set an explanation about why we have to call dbus_connection_add_filter befor... | Guillaume Desmottes | 1 | -3/+4 |
2008-04-18 | register our filter earlier so it magically does what we want | Guillaume Desmottes | 1 | -5/+6 |
2008-04-17 | ask to libdbus to don't kill when we got disconnect and call exit ourself as ... | Guillaume Desmottes | 1 | -0/+2 |
2008-04-17 | run.c: log a warning when the CM is disconnected from the session bus | Guillaume Desmottes | 1 | -0/+21 |
2008-04-09 | TpTextMixin: ListPendingMessages: don't leak the GValueArrays and their contents | Simon McVittie | 1 | -0/+6 |
2007-12-04 | TpGroupMixin: silently map NULL message to "" | Simon McVittie | 1 | -1/+5 |
2007-12-03 | presence-mixin.c: Get the class of the interface object instead of casting it... | Sjoerd Simons | 1 | -1/+1 |
2007-11-27 | TpBaseConnection: assert that all required virtual functions are implemented ... | Simon McVittie | 2 | -3/+5 |
2007-11-12 | Development version 0.6.1.1 | Simon McVittie | 1 | -1/+1 |
2007-11-12 | Version 0.6.1telepathy-glib_0.6.1telepathy-glib-0.6.1 | Simon McVittie | 1 | -2/+2 |
2007-11-12 | Fix --disable-Werror so it actually disables -Werror | Simon McVittie | 1 | -1/+1 |
2007-11-12 | Add a --disable-Werror flag to configure.ac | Simon McVittie | 1 | -0/+5 |
2007-11-08 | Document that the debug functions do nothing if --disable-debug was used | Simon McVittie | 1 | -0/+15 |
2007-11-08 | Include tp_debug_set_flags() no-op stub if compiled with --disable-debug, for... | Simon McVittie | 1 | -0/+5 |
2007-11-08 | Add tp_debug_set_flags(), which doesn't accept the "persist" flag. Deprecate ... | Simon McVittie | 6 | -39/+74 |
2007-10-16 | Add tp_debug_set_persistent to gtkdoc | Simon McVittie | 1 | -0/+1 |
2007-09-28 | bump nano version to 1 | Robert McQueen | 1 | -1/+1 |
2007-09-28 | bump version to 0.6.0, libtool c:r:a = 3:1:3telepathy-glib_0.6.0telepathy-glib-0.6.0 | Robert McQueen | 1 | -3/+3 |
2007-09-27 | Sync with spec 0.16.0 | Simon McVittie | 3 | -6/+40 |
2007-09-25 | run.c: unref mainloop after it finishes running | Dafydd Harries | 1 | -0/+1 |
2007-07-24 | Do restore the backwards-compatible behavior of the 'persist' debug flag | Mikhail Zabaluev | 1 | -1/+3 |
2007-07-24 | Don't remove the 'persist' debug flag yet | Mikhail Zabaluev | 1 | -0/+1 |
2007-07-23 | Introduced the persistent mode API orthogonal to the debug flags | Mikhail Zabaluev | 4 | -2/+37 |
2007-09-12 | Fix detection of comments when deciding whether a bad_coding_style() report i... | Simon McVittie | 1 | -2/+2 |
2007-09-12 | Use [:alpha:], [:lower:], [:upper:] instead of relying on ordering of A-Z, a-... | Simon McVittie | 3 | -7/+7 |
2007-09-07 | Remove tools/genginterface.pyc in make clean | Simon McVittie | 1 | -0/+2 |
2007-09-07 | Re-order tools/Makefile.am alphabetically | Simon McVittie | 1 | -2/+2 |
2007-09-07 | Correct misleading comment in telepathy-glib/Makefile.am | Simon McVittie | 1 | -2/+1 |
2007-09-07 | Don't make generated GInterfaces unnecessarily large (fd.o #11916). | Simon McVittie | 1 | -1/+1 |
2007-09-20 | say the GArray is newly-allocated in tp_group_mixin_get_*_members | Guillaume Desmottes | 1 | -12/+12 |
2007-09-20 | say the GArray is newly-allocated in tp_handle_set_to_array documentation | Guillaume Desmottes | 1 | -1/+2 |
2007-09-05 | Annotate new 0.5.13 and 0.5.14 features with "Since:" | Simon McVittie | 3 | -2/+14 |
2007-08-30 | De-const non-pointer fields and change const gpointer fields to gconstpointer... | Will Thompson | 1 | -4/+4 |
2007-08-30 | Move documentation of filter implementations from .h to .c | Will Thompson | 2 | -20/+20 |
2007-08-29 | make generation of spec-gen.am depend on stable interface whitelist | Dafydd Harries | 1 | -1/+1 |
2007-08-28 | Version 0.5.14, libtool c:r:a = 3:0:3telepathy-glib_0.5.14telepathy-glib-0.5.14 | Simon McVittie | 1 | -4/+4 |
2007-08-28 | Fix misuse of <TITLE> in gtkdoc | Simon McVittie | 1 | -1/+1 |
2007-08-28 | Incorporate new tubes spec into docs | Simon McVittie | 1 | -45/+70 |
2007-08-28 | Channel_Type_Tubes.xml: the attr is called tp:type, not tp_type (fixes failur... | Simon McVittie | 1 | -1/+1 |
2007-08-28 | Include autogen.sh in tarball - OLPC's jhbuild assumes this will be present | Simon McVittie | 1 | -0/+1 |
2007-08-28 | Deprecate telepathy-glib-unstable | Simon McVittie | 3 | -4/+11 |