Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-08 | Add LocationAccessControlChanged signallocation | Simon McVittie | 1 | -1/+1 | |
2010-06-08 | Allow SetLocationAndControl to raise InvalidArgument | Simon McVittie | 1 | -0/+6 | |
It seems an appropriate error for bad access control arguments. | |||||
2010-06-08 | Add rationale for SupportedLocationFeatures, Can_Set | Simon McVittie | 1 | -5/+48 | |
Taken from my earlier branch which added a separate CanSet boolean property. | |||||
2010-06-08 | Define SetLocation in terms of SetLocationAndControl | Simon McVittie | 1 | -12/+9 | |
2010-06-08 | Don't deprecate SetLocation, which is still useful | Simon McVittie | 1 | -10/+5 | |
Also loosen the wording to not discourage setting location and access control independently. | |||||
2010-06-08 | fd.o #27752: add SetLocationAndControl | Simon McVittie | 1 | -5/+65 | |
2010-06-08 | fd.o #27752: specify when LocationAccessControlTypes can change | Simon McVittie | 1 | -2/+10 | |
2010-05-25 | Nano version, add missing NEWS item | Simon McVittie | 2 | -1/+9 | |
2010-05-25 | Prepare version 0.19.6telepathy-spec-0.19.6 | Simon McVittie | 14 | -18/+20 | |
2010-05-25 | Mark ContactList, ContactGroups as experimental | Simon McVittie | 2 | -2/+6 | |
2010-05-25 | Merge branch 'contact-list' | Simon McVittie | 3 | -0/+1247 | |
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2010-05-25 | Update NEWS | Simon McVittie | 1 | -0/+17 | |
2010-05-25 | Remove trailing whitespace throughout | Simon McVittie | 3 | -8/+8 | |
2010-05-25 | HandleWithTime: add version annotation | Simon McVittie | 1 | -0/+5 | |
2010-05-25 | Merge remote branch 'andrunko/account-changing-presence' | Simon McVittie | 1 | -0/+38 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2010-05-25 | add ChannelDispatchOperation.HandleWithTime() (fdo #25183) | Guillaume Desmottes | 1 | -0/+61 | |
2010-05-25 | C.I.Anonymity: replace SetAnonymityModes() with newly-writable ↵ | Senko Rasic | 1 | -26/+25 | |
AnonymityModes property | |||||
2010-05-21 | ContactList: recommend a longer-than-default timeout for ↵ | Simon McVittie | 1 | -1/+4 | |
GetContactListAttributes | |||||
2010-05-21 | GetContactListAttributes: hyperlink GetContactAttributes | Simon McVittie | 1 | -4/+10 | |
2010-05-21 | Groups: remove the concept of a default group | Simon McVittie | 1 | -48/+2 | |
2010-05-21 | Groups: change renaming/removing groups to emit GroupsChanged too | Simon McVittie | 1 | -7/+8 | |
Now that GroupsChanged is plural, it's cheap to emit, and it seems easier to write client code if it can ignore the signals it doesn't care about. | |||||
2010-05-21 | Pluralize GroupsChanged (for contacts), GroupsCreated, GroupsRemoved | Simon McVittie | 1 | -29/+30 | |
2010-05-21 | Add Connection.Interface.ContactGroups draft | Simon McVittie | 2 | -0/+455 | |
2010-05-21 | RequestSubscription: add possible errors | Simon McVittie | 1 | -0/+12 | |
2010-05-21 | Add possible error to GetContactListAttributes | Simon McVittie | 1 | -0/+4 | |
2010-05-21 | Add publish-request attribute to ContactList | Simon McVittie | 1 | -10/+35 | |
2010-05-21 | ContactList: drop the Contacts property, just have GetContactListAttributes | Simon McVittie | 1 | -32/+41 | |
A property isn't very suitable for delayed-return, but we don't want to return the contact list on XMPP until the roster has been downloaded. | |||||
2010-05-21 | Redundantly emit ContactsChanged when the contact list becomes available | Simon McVittie | 1 | -1/+2 | |
Now that it's plural, a state-dump is cheap to do. | |||||
2010-05-21 | Make ContactsChanged plural, and make it include ContactsRemoved | Simon McVittie | 1 | -32/+50 | |
2010-05-21 | Make ContactList reference Aliasing instead of Names for alias-setting | Simon McVittie | 1 | -5/+7 | |
2010-05-21 | Remove local alias storage from ContactList - it'll be in the Names interface | Simon McVittie | 1 | -93/+8 | |
2010-05-21 | RemoveContacts: split out Unsubscribe, Unpublish methods | Simon McVittie | 1 | -44/+74 | |
2010-05-21 | RemoveContacts, AuthorizePublication: resolve that we don't need a message | Simon McVittie | 1 | -5/+0 | |
2010-05-21 | Add Connection.Interface.ContactList draft | Simon McVittie | 2 | -0/+816 | |
2010-05-20 | Wording tweaks for Observer.Recover | Will Thompson | 1 | -4/+7 | |
2010-05-20 | Document BypassApproval and Recover in .client files | Will Thompson | 2 | -3/+19 | |
2010-05-19 | improve User_Action_Timestamp description and add MAX_INT64 special case | Guillaume Desmottes | 1 | -6/+22 | |
2010-05-19 | User_Action_Timestamp: add reference to _NET_WM_USER_TIME | Guillaume Desmottes | 1 | -2/+5 | |
2010-05-19 | rename X_Server_Time to User_Action_Timestamp | Guillaume Desmottes | 4 | -5/+5 | |
2010-05-19 | ChannelRequest: make UserActionTime of type X_Server_Time | Guillaume Desmottes | 1 | -4/+1 | |
2010-05-19 | ChannelDispatcher: make User_Action_Time of type X_Server_Time | Guillaume Desmottes | 1 | -2/+2 | |
2010-05-19 | Client.Handler: improve User_Action_Time description | Guillaume Desmottes | 1 | -0/+2 | |
2010-05-19 | introduce X_Server_Time simple type | Guillaume Desmottes | 1 | -0/+11 | |
2010-05-18 | Merge branch 'trivia' | Simon McVittie | 2 | -4/+61 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2010-05-18 | Put Mail_Address docstring in the XHTML namespace | Simon McVittie | 1 | -1/+1 | |
2010-05-18 | Mail_Address may contain empty string | Nicolas Dufresne | 1 | -2/+10 | |
Explained that one of the two items (name, address) in Mail_Address structur may be empty string. | |||||
2010-05-18 | Update NEWS | Simon McVittie | 1 | -1/+50 | |
2010-05-14 | Add a Location_Feature_Can_Set flag. | Will Thompson | 1 | -1/+35 | |
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=28092 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2010-05-13 | adding {Channel,Connection}.Interface.ServicePoint as a draft | Senko Rasic | 3 | -0/+222 | |
2010-05-13 | adding Call.Content.Interface.Mute as draft | Senko Rasic | 2 | -0/+84 | |