Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-17 | don't overwrite spec v0 when uploading v1 prereleases | Simon McVittie | 1 | -2/+1 | |
2013-09-17 | Snapshot 0.99.1 | Simon McVittie | 15 | -389/+490 | |
Replace the NEWS file with some porting notes. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69431 Reviewed-by: Guillaume Desmottes [and add s/UNRELEASED/0.99.1/ -smcv] | |||||
2013-09-17 | Snapshot 0.99.1 | Simon McVittie | 3 | -372/+476 | |
Replace the NEWS file with some porting notes. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69431 Reviewed-by: Guillaume Desmottes | |||||
2013-09-16 | Merge branch 'master' into next | Simon McVittie | 2 | -2/+4 | |
Conflicts: spec/all.xml | |||||
2013-09-16 | nano version | Simon McVittie | 1 | -1/+1 | |
2013-09-16 | 0.27.1 | Simon McVittie | 3 | -3/+5 | |
2013-09-16 | Merge branch 'master' into next | Simon McVittie | 4 | -5/+26 | |
Conflicts: spec/Channel_Type_Room_List1.xml | |||||
2013-09-12 | Revert "Make CM responsible for on-disk avatar caching" | Simon McVittie | 1 | -174/+236 | |
This is going to make it really difficult to port existing CMs to Telepathy 1.0. Let's reduce the amount of rewriting we have to do in the initial port. When we make this change (either for 1.0 or 1.2), we should add Avatars1 to master, do a mixin which encapsulates it, and port CMs to that mixin. This reverts commit 1f972813ca8cb53382534085263138805bacca19. | |||||
2013-09-12 | Merge remote-tracking branch 'jonny/call-typos' | Simon McVittie | 1 | -2/+2 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2013-09-12 | NEWS | Simon McVittie | 1 | -2/+14 | |
2013-08-10 | call: replace reference to non-existant connection manager | Jonny Lamb | 1 | -1/+1 | |
2013-08-10 | call: correct old reference to Call_State Ringing | Jonny Lamb | 1 | -1/+1 | |
2013-06-11 | RoomList: handle-name property is now mandatory | Xavier Claessens | 1 | -1/+2 | |
Empathy has always been depending on it. | |||||
2013-01-08 | Account.Interface.Addressing: use PropertiesChanged for notification | Guillaume Desmottes | 1 | -0/+8 | |
There is no change notification at the moment. https://bugs.freedesktop.org/show_bug.cgi?id=40393 | |||||
2012-09-07 | ChannelRequest: Annotate immutable properties | Xavier Claessens | 1 | -6/+7 | |
2012-09-06 | ChannelDispatcher: Return ChannelRequest's immutable properties | Xavier Claessens | 1 | -0/+14 | |
https://bugs.freedesktop.org/show_bug.cgi?id=54254 | |||||
2012-09-06 | Make CM responsible for on-disk avatar caching | Xavier Claessens | 1 | -236/+174 | |
This changes completely the Avatar iface, making avatars exposed as URI contact attribute. https://bugs.freedesktop.org/show_bug.cgi?id=33410 | |||||
2012-09-06 | Merge branch 'master' into next | Xavier Claessens | 4 | -6/+13 | |
2012-07-09 | Remove GetLocations, replaced by the contact attribute | Xavier Claessens | 1 | -63/+12 | |
2012-07-09 | Remove GetPresences, replaced by the contact attribute | Xavier Claessens | 2 | -52/+17 | |
2012-07-09 | Remove GetContactInfo, replaced by the contact attribute | Xavier Claessens | 1 | -28/+4 | |
2012-07-09 | Remove GetContactCapabilities, replaced by the contact attribute | Xavier Claessens | 1 | -40/+5 | |
2012-07-09 | Remove GetClientTypes, replaced by the contact attribute | Xavier Claessens | 1 | -44/+12 | |
2012-07-09 | Modernize Aliasing iface | Xavier Claessens | 2 | -63/+18 | |
- Remove GetAliases since we get them from contact attributes - Replace GetAliasFlags by a property - AliasesChanged now gives a map instead of struct | |||||
2012-06-20 | Connection: drop Protocol property | Xavier Claessens | 1 | -7/+0 | |
The protocol can found by parsing the connection's object-path, just like the Connection Manager name. https://bugs.freedesktop.org/show_bug.cgi?id=20229 | |||||
2012-06-11 | Remove ContactAttributeInterfaces property | Xavier Claessens | 1 | -30/+0 | |
That property was used to detect legacy CMs that did not implement all the contact attributes. | |||||
2012-06-07 | Use <tp:dbus-ref> to link GetContactByID | Xavier Claessens | 2 | -3/+5 | |
2012-06-07 | Remove InspectHandles | Xavier Claessens | 6 | -90/+9 | |
Identifiers are always given together with handles, so it must never be needed to inspect an handle. | |||||
2012-06-07 | Remove RequestHandles | Xavier Claessens | 4 | -65/+6 | |
Getting an handle isn't a goal in itself, real operations can be done directly using the ID nowadays (GetContactByID and TargetID for channel requests) | |||||
2012-06-07 | Requests: recommend against multiple channels in NewChannels | Jonny Lamb | 1 | -12/+15 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-06-07 | specparser: raise an exception if 'q' or 'n' is used | Jonny Lamb | 1 | -0/+4 | |
16-bit types are unsupported by dbus-glib. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-06-07 | spec: stop using 16bit integers | Jonny Lamb | 2 | -5/+5 | |
dbus-glib is unable to emit 16-bit integers, so we can't comply with telepathy-spec in telepathy-glib. In practice, this means that our D-Bus API has never been what we claim, which is likely to cause problems for telepathy-qt4 (QtDBus is pickier about types). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=20776 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-05-18 | Fix wrong dbus paths from previous merges of master | Xavier Claessens | 2 | -5/+5 | |
2012-05-14 | RoomConfig: I can't spell “priviledges”. | Will Thompson | 1 | -1/+1 | |
2012-05-14 | Mark up immutable/requestable tube props | Will Thompson | 3 | -5/+12 | |
2012-05-11 | Merge branch 'master' into next | Simon McVittie | 6 | -14/+117 | |
Conflicts: spec/Protocol_Interface_Presence1.xml spec/all.xml | |||||
2012-05-09 | bump nano-version | Xavier Claessens | 2 | -1/+6 | |
2012-05-09 | Release 0.27.0 | Xavier Claessens | 3 | -4/+10 | |
2012-05-09 | Connection: add SelfID property and SelfContactChanged signal | Xavier Claessens | 2 | -7/+26 | |
2012-05-09 | StreamTube:NewRemoteConnection: Add contact's id in args | Xavier Claessens | 1 | -0/+5 | |
2012-05-08 | Add GetContactByID | Xavier Claessens | 1 | -0/+58 | |
2012-04-06 | Bump version to 0.99.0.1 to reflect "pre-1.0" status | Simon McVittie | 1 | -1/+1 | |
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-06 | Change maintainer-upload-snapshot to upload to a parallel location | Simon McVittie | 1 | -3/+3 | |
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-06 | Conn.Future: removed | Jonny Lamb | 2 | -111/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-06 | Sidecars1: add new interface | Jonny Lamb | 2 | -0/+115 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-03 | Merge branch 'trivia' | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 | |
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-04-03 | Protocol.I.Presence: Mark Statuses property as immutable. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 | |
2012-04-03 | Merge branch 'trivia' | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2012-04-03 | ConnectionManager: Mark Protocols property as immutable. | Andre Moreira Magalhaes (andrunko) | 1 | -1/+2 | |
2012-04-02 | start on version 0.27.0 | Jonny Lamb | 1 | -0/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |