Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | Store avatar paths in the recent objects. | Kevin Smith | |
Resolves: #906 | |||
2011-07-09 | Remember status type for chat list items. | Kevin Smith | |
Resolves: #905 | |||
2011-07-08 | Removing setJID again. | Remko Tronçon | |
2011-07-08 | Added setJID on ChatWindow. | Remko Tronçon | |
Not wired in yet. | |||
2011-07-07 | Add setUnreadCount to ChatListView | Kevin Smith | |
Resolves: #904 | |||
2011-07-04 | Moving some ChatList logic to Controllers. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-22 | Removed obsolete signal. | Remko Tronçon | |
2011-05-12 | Remove duplicate entries from the recent chat list. | Kevin Smith | |
Resolves: #860 | |||
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-27 | Start on recent chats list | Kevin Smith | |
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Allow deletion of items from login list. | Kevin Smith | |
Resolves: #711 Release-Notes: Highlighting an item in the login account list and pressing detele will now prompt you to remove the cached credentials for that account. | |||
2011-02-07 | Split contact editing out into separate widget. | 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-01-30 | Clickable roster header for profile edits (incomplete) | Kevin Smith | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-20 | Use a dedicated Join MUC dialog. | 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-17 | Collapsed all UI factories into UIFactory. | Remko Tronçon | |
2010-12-17 | Fixed IPv6 network test. | 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-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-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-24 | Provide 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-22 | Fixed memory leaks and segfault on signout. | Remko Tronçon | |
2010-10-03 | Only jump the Mac dock when a Notice is generated. | Kevin Smith | |
Release-Notes: The Mac Dock icon has stopped jumping when it shouldn't. Resolves: #444 Resolves: #453 | |||
2010-09-24 | Add logic and tests for modifying roster items. No UI Yet. | Kevin Smith | |
(Partially) Resolves: #575 (Partially) Resolves: #272 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-12 | Block MUC bookmarks until the server has responded. | Kevin Smith | |
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340 | |||
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
2010-07-25 | Preparation for merging presences in the chat log. | Kevin Smith | |
2010-06-09 | Fixed compilation warnings. | Remko Tronçon | |
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-05 | Tab completion in MUCs. | Kevin Smith | |
Resolves: #440 | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. |