summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-13"Show Notifications" -> "Display Pop-up Notifications"Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
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-07Tweaked code style of event filter in login window.Remko Tronçon
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
2011-01-13Start 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-30Show certificate fingerprint in 'Trust certificate' dialog.Remko Tronçon
2010-12-22Use a default balloons notifier on Windows.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-11-20Logo 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-31Include colons in labels.Kevin Smith
Resolves: #605
2010-10-30Disconnect client cleanly before quitting.Remko Tronçon
Resolves: #671, #420
2010-10-08Tweak the look of the example JID.Remko Tronçon
2010-10-08Add example JID to login dialog.Kevin Smith
Resolves: #604
2010-10-08Slightly re-arrange the menus.Kevin Smith
Resolves: #602 Resolves: #603
2010-10-08Also disable certificate selection during login.Kevin Smith
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
Resolves: #588
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-09-14Don't tick 'Remember Password' when editing a JID.Kevin Smith
Resolves: #499
2010-06-19Give password field focus if pre-filling the jid field at loginKevin Smith
Resolves: #464
2010-06-14Add tooltips to the login screen.Kevin Smith
Resolves: #375
2010-06-12Allow quitting, debug console and about with Qt 4.6.3.Kevin Smith
Resolves: #461
2010-06-04Allow roster show/hide in netbook mode.Kevin Smith
Resolves: #450
2010-06-04Don't put icons on windows on OS X.Remko Tronçon
2010-06-04Put icons on windows.Remko Tronçon
2010-04-18Update menus with more sensible words.Kevin Smith
Resolves: #318
2010-04-15Tweak login window spacing.Remko Tronçon
2010-04-15Set a special X11 window resource name on the main dialog.Remko Tronçon
This allows users to tweak windowmanagers like FVWM based on the type of dialog of Swift.
2010-04-12Align the login window in the middle.Kevin Smith
Resolves: #252
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-12-21Fix mac window strangnesses.Kevin Smith
Resolves: #268
2009-11-28On second thought, maybe we shouldn't quit.Remko Tronçon
2009-11-28Quit when the last window is closed.Remko Tronçon
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-11-21Removing compiler warnings.Kevin Smith
Swiften and Swift now build with no compiler warnings for me on Snow Leopard.
2009-11-19Label the input fields in the login windowKevin Smith
2009-10-15Save the geometry of the chat and roster windows.Kevin Smith
2009-10-04Handle errors during initial login correctly.Kevin Smith