summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2010-12-21Revert to SnarlNotifier on Windows.Remko Tronçon
Use balloons as a fallback.
2010-12-21Make dock get the number of pending messages (instead of a generic message).Remko Tronçon
2010-12-20Refuse to run the uninstaller while Swift is still runningKevin Smith
Resolves: #686
2010-12-20Remove all files and folders when Swift is uninstalledKevin Smith
Resolves: #686
2010-12-19Make loginwindow hiding a little more consistent with other codeKevin Smith
2010-12-19Calling with --start-minimized will not show login/roster at launch.Kevin Smith
Release-Notes: Launching Swift with the --start-minimized command-line parameter will cause the initial login/roster window to not be displayed (it starts minimized to tray).
2010-12-18Disable the GUI while waiting for the steam to close.Kevin Smith
Resolves: #676
2010-12-17Collapsed all UI factories into UIFactory.Remko Tronçon
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-12-16Revert "Pretty up Add Contact dialog."Remko Tronçon
2010-12-15Make XML console more friendly for copy/paste.Remko Tronçon
Resolves: #680
2010-12-15Pretty up Add Contact dialog.Remko Tronçon
Resolves: #371
2010-12-15Ensure Swift name is displayed in Windows systray.Remko Tronçon
Resolves: #515
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications.
2010-12-13Fixed reconnect for bare JIDs.Remko Tronçon
2010-12-13Extend the certificate accept dialog & login after accept.Remko Tronçon
2010-12-13Initial cert confirmationKevin Smith
2010-12-13Tweaked 'Clear log' messagebox a bit.Remko Tronçon
2010-12-12Fixed default action of "Show as X" roster header menu.Remko Tronçon
2010-12-12Don't hide the roster when clicking the system tray on OS X.Remko Tronçon
2010-12-12Revert "Don't hide/show when clicking system tray on Mac."Remko Tronçon
This reverts commit 4644d6f1ae5136644b4c68bf70a8dcf6df63bece.
2010-12-12Don't hide/show when clicking system tray on Mac.Remko Tronçon
Resolves: #323
2010-12-12Added menu to switch between 'show nickname' and 'show JID' in roster header.Remko Tronçon
Resolves: #627 Release-Notes: The roster header can now be configured to show the JID instead of the nick.
2010-12-12Removing nickname change functionality from roster header.Remko Tronçon
2010-12-12Refactored own nickname handling.Remko Tronçon
2010-12-11Use bare JIDs as profile names.Remko Tronçon
2010-12-09Handle stream errors in client session.Remko Tronçon
2010-12-08Use UTF-8 encoding for COPYING file in About dialog.Remko Tronçon
2010-12-05Added plumbing for persistent certificate trust checking.Remko Tronçon
2010-12-05Ask for confirmation before clearing chat windows.Kevin Smith
Resolves: #702 Release-Notes: You'll now be asked for confirmation before clearing the chat window history.
2010-12-05Added SWIFT_LOG functionality.Remko Tronçon
2010-11-29Don't stop packaging when dpkg-builbpackage returns non-zero return value.Remko Tronçon
2010-11-28Change Chat Window titles when contacts are renamed.Kevin Smith
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed.
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
Resolves: #692
2010-11-28Rebind chat dialogs on just about anything.Kevin Smith
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided.
2010-11-25Split up source and binary debian generation.Remko Tronçon
2010-11-25Fixed debian sections, priorities & distributions.Remko Tronçon
2010-11-21Clearing the chat window won't break continuation elements.Kevin Smith
Resolves: #642 Resolves: #643 Release-Notes: Clearing the chat windows should now work correctly.
2010-11-21Changed Debian packager to "Swift Package Maintainer"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-11-20Include date for MUC context older than today.Kevin Smith
Resolves: #641 Release-Notes: MUC context for days other than today is now annotated.
2010-11-16Remember previous MUC service searches.Kevin Smith
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services.
2010-11-16Pass NetworkFactories as an explicit dependency into client.Remko Tronçon
2010-11-15Don't show unread events after signout.Kevin Smith
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages.
2010-11-15Sanitise the Roster widget on signout.Kevin Smith
This will hopefully avoid crashes in the RosterDelegate due to Qt believing that the RosterItems still exist and that it can read them. Unverified as I can't reproduce the crash on this machine, but hopefully Resolves: #678
2010-11-15Clean MUC joins slightly.Kevin Smith
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms.
2010-11-15Ask for confirmation before removing contacts.Kevin Smith
Resolves: #628 Release-Notes: You'll now be asked for confirmation before removing contacts.
2010-11-12Persist toggle show offline.Kevin Smith
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts.
2010-11-11Avoid scons error when OpenSSL is not found.Remko Tronçon
2010-11-11Avoided compilation warnings.Remko Tronçon