summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-30Avoid beautifying in console widget.Remko Tronçon
The beautifier is not representing the actual data sent, which is confusing.
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵Tobias Markmann
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-06-03Ensure safety on onDataRead and onDataWritten signals.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2010-08-29Added stanza acking support to client.Remko Tronçon
2010-04-08Added copyrights to Swift.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-26Allow the XmlConsole to be closed, and there to be only one.Kevin Smith
Resolves: #261 Resolve: #262 # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: Swift/Controllers/UIInterfaces/XMLConsoleWidget.h # modified: Swift/Controllers/XMLConsoleController.cpp # modified: Swift/QtUI/QtXMLConsoleWidget.cpp # modified: Swift/QtUI/QtXMLConsoleWidget.h # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # src/
2009-11-26Plumbing to show a dummy XMLConsoleWidget in the chat tabs.Kevin Smith
This should all work now, and the XMLConsoleController needs to talk to the QtXMLConsoleWidget through the XMLConsoleWidget interface. Resolves: #256