summaryrefslogtreecommitdiff
path: root/TelepathyQt4/outgoing-file-transfer-channel.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-11-16Update I/OFTC::FeatureCore doc comment to indicate they're just delegating pl...Olli Salli1-3/+1
2010-11-16Copy-paste the FeatureCore runes for the placeholders delegating to them to p...Olli Salli1-1/+1
2010-11-16Fix copy-pasta in OutgoingFileTransferChannel::create doxygen commentOlli Salli1-2/+2
2010-11-16Make it possible (and mandatory) to override the implicit core feature in Cha...Olli Salli1-2/+5
2010-11-16Make {{I/O)FT,Text,SM}Channel::FeatureCore proper delegators to their parent ...Olli Salli1-1/+1
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)1-4/+6
2010-11-02Do not use optionalInterface if not needed and "deprecate" typeInterface.Andre Moreira Magalhaes (andrunko)1-2/+1
2010-11-02OutgoingFileTransferChannel: Do not use optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-1/+5
2010-05-19Fix strict QtDBus demarshalling which was causing crashes when qdbus_casting ...Dario Freddi1-0/+1
2010-03-30outgoing-file-transfer-channel: Improve documentation (bugfixes+additions)Andre Moreira Magalhaes (andrunko)1-7/+23
2010-03-17Added support to QT_NO_CAST_FROM_ASCII.Andre Moreira Magalhaes (andrunko)1-7/+7
2009-10-06Update to latest changes.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-10-05Use parent as last param for PendingSuccess/Failure/VoidMethodCall constructors.Andre Moreira Magalhaes (andrunko)1-6/+7
2009-09-23IncomingFileTransferChannel: Read all remaining data on input device when dev...Andre Moreira Magalhaes (andrunko)1-4/+2
2009-09-23Revert "OutgoingFileTransferChannel: Added Port access control support."Andre Moreira Magalhaes (andrunko)1-37/+4
2009-09-23OutgoingFileTransferChannel: Added Port access control support.Andre Moreira Magalhaes (andrunko)1-4/+37
2009-09-22OutgoingFileTransferChannel: Invalidate channel if ProvideFile fails.Andre Moreira Magalhaes (andrunko)1-0/+1
2009-09-22OutgoingFileTransferChannel: Removed exclamation marks from debug.Andre Moreira Magalhaes (andrunko)1-3/+3
2009-09-22OutgoingFileTransferChannel: Define FT_BLOCK_SIZE and use it as the read buff...Andre Moreira Magalhaes (andrunko)1-3/+5
2009-09-22FileTransferChannel: Improved docs according to review suggestions.Andre Moreira Magalhaes (andrunko)1-0/+2
2009-09-17OutgoingFileTransferChannel: Make provideFile require FileTransferChannel::Fe...Andre Moreira Magalhaes (andrunko)1-0/+9
2009-09-17OutgoingFileTransferChannel: Improved docs.Andre Moreira Magalhaes (andrunko)1-12/+10
2009-09-17OutgoingFileTransferChannel: Consider initialOffset while sending data.Andre Moreira Magalhaes (andrunko)1-4/+41
2009-09-16OutgoingFileTransferChannel: Added specialized class for outgoing file transf...Andre Moreira Magalhaes (andrunko)1-0/+292