summaryrefslogtreecommitdiff
path: root/TelepathyQt4/connection.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-16Make it possible (and mandatory) to override the Connection implicit core fea...Olli Salli1-1/+2
2010-11-15Move request(Dis)Connect to ConnectionLowlevelOlli Salli1-3/+0
2010-11-15Move the handle request/reference API to ConnectionLowlevelOlli Salli1-3/+0
2010-11-15Move Conn.I.Contacts low-level functionality from Connection to ConnectionLow...Olli Salli1-3/+0
2010-11-15Move Connection::{create,ensure}Channel to ConnectionLowlevelOlli Salli1-3/+0
2010-11-14Move direct self presence access from Connection to ConnectionLowlevelOlli Salli1-3/+7
2010-11-11ContactManager: Make it an Object and use ContactManagerPtr everywhere.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-10Connection: Remove Connection::Status.Andre Moreira Magalhaes (andrunko)1-10/+2
2010-11-09Merge branch '0_5_0_shared'Andre Moreira Magalhaes (andrunko)1-1/+2
2010-11-09DBusProxy: Make it a Object and ReadyObject.Andre Moreira Magalhaes (andrunko)1-4/+1
2010-11-08Use Connection/ContactCapabilities everywhere instead of Connection/ContactCa...Andre Moreira Magalhaes (andrunko)1-1/+2
2010-11-08Use enums instead of uint where appropriate.Andre Moreira Magalhaes (andrunko)1-6/+6
2010-11-08Connection: Removed optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-107/+0
2010-11-08Connection: Removed deprecated methods/signals.Andre Moreira Magalhaes (andrunko)1-14/+0
2010-11-04Connection: Declare Qt metatype.Andre Moreira Magalhaes (andrunko)1-0/+2
2010-11-02Connection: Deprecate optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-18/+18
2010-11-01Connection: Warn if deprecated signals are used.Andre Moreira Magalhaes (andrunko)1-0/+3
2010-10-29Properly build library with deprecation warnings enabled.Andre Moreira Magalhaes (andrunko)1-5/+5
2010-10-13Merge branch 'spec-0.21.1'Andre Moreira Magalhaes (andrunko)1-3/+27
2010-10-11Don't make connection.h depend on ChannelFactory and ContactFactoryOlli Salli1-2/+0
2010-10-11Added auto generated classes for new Conn.ClientTypes/ContactGroups/ContactLi...Andre Moreira Magalhaes (andrunko)1-3/+27
2010-10-08Connection: Added constructors/accessors for using Factories.Andre Moreira Magalhaes (andrunko)1-2/+22
2010-09-07Add cmName() and protocolName() on Connection by parsing its object pathXavier Claessens1-0/+3
2010-08-26Make Connection::ErrorDetails usable stand-alone to wrap old APIsOlli Salli1-2/+1
2010-08-26Deprecate Connection::statusChanged(status, reason) and add a new one without...Olli Salli1-1/+2
2010-08-26Connection::ErrorDetails: Don't include the draft TLS keys just yetOlli Salli1-0/+6
2010-08-26Add Connection::errorDetails()Olli Salli1-0/+55
2010-08-24Bring Connection test coverage up a bit (now 75.2% of lines)Olli Salli1-1/+1
2010-08-24Connection: General improvement and add support to retrieve properties using ...Andre Moreira Magalhaes (andrunko)1-11/+12
2010-06-30Connection: Added accessor method for Cellular interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-06-15Connection: Added accessor method for ServicePoint interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-06-15Connection: Added accessor method for Anonimity interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-05-18Connection: Added FeatureAccountBalance and accessors.Andre Moreira Magalhaes (andrunko)1-0/+8
2010-05-11Connection: Added accessor method for Balance interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-04-30Connection: Added accessor method for ContactInfo interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-04-16Connection: Added accessor method for Location interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2009-11-10Merge branch 'connection'Andre Moreira Magalhaes (andrunko)1-4/+5
2009-11-10Connection: Changed status/statusReason/statusChanged to use enums Tp::Connec...Andre Moreira Magalhaes (andrunko)1-3/+4
2009-11-10Connection: Renamed getContactAttributes method to contactAttributes.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-11-10Connection: Bind to ConnectionError signal.Andre Moreira Magalhaes (andrunko)1-0/+1
2009-10-06Export all public high-level classes using TELEPATHY_QT4_EXPORT macro.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-10-06Connection: Removed FeatureCapabilities and make capabilties core now.Andre Moreira Magalhaes (andrunko)1-1/+0
2009-10-06Connection: Added capabilities support.Andre Moreira Magalhaes (andrunko)1-0/+5
2009-10-01Connection: Added accessor method for ContactCapabilities interface.Andre Moreira Magalhaes (andrunko)1-0/+6
2009-08-06Removed cli/Client from header guards.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-07-22Connection: Added initial roster groups support.Andre Moreira Magalhaes (andrunko)1-0/+4
2009-06-29Connection: Added virtual dtor.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-06-29Connection: Standardize class definition.Andre Moreira Magalhaes (andrunko)1-29/+26
2009-06-22OptionalInterfaceFactory: Added optionalInterface method.Andre Moreira Magalhaes (andrunko)1-14/+0
2009-06-22OptionalInterfaceFactory: Added public interfaces and protected setInterfaces...Andre Moreira Magalhaes (andrunko)1-3/+1