summaryrefslogtreecommitdiff
path: root/tubes/qa
AgeCommit message (Expand)Author
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-10tubes: use only one test method; and also setUp and tearDownMatúš Kukan
2012-10-10tubes: just hardcode the urlMatúš Kukan
2012-09-27tubes: let's use ctor, dtor and less methods in the testMatúš Kukan
2012-09-27tubes: catch exception to get more infoMatúš Kukan
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan
2012-08-16tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan
2012-08-04tubes: do not queue incoming packetsMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan
2012-07-17cleanout flushLoopEike Rathke
2012-07-17tubes: quick hack to allow running two instancesWill Thompson
2012-07-17Include packet in packetReceived signals.Will Thompson
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson
2012-07-17Use a slightly nicer filenameWill Thompson
2012-07-17tubes test: remove an unused functionWill Thompson
2012-07-17tubes test: disable testFailAlways()Will Thompson
2012-07-17fixup!Will Thompson
2012-07-17WIPWill Thompson
2012-07-17tubes: wrapper to enable tubesEike Rathke
2012-07-17tubes: implement receiving files.Will Thompson
2012-07-17tubes test: fix stack corruption on test failureWill Thompson
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
2012-07-17tubes test: refactor spinning mainloopWill Thompson
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson
2012-07-17tubes test: find TpContact* for accepterWill Thompson
2012-07-17tubes test: store OString identifiersWill Thompson
2012-07-17tubes: Give a useful error when test-config.ini is missing.Will Thompson
2012-07-17Make startBuddySession() take a TpAccount *.Will Thompson
2012-07-17tubes: move hardcoded test accounts to an .ini fileWill Thompson
2012-07-17make service name configurable for testsEike Rathke
2012-07-17singleton implEike Rathke
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson
2012-07-17restructure things to one account manager and one connectionEike Rathke
2012-07-17implementing Telepathy Tubes interfaceEike Rathke