Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-16 | all: version all interfaces | Jonny Lamb | 1 | -18/+18 | |
We now have im.telepathy1: this is the global Telepathy version. Core interfaces don't have another version, so if we change im.telepathy1.Connection, then that's core enough to break the global Telepathy version (to im.telepathy2). Interfaces with no version number at the end are also core, such as Conn.I.Requests. Other interfaces which aren't core can be broken during a Telepathy development cycle and their version incremented. For example, im.tp1.Chan.I.Subject2 could be broken and then will become im.tp1.Chan.I.Subject3. The old version should be kept around until the next spec break (potentially every six months). Call has a further level of versioning. We are currently on Call1 and most Call-related interfaces are "core to Call". So, if Call1.Content.MediaDescription breaks then it's core enough to warrant an increment in the Call version number. However, there are a few interfaces which can be broken within Call and not break Call such as the RTCP stuff; these have version numbers at the end of the interface name too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | rename org.freedesktop.Telepathy to im.telepathy | Jonny Lamb | 1 | -18/+18 | |
"ofdT" → "imt" too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-04-27 | location: use unsigned type for enum values | Jonny Lamb | 1 | -1/+1 | |
This enum isn't even in use, it was just annoying me. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-10-18 | Merge branch 'client-interests' | Simon McVittie | 1 | -10/+40 | |
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | |||||
2010-10-18 | Location: be clear about the zero-interest-count case only being for ↵ | Simon McVittie | 1 | -3/+4 | |
backwards compat | |||||
2010-10-18 | Location: strengthen calling AddClientInterest from MAY to SHOULD | Simon McVittie | 1 | -3/+3 | |
2010-05-25 | Prepare version 0.19.6telepathy-spec-0.19.6 | Simon McVittie | 1 | -1/+1 | |
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-04-26 | fd.o #27835: use AddClientInterest in Location | Simon McVittie | 1 | -10/+39 | |
2009-08-16 | Location: mark as added in upcoming version | Simon McVittie | 1 | -1/+1 | |
2009-08-16 | Merge commit 'cassidy/undraft-location' | Simon McVittie | 1 | -3/+2 | |
Conflicts: spec/Connection_Interface_Contacts.xml Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2009-08-14 | Merge branch 'ccaps2' | Simon McVittie | 1 | -0/+11 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2009-08-14 | undraft Connection.Interface.Location | Guillaume Desmottes | 1 | -3/+2 | |
2009-08-05 | Contacts: distribute contact attributes into the defining interfaces | Simon McVittie | 1 | -0/+11 | |
2009-08-04 | Location: don't specify "climb" key | Simon McVittie | 1 | -6/+0 | |
If anyone wants Connection.Interface.Location.OnAPlane badly enough, they can encourage the XMPP people to put it in XEP-0080 :-) See fd.o #19586. | |||||
2009-08-04 | Location: rename horizontal-error-m to accuracy; delete vertical-error-m and ↵ | Simon McVittie | 1 | -18/+3 | |
error XEP-0080 now has accuracy (in metres) and deprecates error (in arc-minutes), for which we are grateful. vertical-error-m is in GeoClue but has no obvious mapping in XEP-0080, and it's not clear that we need it. fd.o #19586 represents "think about it"; we can reinstate it if we want it. | |||||
2009-08-04 | Location: don't specify Accuracy_Level for now | Simon McVittie | 1 | -0/+8 | |
This is the mapping for a Geoclue concept; I'm not convinced the design here is right, so for the initial merge, we should remove it. When fd.o #19585 is resolved, we could reinstate it. | |||||
2009-08-04 | Location: fix a typo, intented -> intended | Simon McVittie | 1 | -1/+1 | |
2009-08-04 | Add language key to location data | Pierre-Luc Beaudoin | 1 | -0/+9 | |
As per Section 7 of XEP-0080, the language of the data SHOULD be described in a xml:lang attribute. That language, needs to be passed to Telepathy from the application. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2009-01-22 | Correct "UNRELEASED" annotations | Simon McVittie | 1 | -1/+1 | |
2009-01-19 | Location: fix typo in documentation | Simon McVittie | 1 | -2/+2 | |
2009-01-19 | Merge branch 'geoloc' | Simon McVittie | 1 | -6/+69 | |
Signed-off-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2009-01-19 | Indicate when Location was added as a draft | Simon McVittie | 1 | -0/+1 | |
2009-01-15 | Location: add trivial docs for Contact_Locations | Simon McVittie | 1 | -0/+6 | |
2009-01-15 | Location: add RequestLocation | Simon McVittie | 1 | -0/+40 | |
2009-01-15 | Location: document possible errors | Simon McVittie | 1 | -0/+11 | |
2009-01-15 | Mention the rationale for Get_Locations working the way it does | Simon McVittie | 1 | -0/+6 | |
2009-01-15 | SetLocation: fix name-for-bindings | Simon McVittie | 1 | -1/+1 | |
2009-01-15 | GetLocations: don't guarantee a LocationUpdated signal later | Simon McVittie | 1 | -4/+4 | |
2009-01-15 | Location: use signed 64-bit timestamp | Simon McVittie | 1 | -1/+1 | |
2008-11-19 | Location: use 64 bits for unix timestamps | Alban Crequy | 1 | -1/+1 | |
2008-11-19 | Location: horizontal-error-m: s/vertical/horizontal/ | Alban Crequy | 1 | -1/+1 | |
2008-11-19 | Location: Accuracy_Level_PostalCode: should be Postal_Code | Alban Crequy | 1 | -1/+1 | |
2008-11-19 | Location: accuracy-class: rename to accuracy-level | Alban Crequy | 1 | -1/+1 | |
2008-11-19 | Location: use <tp:member-ref> for links | Alban Crequy | 1 | -3/+4 | |
2008-11-19 | Location: Rename signal to LocationUpdated | Alban Crequy | 1 | -3/+3 | |
2008-11-19 | Location: Remove GetLocations and rename RequestLocations to GetLocations | Alban Crequy | 1 | -23/+0 | |
2008-11-19 | fix typo: "propogation" | Alban Crequy | 1 | -1/+1 | |
2008-10-12 | Add tp:name-for-bindings for geoloc | Alban Crequy | 1 | -6/+6 | |
2008-05-22 | Location: cross-reference types | Simon McVittie | 1 | -5/+5 | |
20080522143200-53eee-5d5bc6e4126c5aa0fdcd79e6f764c08cb59dcc74.gz | |||||
2008-05-21 | Improve descriptions of location parameters | Simon McVittie | 1 | -14/+76 | |
20080521143050-53eee-b7bc34ef84b072e1f85d3f993cf8cfea72df0ff5.gz | |||||
2008-05-21 | Document the Location_Accuracy_Level enum | Simon McVittie | 1 | -7/+37 | |
20080521143040-53eee-a45d9029a23d674788222e7a492b627a58a2644e.gz | |||||
2008-05-21 | Reference XEP-0080 and Geoclue | Simon McVittie | 1 | -0/+6 | |
20080521143033-53eee-323fbab3aad174be35660dd8735948a78ae8cef1.gz | |||||
2008-05-21 | Mark Location as DRAFT | Simon McVittie | 1 | -1/+1 | |
20080521143027-53eee-3bce1a9deda91f3e3fa83d8345af0c1254856ea9.gz | |||||
2008-05-20 | Location: use Rich_Presence_Access_Control | Simon McVittie | 1 | -51/+2 | |
20080520172606-53eee-d1fc59020c70f0a69e6aa6352eb96bdc78fe2d4d.gz | |||||
2008-05-20 | Location: add more docs and RequestLocations | Simon McVittie | 1 | -0/+47 | |
20080520172449-53eee-67d3af2a4ea6f03bb0931ecc92a9bfe55644408d.gz | |||||
2008-05-20 | Location: re-indent intro | Simon McVittie | 1 | -17/+18 | |
20080520172434-53eee-05322dad124ceb34870dbbc7b708ebed0543d3d8.gz | |||||
2008-05-14 | add description of the Location interface (from the depths of the past) | Robert McQueen | 1 | -0/+17 | |
20080514185646-418b8-ef83edbf6391910bc170ae55244ead3133f34eaa.gz | |||||
2008-02-28 | Fix typo | Simon McVittie | 1 | -1/+1 | |
20080228114821-53eee-e608b36c20ed9aca0d2025f55c2057ee1f0af219.gz | |||||
2008-02-28 | Location: support setting and getting access control (a thinly disguised ↵ | Simon McVittie | 1 | -0/+64 | |
version of XMPP pubsub access-control models) 20080228114255-53eee-500ed518565c6f6613d028c42594894c826795a4.gz |