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