summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-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-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-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-01Disable bookmarks when offline.Kevin Smith
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline.
2010-10-31Include colons in labels.Kevin Smith
Resolves: #605
2010-10-31Tweak the group triangles a bit.Remko Tronçon
2010-10-31Fix triangle drawing.Remko Tronçon
Resolves: #634
2010-10-31Don't clip group header text.Remko Tronçon
Resolves: #659
2010-10-30Disconnect client cleanly before quitting.Remko Tronçon
Resolves: #671, #420
2010-10-29Use canonical-append hint for FreeDesktop notifications.Remko Tronçon
This merges notifications on Ubuntu.
2010-10-27Remove MainEventLoop singleton.Remko Tronçon
The event loop now needs to be explicitly passed to clients using it.
2010-10-26Create a 'connecting' icon.Remko Tronçon
2010-10-24Scroll MUC roster pixel-by-pixel.Remko Tronçon
2010-10-24Animated systray that worksKevin Smith
2010-10-24Created Storages interface.Remko Tronçon
2010-10-24Missing line from last commitKevin Smith
2010-10-24Blind attempt at animated system trayKevin Smith
2010-10-24Provide feedback in the status header when attempting to connect.Kevin Smith
Resolves: #657 Release-Notes: The status setter now shows when you're connecting.
2010-10-24Don't show 'copy link' in chat context menu if there is no link.Remko Tronçon
Resolves: #554 Release-Notes: We no longer show 'copy link' in the context menu in the chat dialog if no link is selected.
2010-10-24Use smooth image interpolation in the chat dialog.Remko Tronçon
Resolves: #617 Release-Notes: The quality of the avatars has improved.
2010-10-24Scale avatars in freedesktop notifications.Remko Tronçon
Resolves: #616 Release-Notes: Pictures in the message popups on Linux are now scaled down.
2010-10-24Avoid QtDBus compilation warning.Remko Tronçon
2010-10-23Improved Mac packaging.Remko Tronçon
2010-10-23Fixed compilation errors due to previous commit.Remko Tronçon
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-22Minor fixes to MUCs.Kevin Smith
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it.
2010-10-10Fix a crash when signing out.Remko Tronçon
Release-Notes: Don't crash when signing out.
2010-10-10Added missing QtDBus module to SConscript.Remko Tronçon
2010-10-09Move Settings to Swift/Controllers.Remko Tronçon
2010-10-09Moved Application from Swiften into SwifTools.Remko Tronçon
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-08Raise windows when activating them.Kevin Smith
Hopefully Resolves: #573
2010-10-08Don't show multiple Notices selected when new ones are added.Kevin Smith
Resolves: #361
2010-10-08Rename groups.Kevin Smith
Resolves: #577 Release-Notes: Roster groups can now be renamed.
2010-10-08Also disable certificate selection during login.Kevin Smith
2010-10-08Set the group window size appropriately.Kevin Smith
Resolves: #593
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
Resolves: #588
2010-10-05Linkify updated messages as well as the originals.Kevin Smith
Resolves: #584
2010-10-05Create 'Enable notifications' menu on Linux.Kevin Smith
I've not actually tested this on Linux... Resolves: #594