Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-09 | Gracefully degrade when hunspell is not present | Vlad Voicu | |
2012-03-09 | Fixed some bugs with language selection | Vlad Voicu | |
2012-03-09 | Moved the settings from main window to chat window, also added lots of small ↵ | Vlad Voicu | |
improvments | |||
2012-03-09 | Added HAVE_HUNSPELL to flags when building | Vlad Voicu | |
2012-03-09 | Improved settings for Spell Checker | Vlad Voicu | |
2012-03-09 | Imporoved Spell Checker Settings | Vlad Voicu | |
2012-03-09 | Added minimal SpellChecker Ui Options | Vlad Voicu | |
2012-03-09 | Added spirit to bundled boost | Vlad Voicu | |
2012-03-09 | Context Menu improvements | Vlad Voicu | |
2012-03-09 | Changed name from vector to List for PositionPairList | Vlad Voicu | |
2012-03-09 | Big spell checker chunk | Vlad Voicu | |
2012-03-09 | Fixed Licence Headers | Vlad Voicu | |
2012-03-09 | Added Hunspell version | Vlad Voicu | |
2012-03-09 | Added Factory for creeating SpellCheckers | Vlad Voicu | |
2012-03-09 | Modified the Spellchecker to use hunspell instead of aspell | Vlad Voicu | |
2012-03-09 | Initial, buggy version of a minimal spell-checker | Vlad Voicu | |
2012-03-08 | Fixed several bugs in CAPI/Schannel code on Windows | Alexey Melnikov | |
This patch includes the following fixes: 1) Correctly hex encode SHA1 hashes when generating certstore: URIs 2) Use the newly parsed certificate store reference, not the old value 3) Need to call findCertificateInStore() when finding the selected TLS certificate in Schannel code. Without that "sha1:XXXX" URIs don't work Also minor optimization of string operations. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-03-07 | Disable Growl temporarily | Kevin Smith | |
2012-03-06 | Load 'show offline' for new sessions | Kevin Smith | |
2012-03-06 | Fix missing include | Kevin Smith | |
Resolves: #903 | |||
2012-03-06 | don't crash if an AdHoc is deleted while inflight | Kevin Smith | |
2012-03-05 | Get server disco from server, not bare JID. | Kevin Smith | |
Resolves: #859 | |||
2012-03-05 | Check validity of MUC names in join dialog | Kevin Smith | |
Resolves: #868 | |||
2012-03-05 | Fix segfaults and deadcode | Kevin Smith | |
2012-03-05 | Close adhoc window after cancelling. | Kevin Smith | |
Resolves: #955 | |||
2012-03-05 | Save password when bookmarking rooms. | Kevin Smith | |
Resolves: #1066 | |||
2012-03-05 | Send both items and adhoc queries to the server JID. | Kevin Smith | |
Resolves: #1073 | |||
2012-03-05 | Get receipt status right in the menu at launch | Kevin Smith | |
2012-03-04 | Pass along errors about DNS resolution. | Kevin Smith | |
2012-03-03 | Unit tests for SettingsProviderHierachy | Kevin Smith | |
Also fixing up errors they found and an uninitialised read left-over from the original patch. | |||
2012-03-01 | Added extra safety for loading translations. | Remko Tronçon | |
2012-02-29 | Add default translation file for english. | Remko Tronçon | |
2012-02-29 | Update year in COPYING | Kevin Smith | |
2012-02-29 | Temporary workaround for translations being used instead of English | Kevin Smith | |
2012-02-29 | Fixup | Kevin Smith | |
2012-02-29 | Don't crash when trying to join MUCs offline | Kevin Smith | |
Resolves: #940 | |||
2012-02-29 | Fixed compilation. | Remko Tronçon | |
2012-02-28 | Add workaround for Qt MOC bug. | Remko Tronçon | |
Details about the workaround & bug can be found here: https://bugreports.qt-project.org/browse/QTBUG-22829 Resolves: #1067 | |||
2012-02-28 | Use built-in Qt 4.8 language selection mechanism. | Remko Tronçon | |
2012-02-28 | Remove compiler warning. | 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-28 | Also compile on non-Windows | Kevin Smith | |
2012-02-28 | Make Swift more usable in a FIPS-140 environment | Kevin Smith | |
Don't allow DIGEST-MD5 when Windows is set to FIPS mode. Use platform-provided hashing for SHA1. | |||
2012-02-23 | Compile when non-SChannel | Kevin Smith | |
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-22 | Compile on Windows | Kevin Smith | |
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 | |