summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4
AgeCommit message (Expand)AuthorFilesLines
2011-11-30qt4: (semi-)remove the spec directoryJonny Lamb17-79/+79
2011-11-10ContactManager::Roster: Properly "fail" introspecting Connection::FeatureRost...Andre Moreira Magalhaes (andrunko)1-1/+3
2011-10-11Merge branch 'contact-info-refresh'Andre Moreira Magalhaes (andrunko)4-72/+219
2011-10-11ContactManager: Update doc for deprecated requestContactAvatar.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-10-11ContactManager: Early return in requestContactAvatars if no contact was given.Andre Moreira Magalhaes (andrunko)1-0/+4
2011-10-10Link to ST[SC]::isRegistered() from the methods after which it should be checkedOlli Salli2-0/+16
2011-10-10Explain what ST[SC]::monitorsConnections() affects betterOlli Salli2-2/+10
2011-10-10Indicate corrent prefix for Client service names in ST[CS]::clientName() doxOlli Salli2-2/+2
2011-10-10STC dox: s/an tube-by-tube basis/a tube.../Olli Salli1-1/+1
2011-10-10Make STC::TcpSrcAddrGen talk about itself, not a STC::ParamsGen which doesn't...Olli Salli1-2/+2
2011-10-10Make STS::Tube ctor dox wording a bit less convolutedOlli Salli1-2/+2
2011-10-10Doxyment StreamTubeClientOlli Salli2-21/+372
2011-10-10STS dox: Fix the (sensible) doxygen warningsOlli Salli1-13/+13
2011-10-10Doxyment StreamTubeServerOlli Salli2-39/+319
2011-10-10Make StreamTubeServer report TCP conns through CMs with no Port AC support to...Olli Salli1-4/+14
2011-10-10Improve STC::TcpSrcAddrGen dox with a transcription of the original header co...Olli Salli2-9/+5
2011-10-10Doxyment STC::TcpSrcAddrGenOlli Salli1-0/+51
2011-10-10Doxyment STS::ParamsGenOlli Salli1-0/+42
2011-10-10Doxyment ST[SC] pair wrapper typesOlli Salli2-0/+154
2011-10-10Call the source parameter other instead of a in ST[CS] pair wrapper copy ctor...Olli Salli4-27/+29
2011-10-10Even more similarly, add a STC::Tube, using it both for connections() and tub...Olli Salli2-12/+80
2011-10-10Similarly, simplify STS::tubes() by adding STS::TubeOlli Salli2-12/+81
2011-10-10Make StreamTubeServer::tcpConnections() usage more readable by adding a helpe...Olli Salli2-5/+80
2011-10-10STC: Skip invalid tubes in connections() to avoid warnings, like STS, and doc...Olli Salli2-0/+10
2011-10-10Unexport ST[CS] ctors as they're privateOlli Salli2-2/+2
2011-10-10Line-wrap ST[CS] TubeWrapper ctor declsOlli Salli2-3/+7
2011-10-10SimpleStreamTubeHandler: Weed out duplicate services when building filterOlli Salli1-2/+4
2011-10-10Ditto for STS::ParamsGenOlli Salli2-9/+9
2011-10-10Admit that STC::TcpSrcAddrGens need to modify their state for generatingOlli Salli2-6/+6
2011-10-10Similarly to TCP, fall back to Localhost AC in STC if Creds is not supported ...Olli Salli1-0/+5
2011-10-10Indent *StreamTube* ctor initializer lists correctlyOlli Salli3-3/+3
2011-10-10Indent FixedParametersGenerator body correctly (not at all)Olli Salli1-9/+9
2011-10-10Rename STC::generator() to more explicit tcpGenerator()Olli Salli2-3/+3
2011-10-10Remove trailing WS from an empty line in stream-tube-client.cppOlli Salli1-1/+1
2011-10-10Add rationale to the "being registered" asserts in ST[SC]::onInvokedForTubeOlli Salli2-2/+2
2011-10-10Make ST[SC] the QObject parent of their tube wrappers so we don't need to man...Olli Salli4-20/+14
2011-10-10Add header guards to simple-stream-tube-handler.hOlli Salli1-0/+5
2011-10-10SSTH: Add a TODO to use Channel::channelType() in handleChannels whenever tha...Olli Salli1-0/+2
2011-10-10Make it possible for STS to have an empty filter, and a checkable error for S...Olli Salli2-2/+5
2011-10-10STS/STC internals: Use const refs for foreach var wherever we can for non-pri...Olli Salli1-5/+5
2011-10-10PendingOperation: Remove interim StreamTubeServer friend-ing hackOlli Salli1-1/+0
2011-10-10STC: Don't attempt to use Port access control if it's not supportedOlli Salli1-1/+15
2011-10-10Make the dtor of STC::TcpSrcAddrGen virtualOlli Salli1-1/+1
2011-10-10STC: Reorder most important args of the accepted* signals firstOlli Salli2-10/+10
2011-10-10STC: Remove stale TODOOlli Salli1-5/+0
2011-10-10Call AbstractClient virtual base class constructor in our concrete Client implsOlli Salli3-3/+6
2011-10-10Actually delete private structure, and therefore registrar, handler etc in ST...Olli Salli2-0/+4
2011-10-10STS & STC: Remove some dead branches redundant with SSTH checksOlli Salli2-17/+9
2011-10-10STS & STC: {} around all if then blocksOlli Salli2-3/+6
2011-10-10StreamTubeServer: Ignore invalid and non-Open tubes in tcpConnections()Olli Salli1-0/+4