summaryrefslogtreecommitdiffstats
path: root/tubes/qa
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-2/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-2/+2
* tubes: use only one test method; and also setUp and tearDownMatúš Kukan2012-10-101-41/+25
* tubes: just hardcode the urlMatúš Kukan2012-10-101-11/+2
* tubes: let's use ctor, dtor and less methods in the testMatúš Kukan2012-09-271-21/+7
* tubes: catch exception to get more infoMatúš Kukan2012-09-271-4/+12
* tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan2012-08-201-2/+1
* tubes: do not include tubes' object files in unit test libraryMatúš Kukan2012-08-161-44/+27
* tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan2012-08-161-3/+22
* tubes: fix unittest again and simplifyMatúš Kukan2012-08-161-77/+61
* tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan2012-08-161-11/+0
* tubes: finish efforts to make TeleManager staticMatúš Kukan2012-08-081-13/+9
* tubes: do not queue incoming packetsMatúš Kukan2012-08-041-16/+1
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-041-14/+0
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-261-1/+1
* tubes: kill double-singletonning of TeleManagerMatúš Kukan2012-07-261-3/+2
* tubes: resurrect unit test to serve againMatúš Kukan2012-07-261-190/+97
* tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan2012-07-171-2/+2
* tubes: split TeleManager::connect method.Matúš Kukan2012-07-171-8/+24
* cleanout flushLoopEike Rathke2012-07-171-8/+0
* tubes: quick hack to allow running two instancesWill Thompson2012-07-171-2/+2
* Include packet in packetReceived signals.Will Thompson2012-07-171-10/+9
* tubes: replace packetReceived link with a boost signalWill Thompson2012-07-171-6/+14
* tubes: push sent packets onto the incoming queue.Will Thompson2012-07-171-3/+8
* Use a slightly nicer filenameWill Thompson2012-07-171-1/+1
* tubes test: remove an unused functionWill Thompson2012-07-171-9/+0
* tubes test: disable testFailAlways()Will Thompson2012-07-171-1/+3
* fixup!Will Thompson2012-07-171-1/+1
* WIPWill Thompson2012-07-171-5/+5
* tubes: wrapper to enable tubesEike Rathke2012-07-171-2/+13
* tubes: implement receiving files.Will Thompson2012-07-171-0/+18
* tubes test: fix stack corruption on test failureWill Thompson2012-07-171-3/+9
* tubes: Add preliminary API for sending a fileWill Thompson2012-07-171-0/+21
* tubes test: refactor spinning mainloopWill Thompson2012-07-171-14/+20
* tubes: make startBuddySession take a TpContact *.Will Thompson2012-07-171-2/+4
* tubes test: find TpContact* for accepterWill Thompson2012-07-171-5/+37
* tubes test: store OString identifiersWill Thompson2012-07-171-6/+11
* tubes: Give a useful error when test-config.ini is missing.Will Thompson2012-07-172-3/+12
* Make startBuddySession() take a TpAccount *.Will Thompson2012-07-171-1/+3
* tubes: move hardcoded test accounts to an .ini fileWill Thompson2012-07-171-7/+15
* make service name configurable for testsEike Rathke2012-07-171-5/+3
* singleton implEike Rathke2012-07-171-7/+6
* tubes: add API to find contacts with LibO tube supportWill Thompson2012-07-171-0/+56
* restructure things to one account manager and one connectionEike Rathke2012-07-171-6/+32
* implementing Telepathy Tubes interfaceEike Rathke2012-07-171-0/+188