summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-13Removed some explicit new's.Remko Tronçon
2011-05-13Refactored OutgoingAdHocCommandSession a bit.Remko Tronçon
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-05-13Don't crash when chat windows are deleted.Kevin Smith
Resolves: #879
2011-05-13Always include -lX11 on Linux.Remko Tronçon
2011-05-13Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed French translation (Thanks Cedric Dubouloz)
2011-05-13Fixed French translation (Thanks Cedric Dubouloz)Remko Tronçon
2011-05-13Merge branch 'swift-1.x'Remko Tronçon
2011-05-13German translation fixesThilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-05-13Fix some issues in German translation.Frederik Schwarzer
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Thilo Cestonaro <thilo@cestona.ro>
2011-05-12Allow Chat Window Font resizingKevin Smith
Resolves: #812 Release-Notes: It is now possible to resize the font in the chat window conversations.
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
Resolves: #860
2011-05-12Purge old code.Kevin Smith
Resolves: #522
2011-05-10Don't add CompressionLayer.h to Swiften.h.Remko Tronçon
2011-05-10Add OpenSSL to Sluift bundle conditionally.Remko Tronçon
2011-05-10Fix buildKevin Smith
2011-05-07Use naive JID escaping algorithm to work around a bug in GCC4.5+boost1.42.Remko Tronçon
2011-05-07Make Boost.BCP compile again.Remko Tronçon
2011-05-07Remember splitter position in a MUC dialog.Thilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Remko Tronçon <git@el-tramo.be>
2011-05-07Make the examples ConnectivityTest, SendFile and SendMessage use the ↵Thilo Cestonaro
SWIFTEN_DEP_FLAGS. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Remko Tronçon <git@el-tramo.be>
2011-05-06Remove default implementation from TypeTraits struct.Remko Tronçon
2011-05-06Fixed Avahi compilation for real now.Remko Tronçon
2011-05-06Fixed Avahi compilation.Remko Tronçon
2011-05-05Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-04Add Sluift ability to specify host to connect to.Kevin Smith
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-05-02Fix the acks when replacing messagesKevin Smith
2011-05-02Replace header include guards by pragma once.Remko Tronçon
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-05-02Fixed chat dialog spacing issues.Remko Tronçon
2011-05-01Merge branch 'swift-1.x'Remko Tronçon
Conflicts: Swiften/History/HistoryManager.h Swiften/SConscript
2011-05-01Fixed compilation.Remko Tronçon
2011-05-01Updated Swiften developers guide.Remko Tronçon
Added call to setAlwaysTrustCertificates in examples. Added C++0x example.
2011-04-30Make Replace::getID() const and return a const ref.Remko Tronçon
2011-04-30Minor fixes for ReplaceVlad Voicu
Switched from passing by value License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-30Remove dependency on python 2.5 in SConscript file.Remko Tronçon
2011-04-30Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.Remko Tronçon
2011-04-30Filter out some more platform-specific headers from Swiften.hRemko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-30Added missing include.Remko Tronçon
2011-04-30Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Only package .so in dev package. Support creating Swiften dylibs on Mac OS X. Fixed Swiften .so softlinks. Conflicts: Swiften/SConscript
2011-04-30Only package .so in dev package.Remko Tronçon
2011-04-30Support creating Swiften dylibs on Mac OS X.Remko Tronçon
2011-04-30Fixed Swiften .so softlinks.Remko Tronçon
2011-04-30Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Filter out some extra headers in install dir. Split off libswiften package. Only install the necessary files in the Debian package.
2011-04-30Filter out some extra headers in install dir.Remko Tronçon
2011-04-30Split off libswiften package.Remko Tronçon
2011-04-30A better fix for the strange rendering performance issue in tabbed mode.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-30Allow groups to be resorted based on changing names.Kevin Smith
Resolves: #794