summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2012-05-11Fixed struct vs class warning.Remko Tronçon
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-04-29Do one update_translations lupdate call for every translation.Remko Tronçon
This allows only updating one translation file.
2012-04-29Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1Remko Tronçon
Resolves: #1114
2012-04-29Added ellipsis to menu items which needs further input to complete actionPavol Babincak
This is recommended in HIGs for Gnome, OS X, Windows: - http://developer.gnome.org/hig-book/3.0/menus-design.html.en - https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/TextStyle/TextStyle.html#//apple_ref/doc/uid/TP30000365-TPXREF126 - http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Resolves: #1114 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-29Updated Slovak translationPavol Babincak
Improved according to recommendation for Slovak translations. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-29Conditionally include DBUS on Linux.Remko Tronçon
2012-04-29Render notes in AdHoc commands.Kevin Smith
Resolves: #1074
2012-04-28Add a show/hide menu to the system tray on Ubuntu.Remko Tronçon
Resolves: #1112
2012-04-28Only open chat windows when there's something to be displayed.Kevin Smith
Resolves: #1009
2012-04-28Send label catalogue queries to bare/full JID as appropriate.Kevin Smith
Resolves: #244
2012-04-27Clean up AdHoc to a usable stateKevin Smith
2012-04-27Don't allow editing of AdHoc result forms.Kevin Smith
Resolves: #1090
2012-04-27Reset state of collapsing presence when a chat window is cleared.Kevin Smith
To stop new presence being lost because it's trying to append to old (deleted) data. Resolves: #925
2012-04-27Don't spin the throbber forever when editing a contact for whom you don't ↵Kevin Smith
yet have the vcard. Resolves: #1111
2012-04-27Cleaning out old cruftKevin Smith
2012-04-27Mark corrected MUC messages as read on active chat.Tobias Markmann
Resolves: #943 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-27Avoid crash on exitKevin Smith
2012-04-26Improve parameter encoding of HTML buttons' JavaScript event code snippets.Tobias Markmann
Resolves: #1101 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Size AdHoc dialogs by the first form received.Kevin Smith
Resolves: #954
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934
2012-04-26Slightly clearer "Add contact" text for MUC context menu.Kevin Smith
Resolves: #1113
2012-04-26Change include order to work around slot redefinition conflictsKevin Smith
2012-04-26Don't include yesterday's MUC presence changes in today's first update.Kevin Smith
Resolves: #975
2012-04-26Avoid duplicate subscription requests.Kevin Smith
Resolves: #1040 Resolves: #876
2012-04-26Mark recent chats offline when Swift is offline.Kevin Smith
Resolves: #999
2012-04-26Force signouts after trust checking overides when the password is unavailable.Kevin Smith
Resolves: #1026
2012-04-26Reset MUC Search windows between uses.Kevin Smith
Resolves: #1103
2012-04-25Don't bring roster to front by clicking tray icon on OS X.Remko Tronçon
Resolves: #712
2012-04-25Clicking the OS X dock brings the app to the front.Remko Tronçon
Resolves: #501
2012-04-25Convert /me in notification bubbles.Remko Tronçon
Resolves: #757
2012-04-25Improvements to Debian packaging.Kevin Smith
Allows packaging of just source, and script for using pbuilder. Adding build-arch and build-indep targets to satisfy lintian Fix caps on Olly's surname in Debian packaging Add script to build with non-generated changelog
2012-04-25Inserting elements do generalMenu_ before quitActionMateusz Piekos
Resolves: #1081 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24Removing some unused comments.Remko Tronçon
2012-04-24Embed version in WiX file.Remko Tronçon
2012-04-24Add version variable to WiX vars.Remko Tronçon
2012-04-24Fixed compilation problems on windows.Remko Tronçon
2012-04-24File transfer strings made translatablePavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24Changed SWIFT_LOG("DEBUG") to SWIFT_LOG(debug).Remko Tronçon
2012-04-24Slovak translation updatePavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24Debug messages print only if logging is enabledPavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24WiX updates.Remko Tronçon
Show icon in Add/Remove programs dialog. Support upgrading. Render COPYING file correctly. Resolves: #1096, #1094, #1093
2012-04-24In contact name selection, only select text edit field, if it doesn't match ↵Tobias Markmann
any suggestion. Resolves: #1098 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-24Setting previous*-flags after handling invite messages.Tobias Markmann
Resolves: #1100 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-24Use the right HTML for linebreaksKevin Smith
Resolves: #1102
2012-04-24Don't attempt room config when dismissing the action menu as a non-owner in ↵Kevin Smith
a MUC. Resolves: #1080
2012-04-24Tweaks to improve Debian packagingKevin Smith
2012-04-23Fixed typo in translation Send filePavol Babincak
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-23Encode characters in COPYING RTF file correctly.Remko Tronçon