summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 0.7.20telepathy-glib-0.7.20Will Thompson2008-12-144-6/+33
* Upgrade to spec 0.17.16 and generate code for MessagesSimon McVittie2008-12-1244-493/+2296
* Mention that #18845 is fixed in NEWSWill Thompson2008-12-121-0/+2
* More shared DBus connection and g_type_init suppressionsWill Thompson2008-12-121-0/+208
* NULLify proxies' dbus connection and daemon after emitting invalidated.Will Thompson2008-12-121-16/+12
* Add regression test for fd.o bug #18845Will Thompson2008-12-122-0/+133
* fd.o #18926: avoid using a non-top-level GLib headerLuis Menina2008-12-081-1/+1
* `make upload-branch-docs`: automatically work out the name of the branchSimon McVittie2008-12-033-1/+27
* Simplify makefiles and avoid using $(TP_GLIB_LIBS)Simon McVittie2008-12-039-75/+42
* Start 0.7.20 developmentSenko Rasic2008-12-012-1/+10
* Prepare version 0.7.19telepathy-glib-0.7.19Senko Rasic2008-12-014-7/+21
* Merge branch 'contacts-fast-path'Simon McVittie2008-12-0113-65/+620
|\
| * Update NEWSSimon McVittie2008-11-061-0/+15
| * tp_mixin_instance_get_offset, tp_mixin_class_get_offset: fix gtkdocSimon McVittie2008-11-061-0/+4
| * TpContact: use fast path via GetContactAttributes for upgradeSimon McVittie2008-11-061-0/+6
| * TpContact: use fast path via GetContactAttributes for by_idSimon McVittie2008-11-061-1/+11
| * contacts_got_attributes, contacts_get_attributes: refactor so we work correct...Simon McVittie2008-11-061-79/+106
| * TpContact: refactor Contacts setup into a helper functionSimon McVittie2008-11-061-49/+63
| * Warn against using handle-holding D-Bus APIs directlySimon McVittie2008-11-062-0/+22
| * tests/dbus/contacts.c: test running TpContact against a connection with ContactsSimon McVittie2008-11-061-5/+43
| * TpContact: add a fast-path for by_handle using Contacts.GetContactAttributes()Simon McVittie2008-11-061-0/+186
| * TpContact: refactoring in preparation for adding a fast pathSimon McVittie2008-11-061-39/+65
| * tp_connection_get_contact_attributes: addSimon McVittie2008-11-063-0/+149
| * TpPresenceMixin: allow things with the mixin to be subclassedSimon McVittie2008-11-061-4/+2
| * TpPropertiesMixin: allow things with the mixin to be subclassedSimon McVittie2008-11-061-4/+2
| * TpTextMixin: allow things with the mixin to be subclassedSimon McVittie2008-11-061-4/+2
| * TpGroupMixin: allow things with the mixin to be subclassed (fd.o #15092)Simon McVittie2008-11-061-4/+3
| * TpContactsMixin: allow things with the mixin to be subclassedSimon McVittie2008-11-061-4/+2
| * util: add tp_mixin_instance_get_offset, tp_mixin_class_get_offsetSimon McVittie2008-11-063-0/+67
* | Merge branch 'channel-from-props'Simon McVittie2008-11-288-60/+854
|\ \ | |/
| * tests/dbus/channel-introspect: assert that when GetAll has succeeded, GetInte...Simon McVittie2008-11-061-2/+1
| * TpChannel: avoid calling GetInterfaces if we already know the channel exists,...Simon McVittie2008-11-062-5/+31
| * tests/dbus/channel-introspect.c: assert that the fast paths involving Propert...Simon McVittie2008-11-061-6/+4
| * TpChannel: call GetAll for Channel properties before falling back to the spec...Simon McVittie2008-11-061-60/+222
| * Add tp_channel_new_from_properties and tp_channel_borrow_immutable_properties...Simon McVittie2008-11-061-0/+2
| * tests/dbus/channel-introspect.c: exercise new_with_properties (fd.o #17427) a...Simon McVittie2008-11-061-16/+108
| * TpChannel: add tp_channel_new_from_properties (fd.o #17427) and tp_channel_bo...Simon McVittie2008-11-063-32/+261
| * _tp_channel_get_group_properties: do nothing if not a GroupSimon McVittie2008-11-051-0/+10
| * tests/dbus/channel-introspect.c: glue on a channel with propertiesSimon McVittie2008-11-051-0/+12
| * tests/lib/textchan-null.c: add a subclass with D-Bus propertiesSimon McVittie2008-11-052-2/+143
| * tests/dbus/channel-introspect.c: assert that the right methods are calledSimon McVittie2008-11-051-0/+46
| * TestTextChannelNull: record how many times various methods were calledSimon McVittie2008-11-052-0/+13
| * channel-introspect test: try examining a channel that doesn't actually existSimon McVittie2008-11-051-1/+52
| * TpChannel: invalidate during introspect if something goes horribly wrongSimon McVittie2008-11-051-11/+24
* | glib-ginterface-gen.py: further Python coding style adjustmentsSimon McVittie2008-11-281-1/+3
* | glib-interfaces-gen.py: remove trailing whitespaceSimon McVittie2008-11-281-2/+2
* | glib-ginterface-gen.py: PEP8 complianceSimon McVittie2008-11-281-1/+1
* | glib-ginterface-gen.py: remove trailing whitespaceSimon McVittie2008-11-281-7/+7
* | Only include properties mixin if requiredRoss Burton2008-11-281-4/+12
* | Only use the Properties mixin in there are properties definedRoss Burton2008-11-281-34/+37