summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2012-09-08Make previous patch compile after changes to QtChatView.Remko Tronçon
2012-09-08Support whiteboarding.Mateusz Piekos
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-09-08Connection settings supportKevin Smith
2012-09-05Removed font issue from changelogRemko Tronçon
2012-09-05Added Swift ChangeLog file.Remko Tronçon
2012-09-05Enable completion of nicknames not starting with a letter.Tobias Markmann
Resolves: #813 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-09-03CompileKevin Smith
2012-09-02Fixup for previous patchKevin Smith
2012-09-02Adding Qt based certificate viewer as fallback for Linux.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-08-30History dialogCătălin Badea
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-08-17Added Breakpad support for Windows.Remko Tronçon
2012-08-07Fixed build.Remko Tronçon
2012-08-06Don't allow enter in the roster to trigger logins.Kevin Smith
Resolves: #973
2012-08-06More consistent linkification and emoticonification.Kevin Smith
Resolves: #959
2012-07-26Don't let correction change a label.Kevin Smith
Resolves: #1144
2012-07-15Fixed compilation on Windows.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-07-15Revert previous change to consolidate font settings in CSS.Kevin Smith
Seems this was making the alignment odd.
2012-07-14Get fonts on Mac looking sane againKevin Smith
2012-07-14Initial DLL support for Swiften.Remko Tronçon
All applications succesfully link against Swiften.dll.
2012-07-14Move list of fonts to a single place, add generic fallback.Kim Alvefur
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-07-01Don't allow labels to be lost or changed during correction.Kevin Smith
Resolves: #871
2012-06-30debug cleanupKevin Smith
2012-06-30Slightly bigger coloured areaKevin Smith
2012-06-30Trying some changes to label handlingKevin Smith
2012-06-30Don't crash when going forward/backward through User Search and completing ↵Kevin Smith
with no selection. Resolves: #1062
2012-06-30Align radio buttons in user search things.Kevin Smith
Resolves: #1138
2012-06-23Use a consistent fallback nickname when autojoining MUCsKevin Smith
Previously there was a race whereby initial bookmark autojoins would join with a JID-based nick, and subsequent joins (where no nick is specified) would use the user's VCard nick. Resolves: #1034
2012-06-23Fix warningKevin Smith
2012-06-17Style security button.Remko Tronçon
2012-06-17Added lock icon.Remko Tronçon
2012-06-15Preliminary emoticon work.Kevin Smith
Parsing and toggling support for emoticons. No emoticons are included so this won't do anything yet.
2012-06-14Remove Olly from Debian uploaders listKevin Smith
2012-06-12Debian fixes.Remko Tronçon
2012-06-12Use dpkg-buildflags for Debian build flags.Remko Tronçon
2012-06-12And get the date right in the changelog tooKevin Smith
2012-06-12Updating debian changelogKevin Smith
2012-06-12Update Deb stuffKevin Smith
2012-06-12Rename 'swift' binary to 'swift-im' on Linux.Remko Tronçon
2012-06-12Create amalgamation of COPYING file.Remko Tronçon
2012-06-01Fix tab order in invite window.Kevin Smith
Resolves: #1128
2012-06-01Avoid whoosh down, whooosh up on Mac when opening chat windows.Kevin Smith
This changes so that the chat window will appear without focus if being shown without the user requesting it, but it will no longer appear minimised. Resolves: #1022
2012-05-31Allow subsequent invitesKevin Smith
2012-05-31Better MUC invitingKevin Smith
2012-05-31Very poor prototype of a MUC invite dialogKevin Smith
2012-05-31Render & in group names correctly in edit dialog.Kevin Smith
Resolves: #1117
2012-05-31Don't report encrypted connections once disconnected.Kevin Smith
Resolves: #1126
2012-05-17Fixing compilation on windows.Remko Tronçon
Resolves: #1123
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon