Age | Commit message (Expand) | Author | Files | Lines |
2008-10-30 | Add tp_text_mixin_receive_with_flags | Simon McVittie | 1 | -2/+3 |
2008-10-30 | Echo example CM: adjust order of events for spec 0.17.14 compliance | Simon McVittie | 1 | -7/+4 |
2008-10-30 | Echo CM: implement Destroyable | Simon McVittie | 1 | -12/+7 |
2008-10-30 | Echo CM: implement TpExportableChannel, respawning, and (#if'd out) Destroyable | Simon McVittie | 2 | -23/+138 |
2008-10-24 | inspect-contact example: inspect other people as well as ourselves | Simon McVittie | 1 | -24/+79 |
2008-10-21 | Add an example program that inspects a contact (so far, only the self-handle) | Simon McVittie | 2 | -0/+165 |
2008-10-15 | example CMs: use unsigned, not gboolean, for bitfields | Simon McVittie | 2 | -4/+6 |
2008-10-14 | Echo example CM: support Requested, InitiatorHandle, InitiatorID and TargetID | Simon McVittie | 1 | -4/+69 |
2008-10-14 | channelspecific example CM: add all the Channel properties from spec <= 0.17.13 | Simon McVittie | 1 | -4/+66 |
2008-10-13 | All test and example CMs: have RequestHandles raise NotAvailable for invalid ... | Simon McVittie | 3 | -10/+10 |
2008-10-13 | Update suppression file for glibc 2.7's backtrace | Simon McVittie | 1 | -1/+21 |
2008-09-29 | tp-glib-examples.supp: remove /lib prefix in front of libdbus-1.so.* | Guillaume Desmottes | 1 | -20/+20 |
2008-09-29 | tp-glib.supp: don't hardcode /usr path to libdbus-1.so | Guillaume Desmottes | 1 | -20/+20 |
2008-08-19 | Remove all .git-darcs-dir files | Simon McVittie | 8 | -0/+0 |
2008-08-15 | Consolidate all .gitignore files to top level | Simon McVittie | 2 | -3/+0 |
2008-08-14 | Add .gitignore files | Xavier Claessens | 2 | -0/+3 |
2008-07-21 | Correct spec-formatting issues in Hats example interface, as picked up by the... | Simon McVittie | 1 | -4/+5 |
2008-06-19 | glib-interfaces-gen.py | Olli Salli | 1 | -15/+4 |
2008-06-18 | c-constants-generator.xsl -> c-constants-gen.py | Olli Salli | 1 | -4/+4 |
2008-06-06 | Example CMs: consistently use static strings | Simon McVittie | 7 | -9/+9 |
2008-06-06 | Example CM channel factories: use clearer function naming | Simon McVittie | 2 | -36/+36 |
2008-06-05 | ExampleCSHRoomChannel: interfaces should be read-only | Simon McVittie | 1 | -1/+1 |
2008-06-05 | ExampleCSHRoomChannel: make member name consistent with echo example | Simon McVittie | 1 | -1/+1 |
2008-06-05 | Actually implement Group D-Bus properties on ExampleCSHRoomChannel | Simon McVittie | 1 | -4/+5 |
2008-06-05 | Add basic channel properties to ExampleCSHRoomChannel | Simon McVittie | 1 | -0/+19 |
2008-06-05 | Add an 'interfaces' GObject property to channel-specific-handles chatroom cha... | Simon McVittie | 1 | -3/+20 |
2008-05-28 | Add an example CM with chatrooms that have channel-specific handles | Simon McVittie | 12 | -0/+1487 |
2008-06-05 | ExampleEchoChannel:interfaces: should not be written at construct time | Simon McVittie | 1 | -1/+1 |
2008-06-05 | Don't guard tp_dbus_properties_mixin_class_init against being called multiple... | Simon McVittie | 1 | -8/+3 |
2008-06-05 | Implement Channel interface's TargetHandleType, TargetHandle, ChannelType and... | Simon McVittie | 1 | -0/+12 |
2008-06-05 | Add an empty implementation of Properties (supporting no properties) to "echo... | Simon McVittie | 2 | -0/+16 |
2008-06-05 | Add 'interfaces' property to channels created by "echo" example CM | Simon McVittie | 1 | -3/+15 |
2008-05-12 | Suppress leak warnings from ld.so initialization involving SELinux | Simon McVittie | 1 | -0/+40 |
2008-04-14 | Re-namespace echo CM | Simon McVittie | 5 | -71/+73 |
2008-04-14 | Libraryize "echo" example CM | Simon McVittie | 1 | -3/+9 |
2008-04-14 | Make a Valgrind suppression slightly less specific to avoid needing dbus-glib... | Simon McVittie | 1 | -1/+2 |
2008-05-02 | tp-glib-examples.supp: don't warn on dlopen initialization, triggered by hand... | Simon McVittie | 1 | -0/+124 |
2008-04-02 | Add init functions which have to be called at the beginning of extensions' cl... | Simon McVittie | 1 | -0/+2 |
2008-04-02 | examples/extensions: use new 0.7.6 API | Simon McVittie | 1 | -0/+1 |
2008-04-02 | tp-glib-examples.supp: update for GLib 2.16 and for lack of debug symbols | Simon McVittie | 1 | -6/+18 |
2008-04-02 | Echo example: terminate arguments to tp_text_mixin_set_message_types correctly | Simon McVittie | 1 | -1/+2 |
2008-02-29 | Make suppressions file less specific to avoid complaints about dbus_g_bus_get... | Simon McVittie | 1 | -20/+20 |
2008-02-26 | example_cli_init: only run the registration code once | Simon McVittie | 1 | -3/+12 |
2008-02-22 | Fix shadowing and unintentional globals in the examples | Simon McVittie | 5 | -9/+9 |
2008-02-22 | Fix sh syntax and not-always-regenerated code in examples/extensions/Makefile.am | Simon McVittie | 1 | -6/+4 |
2008-02-21 | examples/extensions/: fix compilation with -Wmissing-prototypes -Wmissing-dec... | Simon McVittie | 2 | -2/+6 |
2008-02-11 | examples/extensions/Makefile.am: allow extensions to include unstable interfa... | Simon McVittie | 1 | -0/+1 |
2008-02-04 | Distribute tp-glib-examples.supp and README | Simon McVittie | 1 | -0/+2 |
2008-02-04 | Add examples/README | Simon McVittie | 1 | -0/+64 |
2008-01-24 | inspect-channel: update for TpChannel API change (requires a TpConnection now) | Simon McVittie | 1 | -5/+25 |