summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-14Removed use of P2QSTRING in FreeDesktopNotifier.Remko Tronçon
2011-02-14Set default codec for strings.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-13Give all notices a default display.Kevin Smith
Resolves: #473
2011-02-13Use boost string algorithms.Remko Tronçon
2011-02-12Move ChatSnippet::escape() to header.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-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-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-09Properly display unicode in Windows notifier.Remko Tronçon
2011-02-08Disable menu item with notice if the user has no NicknameKevin Smith
Resolves: 717
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-07Reworking contact editing.Remko Tronçon
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers.
2011-02-04Cleaned up some unused code.Remko Tronçon
2011-02-04Make FreeDesktop notification async.Remko Tronçon
2011-01-31Escape XML tags in FreeDesktop notifications.Remko Tronçon
Resolves: #756
2011-01-30Clickable roster header for profile edits (incomplete)Kevin Smith
2011-01-30Tweaked font size.Remko Tronçon
2011-01-30Added profile edit dialog.Remko Tronçon
Resolves: #141, #587.
2011-01-29Aligning the 'new group' a bit more with the other checkboxes.Remko Tronçon
2011-01-29Include JID in contact regroup dialog.Remko Tronçon
Resolves: #607
2011-01-26Fixed undefined behavior & removed illegal chars in QtChatTabs.Remko Tronçon
2011-01-24Don't assign Alt-A as a tab accelerator.Kevin Smith
Resolves: #744
2011-01-24'Add User' -> 'Add Contact'Kevin Smith
Resolves: #736
2011-01-24Set the user search title based on the dialog type.Kevin Smith
Resolves: #736
2011-01-22Remove compilation warning.Remko Tronçon
2011-01-22Work around Qt crash bug when destroying the selection list in MUC search.Remko Tronçon
2011-01-22Link against debug version of Qt on windows.Remko Tronçon
2011-01-21Add a search button in MUC search dialog.Remko Tronçon
Resolves: #750
2011-01-21Disable 'ok' button when no MUC is selected in MUC search.Remko Tronçon
Resolves: #749
2011-01-21Fix compilation on Qt < 4.7.Remko Tronçon
2011-01-20Added MUC search title.Remko Tronçon
2011-01-20Use a dedicated Join MUC dialog.Remko Tronçon
2011-01-18Cleaned up some code.Remko Tronçon
2011-01-14Use correct text in User Search.Kevin Smith
Resolves: #736
2011-01-13Cleanup after previous patches.Kevin Smith
2011-01-13Add keyboard accelerators for tabs (alt-s to switch to the swift room, etc).Arnt Gulbrandsen
Handle window titles that happen to contain the '&' character correctly. Abbreviate the tab bars generated from some long JID localparts (e.g. #foo%irc.ma.us.example.org@irc.spectrum.example.net). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php My future patches are also BSD-licensed, unless I explicitly note a different license in that patch.
2011-01-13Start adding keyboard accelerators for swift commands.Arnt Gulbrandsen
This is not complete, just a start with some of the low-hanging fruit. Eventually it should be possible to use swift without a mouse. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2010-12-31Slightly sensible renderer for user search results.Kevin Smith
Resolves: #719
2010-12-31Disable user search wizard pages unless they're ready.Kevin Smith
Resolves: #731