Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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-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-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-09-25 | File transfer changes. | Remko Tronçon | |
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings | |||
2011-09-25 | Google 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-08-21 | Select correct cert when selecting different login JID | Kevin Smith | |
Resolves: #963 | |||
2011-07-09 | Disable debug console in Eagle mode. | Kevin Smith | |
Resolves: #889 | |||
2011-05-22 | Only forget login details in eagle mode | Kevin Smith | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-04-19 | Allow smaller roster heights. | Kevin Smith | |
Resolves: #5222 Release-Notes: The minimum vertical roster size has been reduced. | |||
2011-03-13 | "Show Notifications" -> "Display Pop-up Notifications" | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Allow deletion of items from login list. | Kevin Smith | |
Resolves: #711 Release-Notes: Highlighting an item in the login account list and pressing detele will now prompt you to remove the cached credentials for that account. | |||
2011-02-07 | Tweaked code style of event filter in login window. | Remko Tronçon | |
2011-02-07 | Identify the marked jid and recognize del or backspace | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-02-04 | Cleaned up some unused code. | Remko Tronçon | |
2011-01-13 | Start adding keyboard accelerators for swift commands. | Arnt Gulbrandsen | |
This is not complete, just a start with some of the low-hanging fruit. Eventually it should be possible to use swift without a mouse. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2010-12-30 | Show certificate fingerprint in 'Trust certificate' dialog. | Remko Tronçon | |
2010-12-22 | Use a default balloons notifier on Windows. | Remko Tronçon | |
2010-12-19 | Make loginwindow hiding a little more consistent with other code | Kevin Smith | |
2010-12-13 | Extend the certificate accept dialog & login after accept. | Remko Tronçon | |
2010-12-13 | Initial cert confirmation | Kevin Smith | |
2010-12-12 | Don't hide the roster when clicking the system tray on OS X. | Remko Tronçon | |
2010-11-20 | Logo should stay in the centre when login window is resized. | Kevin Smith | |
Resolves: #675 Release-Notes: The Swift logo will now remain in the centre when the login window is resized. | |||
2010-10-31 | Include colons in labels. | Kevin Smith | |
Resolves: #605 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-08 | Tweak the look of the example JID. | Remko Tronçon | |
2010-10-08 | Add example JID to login dialog. | Kevin Smith | |
Resolves: #604 | |||
2010-10-08 | Slightly re-arrange the menus. | Kevin Smith | |
Resolves: #602 Resolves: #603 | |||
2010-10-08 | Also disable certificate selection during login. | Kevin Smith | |
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon | |
Resolves: #588 | |||
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith | |
I've not actually tested this on Linux... Resolves: #594 | |||
2010-10-03 | Allow cancelling logins. | Kevin Smith | |
Note that until 588 is fixed, this can cause crashes. Release-Notes: It's now possible to cancel a login in progress. Resolves: #100 | |||
2010-09-14 | Don't tick 'Remember Password' when editing a JID. | Kevin Smith | |
Resolves: #499 | |||
2010-06-19 | Give password field focus if pre-filling the jid field at login | Kevin Smith | |
Resolves: #464 | |||
2010-06-14 | Add tooltips to the login screen. | Kevin Smith | |
Resolves: #375 | |||
2010-06-12 | Allow quitting, debug console and about with Qt 4.6.3. | Kevin Smith | |
Resolves: #461 | |||
2010-06-04 | Allow roster show/hide in netbook mode. | Kevin Smith | |
Resolves: #450 | |||
2010-06-04 | Don't put icons on windows on OS X. | Remko Tronçon | |
2010-06-04 | Put icons on windows. | Remko Tronçon | |
2010-04-18 | Update menus with more sensible words. | Kevin Smith | |
Resolves: #318 |