summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-02-11Moved some modules into separate git modules.Remko Tronçon
2010-02-10ChatStateNotifier and tests, ready for XEP-85 support.Kevin Smith
2010-02-10Move the Chat stuff in Controllers into Chat folder.Kevin Smith
It was starting to get a bit unwieldly in Controllers/
2010-02-08Added beginnings of Avahi support.Remko Tronçon
2010-01-29Fix tilde in linksKevin Smith
2010-01-29Fix chatwindow unit testsKevin Smith
2010-01-17Preparation. for /me.Kevin Smith
QtUI's implementation isn't done yet.
2010-01-11Added SendMessage script.Remko Tronçon
2010-01-10Don't join MUCs a second time.Kevin Smith
Resolves: #273
2010-01-03Always send <label/> element.Remko Tronçon
2010-01-03Don't send caps info and vcard info twice.Remko Tronçon
2010-01-03Catch problem when multiprocessing module isn't supported in Python.Remko Tronçon
2010-01-01Package phonon in windows install.Remko Tronçon
The binary Qt package depends on phonon.
2009-12-31Put a timeout of 60s on connecting & resolving.Remko Tronçon
Resolves: #87.
2009-12-31Removed empty MUCPayload.Remko Tronçon
2009-12-31Added tests for timing out initial connect.Remko Tronçon
2009-12-31Fix building on OS X using default Qt installation.Remko Tronçon
2009-12-26Additional plumbing for chat rebinding.Kevin Smith
2009-12-26Fix segfault at launch due to argument reversal.Kevin Smith
2009-12-26More thoroughly test the chat routing.Kevin Smith
This adds in the behaviour for unbinding chats when the resource goes offline (only if there isn't already an unbound chatwindow). Resolves: #155
2009-12-24Some more tests for the chat routing.Kevin Smith
Resolves: #140
2009-12-24Extract the Chat dialog management from MainController into ChatsManager.Kevin Smith
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139
2009-12-24Close chat tabset on signout.Kevin Smith
Resolves: #227
2009-12-23Commented debug output.Remko Tronçon
2009-12-23Added a 'max_jobs' build option.Remko Tronçon
2009-12-22Add a PreviousStatusStore.Kevin Smith
2009-12-21Fix mac window strangnesses.Kevin Smith
Resolves: #268
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-12-17Added eclipse project file.Remko Tronçon
2009-12-07Fixed segfault on disconnect.Remko Tronçon
2009-12-05Fixed C-Ares compilation on Windows.Remko Tronçon
2009-12-04Implemented CAresDomainNameResolver.Remko Tronçon
2009-12-03Reinitialize the resolver on every query.Remko Tronçon
This hopefully fixes the DNS server caching behavior on network change.
2009-12-03Tweak CAres flags.Remko Tronçon
2009-12-03Enable c-ares compilation.Remko Tronçon
2009-12-03Fixed ares compilation on os x.Remko Tronçon
2009-12-03Fixed windows compilation of PlatformDomainNameServiceQuery.Remko Tronçon
2009-12-03Fixed windows compilation of CAres.Remko Tronçon
2009-12-03Added C-Ares.Remko Tronçon
2009-12-03Added debugging output for DNS.Remko Tronçon
2009-12-03Fixed unit tests.Remko Tronçon
2009-12-03Do domain resolving in a separate thread.Remko Tronçon
2009-12-03DNS querying is now asynchronous.Remko Tronçon
This means we can now move them to a separate thread.
2009-12-01Override SConscript() with our own, test-aware implementation.Remko Tronçon
2009-11-28Add checkbox for tracing input/output in debug console.Remko Tronçon
2009-11-28Implemented XML console.Remko Tronçon
Resolves: #135
2009-11-28Some code cleanup.Remko Tronçon
2009-11-28On second thought, maybe we shouldn't quit.Remko Tronçon
2009-11-28Quit when the last window is closed.Remko Tronçon
2009-11-28Opening the XMLConsole should bring it to front.Kevin Smith
Just plugged in the activate call for the qttabbables. Resolves: #263