Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-20 | Fixed Dutch translation. | Remko Tronçon | |
2011-02-20 | Removed translation files with bad casing. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-17 | Build system fixes. | Remko Tronçon | |
Add a SCons flag to allow warnings during compilation. Allow warnings during debian packaging. Add Avahi customization flags. | |||
2011-02-15 | Fixed compilation. | Remko Tronçon | |
2011-02-15 | Removed some uses of P2QSTRING and Q2PSTRING. | Remko Tronçon | |
2011-02-14 | Removed use of P2QSTRING in FreeDesktopNotifier. | Remko Tronçon | |
2011-02-14 | Set default codec for strings. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-13 | Give all notices a default display. | Kevin Smith | |
Resolves: #473 | |||
2011-02-13 | Use boost string algorithms. | Remko Tronçon | |
2011-02-12 | Optimize linux builds. | Remko Tronçon | |
2011-02-12 | Move ChatSnippet::escape() to header. | Remko Tronçon | |
2011-02-12 | Don't update the unread count if it hasn't changed. | Remko Tronçon | |
2011-02-12 | Temporarily reverting the change to process GUI events on incoming message. | Remko Tronçon | |
2011-02-11 | Allow group changes at the same time as nick changes. | Kevin Smith | |
Resolves: #696 Also hopefully Resolves: #764 | |||
2011-02-11 | Fix for last commit so rejoins with new content do trigger unread messages | Kevin Smith | |
2011-02-11 | Don't mark MUC Context as unread. | Kevin Smith | |
Resolves: #724 Release-Notes: Historical messages received when joining a room will no longer be marked as unread. | |||
2011-02-11 | Allow double-clicking in the user search results. | Kevin Smith | |
Resolves: #748 | |||
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-11 | Rejoin MUCs with the requested nick, not the one that was in previous use. | Kevin Smith | |
(e.g. don't try to rejoin as Kev_________ just because of some previous ghosts, try as Kev again). Resolves: #737 | |||
2011-02-09 | Spin the event loop when messages are added to the ChatView. | Remko Tronçon | |
This gives the GUI a chance to catch up during login, where many messages are being processed by webkit. | |||
2011-02-09 | Properly display unicode in Windows notifier. | Remko Tronçon | |
2011-02-08 | Disable menu item with notice if the user has no Nickname | Kevin Smith | |
Resolves: 717 | |||
2011-02-07 | Tweaked code style of event filter in login window. | Remko Tronçon | |
2011-02-07 | Identify the marked jid and recognize del or backspace | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-02-07 | Tweak user results page. | Remko Tronçon | |
2011-02-07 | Split contact editing out into separate widget. | Remko Tronçon | |
2011-02-07 | Split contact editing out into separate widget. | Remko Tronçon | |
2011-02-07 | Removed AddContactDialog. | Remko Tronçon | |
2011-02-07 | Now make the roster header *really* clickable. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Popup edit profile dialog on avatar click. | Remko Tronçon | |
Resolves: #754 | |||
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-04 | Cleaned up some unused code. | Remko Tronçon | |
2011-02-04 | Make FreeDesktop notification async. | Remko Tronçon | |
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-31 | Escape XML tags in FreeDesktop notifications. | Remko Tronçon | |
Resolves: #756 | |||
2011-01-30 | Clickable roster header for profile edits (incomplete) | Kevin Smith | |
2011-01-30 | Tweaked font size. | Remko Tronçon | |
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-29 | Aligning the 'new group' a bit more with the other checkboxes. | Remko Tronçon | |
2011-01-29 | Include JID in contact regroup dialog. | Remko Tronçon | |
Resolves: #607 | |||
2011-01-27 | Fixed CLang warnings. | Remko Tronçon | |
2011-01-26 | Fixed undefined behavior & removed illegal chars in QtChatTabs. | Remko Tronçon | |
2011-01-24 | Added test suite registration checker. | Remko Tronçon | |
2011-01-24 | Don't assign Alt-A as a tab accelerator. | Kevin Smith | |
Resolves: #744 |