summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2011-02-22Fixed rounded rectangles not drawing background properly.Remko Tronçon
2011-02-22Round corners of avatars in roster.Remko Tronçon
2011-02-22Added missing translation string.Remko Tronçon
2011-02-21Fixing Dutch translation.Remko Tronçon
2011-02-21Added Qt strings from DialogButtonBox.Remko Tronçon
2011-02-21Added "Remove" context menu.Remko Tronçon
Resolves: #768
2011-02-21Remove Edit entry from MUC roster context menu.Remko Tronçon
Resolves: #766
2011-02-21Another translation tweak.Remko Tronçon
2011-02-21Tweaked string.Remko Tronçon
2011-02-21Added missing translation strings.Remko Tronçon
2011-02-21Added missing Qt translation strings.Remko Tronçon
2011-02-20Make sure translations are found on case-sensitive filesystems.Remko Tronçon
2011-02-20Fixed SConscript.Remko Tronçon
2011-02-20Auto-generate NSIS translation script.Remko Tronçon
2011-02-20Adding translation to Windows installerKevin Smith
2011-02-20Localize swift desktop entry.Remko Tronçon
2011-02-20Added missing translation string for version.Remko Tronçon
2011-02-20More translation fixes.Remko Tronçon
2011-02-20More dutch translation fixes.Remko Tronçon
2011-02-20More translation fixes.Remko Tronçon
2011-02-20Fixed Dutch translation.Remko Tronçon
2011-02-20Removed translation files with bad casing.Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-17Build 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-15Fixed compilation.Remko Tronçon
2011-02-15Removed some uses of P2QSTRING and Q2PSTRING.Remko Tronçon
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-12Optimize linux builds.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 group changes at the same time as nick changes.Kevin Smith
Resolves: #696 Also hopefully Resolves: #764
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-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