Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-31 | Remove "Simple" from ex-SimplePresence types' names | Simon McVittie | 3 | -16/+16 | |
The SimplePresence interface is now just Presence. | |||||
2012-01-12 | Group: merge RemoveMembers and RemoveMembersWithReason | Jonny Lamb | 1 | -33/+9 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-10 | ContactList: rename ContactsChangedWithID to just ContactsChanged | Jonny Lamb | 1 | -6/+6 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | ConnectionManager: remove GetParameters and ListProtocols | Jonny Lamb | 3 | -74/+34 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | Connection: replace GetProtocol with Protocol | Jonny Lamb | 1 | -9/+4 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | Connection: remove {Hold,Release,HasImmortal}Handles | Jonny Lamb | 4 | -185/+6 | |
Wahey! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | ChannelRequest: make SucceededWithChannel the default | Jonny Lamb | 1 | -11/+3 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | ChannelDispatcher: make *WithHints methods to the defaults | Jonny Lamb | 2 | -202/+16 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | Merge branch 'master' into next | Jonny Lamb | 6 | -56/+76 | |
Conflicts: spec/Call_Content.xml spec/Channel_Type_Call.xml Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | ContactList: add tp:added to Download{,AtConnection} iface members | Jonny Lamb | 1 | -0/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-05 | all: remove chat about backwards-compatability | Jonny Lamb | 5 | -52/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-04 | Channel.FUTURE: remove | Jonny Lamb | 2 | -50/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-04 | ChannelBundle: just remove | Jonny Lamb | 5 | -103/+2 | |
bye! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-04 | ContactList: add DownloadAtConnection property and Download method | Alban Crequy | 1 | -0/+42 | |
https://bugs.freedesktop.org/show_bug.cgi?id=43035 | |||||
2012-01-04 | Room, Subject: rename from version 2 to version 1 | Jonny Lamb | 6 | -15/+15 | |
We're breaking everything else, why not just throw these back down to version 1. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-23 | Rename CallState RINGING to INITIALISED | Xavier Claessens | 1 | -16/+18 | |
This is less confusing with RINGING flag | |||||
2011-12-23 | Remove the duplicated Removed() signal on the Call.Content | Olivier Crête | 1 | -10/+1 | |
2011-12-23 | Stream.I.Media: Add Muted and Pending_Mute stream flow states. | Olivier Crête | 1 | -7/+6 | |
This way the CM can tell the streaming implementation to mute. Also, remove the useless Paused state | |||||
2011-12-23 | Call.Stream.Endpoint: Document when the Endpoint and Stream Transports can ↵ | Olivier Crête | 1 | -1/+6 | |
differ | |||||
2011-12-23 | Call.Content.I.Media: Remove duplicated Remote Contact | Olivier Crête | 1 | -22/+1 | |
The Remote contact object already present inside the MediaDescription objects. https://bugs.freedesktop.org/show_bug.cgi?id=41734 | |||||
2011-12-16 | Connection: remove GetInterfaces and GetStatus | Jonny Lamb | 1 | -50/+8 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-16 | SimplePresence: rename to Presence | Jonny Lamb | 9 | -17/+17 | |
It's not so simple anymore, clearly. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-16 | all: version all interfaces | Jonny Lamb | 103 | -1584/+1584 | |
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-13 | remove completely unused interfaces | Jonny Lamb | 3 | -152/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Text: merge Messages and Text together | Jonny Lamb | 5 | -1353/+1300 | |
OH EM GEE Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | all: add tp:changed for interfaces with newly removed deprecated items | Jonny Lamb | 8 | -0/+21 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Conn.Iface.ContactList: remove deprecated signal | Jonny Lamb | 1 | -36/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Chan.Iface.Messages: remove deprecated types and methods | Jonny Lamb | 1 | -111/+4 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Chan.I.Group: remove deprecated methods, signals, and properties | Jonny Lamb | 1 | -297/+25 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Chan.Type.Text: remove deprecated methods and types | Jonny Lamb | 2 | -373/+14 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Conn.I.Avatars: remove deprecated methods | Jonny Lamb | 1 | -134/+10 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Connection: remove deprecated structs, methods, and types | Jonny Lamb | 10 | -396/+34 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Chan.I.Tube: remove deprecated socket access control enum value | Jonny Lamb | 1 | -14/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-13 | Channel: remove deprecated methods | Jonny Lamb | 1 | -89/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | Chan.Type.Tubes: remove | Jonny Lamb | 4 | -618/+8 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | Chan.Type.ContactList: remove | Jonny Lamb | 7 | -154/+17 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | Conn.I.Capabilities: remove | Jonny Lamb | 2 | -255/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | Conn.I.Presence: remove | Jonny Lamb | 3 | -353/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | Properties: remove | Jonny Lamb | 2 | -198/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | ChannelHandler: remove | Jonny Lamb | 2 | -80/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | StreamedMedia: remove | Jonny Lamb | 21 | -2290/+184 | |
omg Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | remove Telepathy properties | Jonny Lamb | 1 | -3/+2 | |
They never existed, honest! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | rename org.freedesktop.Telepathy to im.telepathy | Jonny Lamb | 117 | -1879/+1879 | |
"ofdT" → "imt" too. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-12 | stop referring to Conn.I.Addressing.DRAFT | Jonny Lamb | 4 | -12/+12 | |
It was renamed to Conn.I.Addressing1 in b6057b908105a8. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-12-06 | ReportReceivingFailure: it is failure in incoming portion | Xavier Claessens | 1 | -1/+1 | |
2011-11-24 | Conn.I.Addressing: replace DRAFT with a version number. | Will Thompson | 1 | -1/+3 | |
This makes it possible to undraft the interface without breaking everyone. | |||||
2011-11-24 | MediaDescription::reject() takes reason in arg instead of returning it | Xavier Claessens | 1 | -1/+1 | |
2011-11-23 | Bump nano-version | Will Thompson | 1 | -1/+1 | |
2011-11-23 | Version 0.25.1 | Will Thompson | 1 | -1/+1 | |
2011-11-23 | Set UNRELEASEDs to 0.25.1 | Will Thompson | 3 | -5/+7 | |