summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-04-25Clicking the OS X dock brings the app to the front.Remko Tronçon
Resolves: #501
2012-04-11Added support for determining SmartCard Reader associated with a certificate ↵Alexey Melnikov
(if any) This patch implements monitoring for SmartCard ejection. This is done by periodically (currently every second) polling smart card reader for the smart card status. If the smart card status becomes "absent" or "unknown" (an error to query the smartcard), the TLS session is aborted. This usually results in an attempt to reestablish TLS which will pop up "please insert the smart card" dialog. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-02-21Introduce 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.
2011-12-24Enable "Show notifications" toggle when Growl isn't installed.Remko Tronçon
2011-11-28Message 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-29Make the --eagle-mode banner per-login, not per-runKevin Smith
2011-09-25Google 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-07-09Disable debug console in Eagle mode.Kevin Smith
Resolves: #889
2011-05-22Only forget login details in eagle modeKevin Smith
2011-05-22Eagle mode.Kevin Smith
Disables password persistence.
2011-04-19Allow smaller roster heights.Kevin Smith
Resolves: #5222 Release-Notes: The minimum vertical roster size has been reduced.
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-11Allow 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-07Identify the marked jid and recognize del or backspaceThilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-02-04Cleaned up some unused code.Remko Tronçon
2010-12-19Make loginwindow hiding a little more consistent with other codeKevin Smith
2010-12-13Extend the certificate accept dialog & login after accept.Remko Tronçon
2010-12-13Initial cert confirmationKevin Smith
2010-12-12Don't hide the roster when clicking the system tray on OS X.Remko Tronçon
2010-10-30Disconnect client cleanly before quitting.Remko Tronçon
Resolves: #671, #420
2010-10-08Slightly re-arrange the menus.Kevin Smith
Resolves: #602 Resolves: #603
2010-10-05Create 'Enable notifications' menu on Linux.Kevin Smith
I've not actually tested this on Linux... Resolves: #594
2010-10-03Allow 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-04-15Normalise muc joining, allow it from bookmark list.Kevin Smith
Resolves: #320
2010-04-12Use General menu on OS X (don't duplicate Swift).Kevin Smith
Resolves: #307
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-06Add option to log in automatically.Kevin Smith
Resolves: #240
2010-04-05Persist Sound Toggleness.Kevin Smith
Resolves: #192
2010-04-04Allow sounds to be toggled.Kevin Smith
Doesn't persist option yet. Resolves: #192
2009-11-26Remember the last used account.Kevin Smith
This is the last account to be logged in with, not the last account to be logged out. If you want that, open a new ticket. Resolves: #241
2009-11-26Plumbing to show a dummy XMLConsoleWidget in the chat tabs.Kevin Smith
This should all work now, and the XMLConsoleController needs to talk to the QtXMLConsoleWidget through the XMLConsoleWidget interface. Resolves: #256
2009-10-15Save the geometry of the chat and roster windows.Kevin Smith
2009-09-12Multiple profiles in the login window mostly working.Kevin Smith
2009-09-12Allow storing of settings for multiple profiles.Kevin Smith
2009-09-05Don't use singleton for AboutWidget.Remko Tronçon
2009-09-01Fix show/hide behavior of SystemTray.Remko Tronçon
Show now brings the window to front and activates it. Clicking on the tray hides the application if it is visible.
2009-08-29Basic About dialogKevin Smith
2009-08-28Include Quit option in Swift menu.Kevin Smith
2009-08-28Don't duplicate menus on reconnect, make menubar global on Mac.Kevin Smith
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon