Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-27 | Fixed destruction order in MainController which was causing a crash. | Remko Tronçon | |
2010-12-27 | Elide group header when necessary. | Remko Tronçon | |
Resolves: #677 | |||
2010-12-26 | Remove incorrect delete in UserSearchController. | Remko Tronçon | |
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-23 | Add a timer so 20 seconds after requesting a quit, it'll quit regardless of ↵ | Kevin Smith | |
receiving a stream close | |||
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-21 | Make dock get the number of pending messages (instead of a generic message). | Remko Tronçon | |
2010-12-20 | Refuse to run the uninstaller while Swift is still running | Kevin Smith | |
Resolves: #686 | |||
2010-12-20 | Remove all files and folders when Swift is uninstalled | Kevin Smith | |
Resolves: #686 | |||
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-18 | Disable the GUI while waiting for the steam to close. | Kevin Smith | |
Resolves: #676 | |||
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 | Fixed reconnect for bare JIDs. | Remko Tronçon | |
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-11 | Use bare JIDs as profile names. | Remko Tronçon | |
2010-12-09 | Handle stream errors in client session. | 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-29 | Don't stop packaging when dpkg-builbpackage returns non-zero return value. | Remko Tronçon | |
2010-11-28 | Change 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-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-28 | Rebind 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-25 | Split up source and binary debian generation. | Remko Tronçon | |
2010-11-25 | Fixed debian sections, priorities & distributions. | 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. |