Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-07 | Split contact editing out into separate widget. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Fixed the unit tests. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-30 | Clickable roster header for profile edits (incomplete) | Kevin Smith | |
2011-01-30 | Fixed corner case of profile controller. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-27 | Fixed CLang warnings. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2011-01-19 | Only highlight in MUCs on complete-word nicknames. | Kevin Smith | |
Resolves: #738 | |||
2011-01-14 | Don't crash when reconnecting with open Chats. | Kevin Smith | |
Resolves: #740 | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2011-01-01 | Use the PresenceOracle for getting chat window presence lines. | Kevin Smith | |
Now instead of having its own logic for listening to presence updates, it checks if it's the same full JID, if the controller is bound, else it looks for changes in the highest priority resource. Combined with the previous commit, hopefully: Resolves: #718 | |||
2010-12-31 | Stupid | Kevin Smith | |
2010-12-31 | Fix presence folding when receiving non-readable messages. | Kevin Smith | |
Resolves: #640 | |||
2010-12-31 | Fix the MUC PM routing again. | Kevin Smith | |
Resolves: #725 | |||
2010-12-27 | Removing 'force quit' timer. | Remko Tronçon | |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-27 | Don't delete client in a callback. | Remko Tronçon | |
2010-12-27 | Fixed destruction order in MainController which was causing a crash. | Remko Tronçon | |
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-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-21 | Make dock get the number of pending messages (instead of a generic message). | Remko Tronçon | |
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-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-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-05 | Added plumbing for persistent certificate trust checking. | 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-16 | Remember previous MUC service searches. | Kevin Smith | |
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services. | |||
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-15 | Don'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-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-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. |