Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-26 | Prompt user with JID before deleting. | Kevin Smith | |
Resolves: #729 | |||
2010-12-26 | Tweaked user search UI a bit. | Remko Tronçon | |
2010-12-26 | Small UI tweaks to actions menu and UI search. | Remko Tronçon | |
2010-12-23 | Turn the 'Find other users' into seperate add/chat menu items with a wizard. | Kevin Smith | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-22 | Fixed compilation on non-Windows platforms. | Remko Tronçon | |
2010-12-22 | Use a default balloons notifier on Windows. | Remko Tronçon | |
2010-12-21 | Revert to SnarlNotifier on Windows. | Remko Tronçon | |
Use balloons as a fallback. | |||
2010-12-19 | Make loginwindow hiding a little more consistent with other code | Kevin Smith | |
2010-12-19 | Calling 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-17 | Collapsed all UI factories into UIFactory. | Remko Tronçon | |
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-12-16 | Revert "Pretty up Add Contact dialog." | Remko Tronçon | |
2010-12-15 | Make XML console more friendly for copy/paste. | Remko Tronçon | |
Resolves: #680 | |||
2010-12-15 | Pretty up Add Contact dialog. | Remko Tronçon | |
Resolves: #371 | |||
2010-12-15 | Ensure Swift name is displayed in Windows systray. | Remko Tronçon | |
Resolves: #515 | |||
2010-12-14 | Added 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-13 | Extend the certificate accept dialog & login after accept. | Remko Tronçon | |
2010-12-13 | Initial cert confirmation | Kevin Smith | |
2010-12-13 | Tweaked 'Clear log' messagebox a bit. | Remko Tronçon | |
2010-12-12 | Fixed default action of "Show as X" roster header menu. | Remko Tronçon | |
2010-12-12 | Don't hide the roster when clicking the system tray on OS X. | Remko Tronçon | |
2010-12-12 | Revert "Don't hide/show when clicking system tray on Mac." | Remko Tronçon | |
This reverts commit 4644d6f1ae5136644b4c68bf70a8dcf6df63bece. | |||
2010-12-12 | Don't hide/show when clicking system tray on Mac. | Remko Tronçon | |
Resolves: #323 | |||
2010-12-12 | Added 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-12 | Removing nickname change functionality from roster header. | Remko Tronçon | |
2010-12-12 | Refactored own nickname handling. | Remko Tronçon | |
2010-12-08 | Use UTF-8 encoding for COPYING file in About dialog. | Remko Tronçon | |
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-12-05 | Ask 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-05 | Added SWIFT_LOG functionality. | Remko Tronçon | |
2010-11-21 | Clearing 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-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-11-20 | Include 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-16 | Remember previous MUC service searches. | Kevin Smith | |
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services. | |||
2010-11-15 | Sanitise 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-15 | Clean 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-15 | Ask for confirmation before removing contacts. | Kevin Smith | |
Resolves: #628 Release-Notes: You'll now be asked for confirmation before removing contacts. | |||
2010-11-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-10-31 | Include colons in labels. | Kevin Smith | |
Resolves: #605 | |||
2010-10-31 | Tweak the group triangles a bit. | Remko Tronçon | |
2010-10-31 | Fix triangle drawing. | Remko Tronçon | |
Resolves: #634 | |||
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-26 | Create a 'connecting' icon. | Remko Tronçon | |
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |