summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-01-12Don't crash with multiline status message and Qt-4.8.0Kevin Smith
It looks as if 4.8 crashes if you ask it to elide text that has newlines in it. This change changes the rendering to show all lines as one. This slightly changes roster rendering for people with multiline messages. Resolves: #1056
2012-01-05Add more cert file types for the login cert dialog filterKevin Smith
2011-12-24Enable "Show notifications" toggle when Growl isn't installed.Remko Tronçon
2011-12-24Remove redundant #pragma once.Remko Tronçon
2011-12-21Don't escape < for status widgetKevin Smith
2011-11-28Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵Tobias Markmann
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-11-26Initial support for WiX installer.Kevin Smith
dist=1 on Windows now generates .msi instead, as long as wix_bindir is set to the path of \bin\ for WiX. nsis is no longer used
2011-11-05Assume Windows packaging doesn't include opensslKevin Smith
2011-11-01Having a play with a compact roster modeKevin Smith
2011-10-30Flash the taskbar indefinitely on WindowsKevin Smith
2011-10-30Fix eagle mode asking to save password after signoutKevin Smith
2011-10-29Make the --eagle-mode banner per-login, not per-runKevin Smith
2011-10-26Prompt before destroying roomsKevin Smith
2011-10-26Don't crash when clicking a Windows popup without a registered action.Kevin Smith
Resolves: #1021
2011-10-24Don't register ourself as default URI handler.Remko Tronçon
We need to ask the user first.
2011-10-18Use "UseFlags" instead of "MergeFlags" to set the Swift build flags.Remko Tronçon
2011-10-12Silence warningKevin Smith
2011-10-11Fix DOM element finding for message correctionKevin Smith
2011-10-11Provide click-through ToS for --eagle-modeKevin Smith
2011-10-11Another label that needs forcing to plain textKevin Smith
2011-10-11Don't allow Qt to unescape status content in the pickerKevin Smith
2011-10-10Have the available MUC actions work on initial rightclick.Kevin Smith
2011-10-09Filter chat view actions again.Remko Tronçon
2011-10-07Allow affiliation editing in MUCs.Kevin Smith
Resolves: #986 Resolves: #988
2011-10-05Allow role changing in MUCs.Kevin Smith
Resolves: #987
2011-10-05Allow joining passworded MUCs.Kevin Smith
Resolves: #991
2011-10-04Allow both instant and reserved rooms.Kevin Smith
Resolves: #1006
2011-10-03Simple MUC invites.Kevin Smith
Resolves: #152
2011-10-01Added actions icon.Remko Tronçon
2011-10-01Fixed cppcheck warnings.Remko Tronçon
2011-09-30Avoid beautifying in console widget.Remko Tronçon
The beautifier is not representing the actual data sent, which is confusing.
2011-09-30Fixed some Windows issues with FT.Remko Tronçon
2011-09-28Destroy rooms.Kevin Smith
Resolves: #990
2011-09-28Select defaults correctly in form widget.Kevin Smith
Resolves: #1002
2011-09-27Allow room configuration.Kevin Smith
Resolves: #989
2011-09-27Add support for clearing chat recents.Kevin Smith
Resolves: #1001
2011-09-26And some more occurrences of uintmax_t.Remko Tronçon
2011-09-26Allow setting of room topicsKevin Smith
2011-09-25File transfer changes.Remko Tronçon
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵Tobias Markmann
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-09-23Add support for kicking people from MUCs.Kevin Smith
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689
2011-09-21Distinguish between Roster and MUC list widgetsKevin Smith
2011-08-28Disable the 'Decrease font size' menu item in chats when it's already minimal.Kevin Smith
Resolves: #968
2011-08-21Select correct cert when selecting different login JIDKevin Smith
Resolves: #963
2011-08-21Colour alert messages.Kevin Smith
Resolves: #964 Resolves: #966
2011-08-21Warn when sending corrections without support.Kevin Smith
2011-08-19Enter accepts the friend request, escape defers the decisionArnt Gulbrandsen
I know they're not called friend requests. But if I'm submitting a change that's biased towards accepting the request, I'm behaving like facebook. So it's a friend request and I'm a foobar. Shame on me. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-19Pressing enter accepts the changes made.Arnt Gulbrandsen
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-07-18Issue activate() on MUCs joined through Join dialog.Kevin Smith
Resolves: #936
2011-07-12Fixed Swift compilation.Remko Tronçon