summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-15Make JID constructor with string implicit.Remko Tronçon
This avoids the need to explicitly contruct a JID where a string is used.
2011-02-15Fixed compilation.Remko Tronçon
2011-02-15Removed some uses of P2QSTRING and Q2PSTRING.Remko Tronçon
2011-02-15Fixed optimize compilation flags on Windows.Remko Tronçon
2011-02-14Removed use of P2QSTRING in FreeDesktopNotifier.Remko Tronçon
2011-02-14Fixed UnixApplicationPathProvider.Remko Tronçon
2011-02-14Fixed ExpatParser compilation.Remko Tronçon
2011-02-14Set default codec for strings.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-14String refactoring.Remko Tronçon
Removed String::getLength(). Rewrote String::removeAll().
2011-02-13Give all notices a default display.Kevin Smith
Resolves: #473
2011-02-13Removed some boilerplate classes.Remko Tronçon
2011-02-13Added boost factory.Remko Tronçon
2011-02-13Use boost string algorithms.Remko Tronçon
2011-02-12Cache stringprep results for JIDs.Remko Tronçon
2011-02-12Optimize linux builds.Remko Tronçon
2011-02-12Move ChatSnippet::escape() to header.Remko Tronçon
2011-02-12Share locale object between delay parsers.Remko Tronçon
2011-02-12Don't update the unread count if it hasn't changed.Remko Tronçon
2011-02-12Temporarily reverting the change to process GUI events on incoming message.Remko Tronçon
2011-02-12Don't prep JID in toBare().Remko Tronçon
2011-02-11Allow group changes at the same time as nick changes.Kevin Smith
Resolves: #696 Also hopefully Resolves: #764
2011-02-11Adding more roster unit testsKevin Smith
2011-02-11Fix for last commit so rejoins with new content do trigger unread messagesKevin Smith
2011-02-11Don'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-11Allow double-clicking in the user search results.Kevin Smith
Resolves: #748
2011-02-11Allow 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-11Rejoin 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-10Fixed linkification of URLs followed by newlines.Remko Tronçon
Resolves: #762
2011-02-09Spin 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-09Treat 'connection closed' as an error.Remko Tronçon
2011-02-09Properly display unicode in Windows notifier.Remko Tronçon
2011-02-08Added extra parameter support to coverage script.Remko Tronçon
2011-02-08Typo.Kevin Smith
2011-02-08Disable menu item with notice if the user has no NicknameKevin Smith
Resolves: 717
2011-02-08Initialize variable to avoid GCC 4.4 warning.Remko Tronçon
2011-02-07Tweaked code style of event filter in login window.Remko Tronçon
2011-02-07Identify the marked jid and recognize del or backspaceThilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-02-07Tweak user results page.Remko Tronçon
2011-02-07Split contact editing out into separate widget.Remko Tronçon
2011-02-07Split contact editing out into separate widget.Remko Tronçon
2011-02-07Removed AddContactDialog.Remko Tronçon
2011-02-07Now make the roster header *really* clickable.Remko Tronçon
2011-02-07Moved Swift-specific roster code out of Swiften.Remko Tronçon
2011-02-07Popup edit profile dialog on avatar click.Remko Tronçon
Resolves: #754
2011-02-07Fixed the unit tests.Remko Tronçon
2011-02-07Reworking contact editing.Remko Tronçon
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers.
2011-02-06Only assume we are logged in when we have bound our resource.Remko Tronçon
Resolves: #758
2011-02-05Fixed some bugs with MUC joining.Remko Tronçon
2011-02-05Don't crash when receiving null roster payload.Remko Tronçon