Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | Use built-in Qt 4.8 language selection mechanism. | Remko Tronçon | |
2012-02-28 | Changed certstore: URIs to use SHA1 hashes of certificates | Alexey Melnikov | |
Value of the certificate's subject DN leftmost RDN is not necessarily unique. This change switches to using SHA1 hash of DER certificates, which should guaranty uniqueness. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-02-22 | Fix up for previous CAPI patch | Kevin Smith | |
Now connects successfully with or without TLS(with cert) | |||
2012-02-22 | Initial implementation of using CAPI certificates with Schannel. | Alexey Melnikov | |
Introduced a new parent class for all certificates with keys (class CertificateWithKey is the new parent for PKCS12Certificate.) Switched to using "CertificateWithKey *" instead of "const CertificateWithKey&" Added calling of a Windows dialog for certificate selection when Schannel TLS implementation is used. This compiles, but is not tested. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-02-21 | Read in 'play sounds' toggle at launch | Kevin Smith | |
2012-02-21 | Read in the notifications toggle at launch | Kevin Smith | |
2012-02-21 | And again again | Kevin Smith | |
2012-02-21 | And again | Kevin Smith | |
2012-02-21 | Introduce system settings policies. | Kevin Smith | |
Release-Notes: It is now possible for sysadmins to deploy files with policies for configuration options, such as making it impossible for users to save passwords or to force sound notifications off, or to set defaults. Also allow changing an option so that Swift disconnects on idle timeout, instead of going away. | |||
2012-02-14 | Fix rendering of mediated invites | Kevin Smith | |
2012-02-06 | Display mediated invites | Kevin Smith | |
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-01-12 | Don't crash with multiline status message and Qt-4.8.0 | Kevin Smith | |
It looks as if 4.8 crashes if you ask it to elide text that has newlines in it. This change changes the rendering to show all lines as one. This slightly changes roster rendering for people with multiline messages. Resolves: #1056 | |||
2012-01-05 | Add more cert file types for the login cert dialog filter | Kevin Smith | |
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-12-24 | Remove redundant #pragma once. | Remko Tronçon | |
2011-12-21 | Don't escape < for status widget | Kevin Smith | |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-26 | Initial support for WiX installer. | Kevin Smith | |
dist=1 on Windows now generates .msi instead, as long as wix_bindir is set to the path of \bin\ for WiX. nsis is no longer used | |||
2011-11-05 | Assume Windows packaging doesn't include openssl | Kevin Smith | |
2011-11-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-10-30 | Flash the taskbar indefinitely on Windows | Kevin Smith | |
2011-10-30 | Fix eagle mode asking to save password after signout | Kevin Smith | |
2011-10-29 | Make the --eagle-mode banner per-login, not per-run | Kevin Smith | |
2011-10-26 | Prompt before destroying rooms | Kevin Smith | |
2011-10-26 | Don't crash when clicking a Windows popup without a registered action. | Kevin Smith | |
Resolves: #1021 | |||
2011-10-24 | Don't register ourself as default URI handler. | Remko Tronçon | |
We need to ask the user first. | |||
2011-10-18 | Use "UseFlags" instead of "MergeFlags" to set the Swift build flags. | Remko Tronçon | |
2011-10-12 | Silence warning | Kevin Smith | |
2011-10-11 | Fix DOM element finding for message correction | Kevin Smith | |
2011-10-11 | Provide click-through ToS for --eagle-mode | Kevin Smith | |
2011-10-11 | Another label that needs forcing to plain text | Kevin Smith | |
2011-10-11 | Don't allow Qt to unescape status content in the picker | Kevin Smith | |
2011-10-10 | Have the available MUC actions work on initial rightclick. | Kevin Smith | |
2011-10-09 | Filter chat view actions again. | Remko Tronçon | |
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-10-05 | Allow role changing in MUCs. | Kevin Smith | |
Resolves: #987 | |||
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-04 | Allow both instant and reserved rooms. | Kevin Smith | |
Resolves: #1006 | |||
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Added actions icon. | Remko Tronçon | |
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-09-30 | Avoid beautifying in console widget. | Remko Tronçon | |
The beautifier is not representing the actual data sent, which is confusing. | |||
2011-09-30 | Fixed some Windows issues with FT. | Remko Tronçon | |
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-28 | Select defaults correctly in form widget. | Kevin Smith | |
Resolves: #1002 | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-27 | Add support for clearing chat recents. | Kevin Smith | |
Resolves: #1001 | |||
2011-09-26 | And some more occurrences of uintmax_t. | Remko Tronçon | |
2011-09-26 | Allow setting of room topics | Kevin Smith | |