summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare version 0.7.22telepathy-glib-0.7.22Will Thompson2009-01-132-2/+12
* Don't preserve timestamps when uploading docs.Will Thompson2009-01-131-1/+1
* Make group_mixin_change_members accept message=NULLWill Thompson2009-01-132-2/+2
* Merge branch 'checks'Xavier Claessens2009-01-131-0/+14
|\
| * Add sanity checks to tp_channel_group_*Xavier Claessens2009-01-121-0/+14
* | bump nano to 0.7.21.1Will Thompson2009-01-121-1/+1
* | version 0.7.21telepathy-glib-0.7.21Will Thompson2009-01-124-5/+52
* | Add parsing dbus-property to NEWSWill Thompson2009-01-121-0/+3
* | NEWS new hash types and tp_channel_get_identifierWill Thompson2009-01-121-0/+4
* | Mention MembersChangedDetailed and bug #s in NEWSWill Thompson2009-01-121-1/+5
* | Add some NEWS for 0.7.21Will Thompson2009-01-121-0/+19
* | Parse 'dbus-property' flag in .manager filesWill Thompson2009-01-121-0/+2
* | Merge branch 'members-changed-detailed-cli'Will Thompson2009-01-1213-177/+2219
|\ \ | |/ |/|
| * _change_members_detailed: Document details' GTypesWill Thompson2009-01-121-2/+3
| * Ensure details['error'] and message appear in invalidatedWill Thompson2009-01-071-0/+102
| * Include details['error'] in channel::invalidatedWill Thompson2009-01-071-1/+11
| * Extract change-reason from MembersChangedDetailed correctlyWill Thompson2009-01-071-1/+1
| * Check group-members-changed's reason argumentWill Thompson2009-01-071-4/+11
| * Give group membership test functions more specific namesWill Thompson2009-01-071-9/+9
| * Test channel is invalidated if immutable flags changeWill Thompson2009-01-071-0/+56
| * Invalidate channel proxy if immutable group flags changeWill Thompson2009-01-071-0/+19
| * Run group proxy tests on channels without PropertiesWill Thompson2009-01-072-9/+37
| * Only listen to one of MembersChanged[Detailed]Will Thompson2009-01-072-17/+53
| * Check TpChannel's group signals fire exactly once per change.Will Thompson2009-01-071-36/+200
| * Add stub test for TpChannel's Group supportWill Thompson2009-01-073-0/+134
| * Add property controlling Details flag on group test channelWill Thompson2009-01-072-3/+22
| * Emit group-members-changed[-detailed] on MembersChangedDetailedWill Thompson2009-01-071-0/+14
| * TpChannel: stub handler for MembersChangedDetailedWill Thompson2009-01-071-0/+19
| * Emit group-members-changed-detailed in response to MembersChangedWill Thompson2009-01-071-2/+31
| * TpChannel: add group-members-changed-detailed signalWill Thompson2009-01-071-0/+31
| * TpChannel: extract handling of MembersChanged to a separate functionWill Thompson2009-01-071-81/+96
| * Add missing stringifications of GroupChangeReasonWill Thompson2009-01-071-0/+12
| * Add missing cases to GroupFlags stringificationWill Thompson2009-01-071-0/+5
| * Ensure all group flags are printed in mixin's debug outputWill Thompson2009-01-071-0/+12
| * Correct indentation in group mixin's debug outputWill Thompson2009-01-071-1/+3
| * test-group-mixin: check member-ids detailWill Thompson2009-01-071-8/+63
| * test-group-mixin: globalize self_handle and contact repoWill Thompson2009-01-071-12/+9
| * test-group-mixin: check diff arrays of MembersChanged signalsWill Thompson2009-01-071-9/+116
| * test-group-mixin: globalize channel and proxy objectWill Thompson2009-01-071-13/+11
| * MembersChangedDetailed: include new members' IDs in detailsWill Thompson2009-01-071-0/+79
| * test-group-mixin: check change_members_detailedWill Thompson2009-01-071-1/+126
| * Group: add _change_members_detailed()Will Thompson2009-01-073-0/+88
| * Group: document _change_members emitting MembersChangedDetailedWill Thompson2009-01-071-4/+5
| * Group: keep details dict const until the bindings won't let usWill Thompson2009-01-071-4/+5
| * test-group-mixin: check some of Changed signals' contentsWill Thompson2009-01-071-14/+62
| * test-group-mixin: listen for MembersChangedDetailedWill Thompson2009-01-072-11/+45
| * test-group-mixin: Test invitationsWill Thompson2009-01-073-11/+185
| * test-group-mixin: Add stubWill Thompson2009-01-076-0/+552
| * Group: Make _change_members a thin wrapperWill Thompson2009-01-071-67/+88
| * Group: emit MembersChangedDetailedWill Thompson2009-01-071-5/+35