summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/connection-manager.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-15ConnectionManager: Update docs.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-07-15Properly refer to 'ready' instead of 'enabled' when referring to features req...Andre Moreira Magalhaes (andrunko)1-4/+4
2011-07-15Properly document the form of the data returned.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-06-01Properly mention Telepathy and the spec where appropriate.Andre Moreira Magalhaes (andrunko)1-2/+1
2011-04-12Add/standardize/improve docs.Andre Moreira Magalhaes (andrunko)1-0/+9
2011-04-11Standardize \class docs.Andre Moreira Magalhaes (andrunko)1-2/+1
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-02-13ConnectionManager: Bind Protocol.Avatars.Andre Moreira Magalhaes (andrunko)1-0/+63
2011-02-13ConnectionManager: Refactor ProtocolWrapper introspection code in preparation...Andre Moreira Magalhaes (andrunko)1-5/+16
2011-02-13ConnectionManager: Use avatar information from manager file.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-02-13ConnectionManager: Fix handling of Properties.GetAll(Protocol.Presence).Andre Moreira Magalhaes (andrunko)1-1/+1
2011-02-13ConnectionManager: Properly parse Protocol.Interfaces property.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-02-13Use PresenceSpec/List in favour of SimpleStatusSpec/Map.Andre Moreira Magalhaes (andrunko)1-2/+2
2011-02-13ConnectionManager: Bind Protocol.Presence.Andre Moreira Magalhaes (andrunko)1-4/+51
2011-02-13ConnectionManager: Use presence status information from manager file.Andre Moreira Magalhaes (andrunko)1-0/+1
2011-01-26ConnectionManager: Ignore protocols with invalid names.Andre Moreira Magalhaes (andrunko)1-2/+35
2011-01-26ConnectionManager: Properly escape protocol name with "-".Andre Moreira Magalhaes (andrunko)1-1/+3
2010-11-15Move CM::requestConnection to ConnectionManagerLowlevelOlli Salli1-2/+40
2010-11-11ConnectionManager: Use factories.Andre Moreira Magalhaes (andrunko)1-17/+109
2010-11-11PendingReady: Add a new proxy() method and make object() return the factory w...Andre Moreira Magalhaes (andrunko)1-3/+2
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)1-16/+9
2010-11-09Merge branch '0_5_0_shared'Andre Moreira Magalhaes (andrunko)1-387/+47
2010-11-09DBusProxy: Make it a Object and ReadyObject.Andre Moreira Magalhaes (andrunko)1-6/+3
2010-11-08Moved ProtocolInfo/Parameter to their own header/source files.Andre Moreira Magalhaes (andrunko)1-377/+0
2010-11-08ProtocolInfo: Make it implicit shared and use ProtocolInfo everywhere instead...Andre Moreira Magalhaes (andrunko)1-60/+120
2010-11-08ProtocolParameter: Make it implicit shared and use ProtocolParameter everywhe...Andre Moreira Magalhaes (andrunko)1-37/+20
2010-11-08Use Connection/ContactCapabilities everywhere instead of Connection/ContactCa...Andre Moreira Magalhaes (andrunko)1-9/+3
2010-11-08ConnectionManager: Removed optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-9/+0
2010-11-02Do not use optionalInterface if not needed and "deprecate" typeInterface.Andre Moreira Magalhaes (andrunko)1-2/+1
2010-11-02ConnectionManager: Deprecate optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-4/+3
2010-10-29Properly build library with deprecation warnings enabled.Andre Moreira Magalhaes (andrunko)1-2/+1
2010-09-19Normalize QObject signal connections everywhereOlli Salli1-12/+12
2010-08-26Make sure all if/for/while/else bodies have {}, even onelinersOlli Salli1-1/+2
2010-08-24Don't make up a bogus feature fail reason if the CM initial introspection Get...Olli Salli1-3/+1
2010-08-24Make CM::protocolInfo()->capabilities() claim support for everything for lega...Olli Salli1-1/+65
2010-08-24Make ConnectionManager Protocol introspection use the immutable properties mapOlli Salli1-33/+67
2010-08-23Invalidate the CM if it can't answer to GetAll properly instead of just never...Olli Salli1-1/+5
2010-08-23Remove tabs inserted by a stupid vim user (me)Olli Salli1-4/+4
2010-08-23Document that ProtocolInfo returned by the public API shouldn't be deletedOlli Salli1-0/+3
2010-08-23Implement a more useful fallback for {ProtocolInfo,ManagerFile}::englishName()Olli Salli1-8/+18
2010-08-23Make sure we build with QT_NO_CAST_FROM_ASCII enabled.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-08-23ConnectionManager: Added protocol name for warning when protocol failed intro...Andre Moreira Magalhaes (andrunko)1-2/+2
2010-08-23ConnectionManager: Improved documentation for ProtocolInfo::vcardField.Andre Moreira Magalhaes (andrunko)1-0/+11
2010-08-23ConnectionManager: Always return non-empty ProtocolInfo::englishName and icon...Andre Moreira Magalhaes (andrunko)1-4/+12
2010-08-23ConnectionManager: Updated copyright.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-08-23ConnectionManager: Improved documentation.Andre Moreira Magalhaes (andrunko)1-9/+15
2010-08-23ConnectionManager: Fixed indentation.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-08-23ConnectionManager: Fixed crash when deleting protocol wrapper.Andre Moreira Magalhaes (andrunko)1-1/+6
2010-08-23ConnectionManager: Proper read Icon property from Protocol.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-08-23ConnectionManager: Properly call ::Private::ProtocolWrapper::instrospectMain ...Andre Moreira Magalhaes (andrunko)1-1/+1