Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-01 | Don't allow labels to be lost or changed during correction. | Kevin Smith | |
Resolves: #871 | |||
2012-06-30 | debug cleanup | Kevin Smith | |
2012-06-30 | Slightly bigger coloured area | Kevin Smith | |
2012-06-30 | Trying some changes to label handling | Kevin Smith | |
2012-06-30 | Don't crash when going forward/backward through User Search and completing ↵ | Kevin Smith | |
with no selection. Resolves: #1062 | |||
2012-06-30 | Align radio buttons in user search things. | Kevin Smith | |
Resolves: #1138 | |||
2012-06-23 | Fix warning | Kevin Smith | |
2012-06-17 | Style security button. | Remko Tronçon | |
2012-06-17 | Added lock icon. | Remko Tronçon | |
2012-06-15 | Preliminary emoticon work. | Kevin Smith | |
Parsing and toggling support for emoticons. No emoticons are included so this won't do anything yet. | |||
2012-06-12 | Rename 'swift' binary to 'swift-im' on Linux. | Remko Tronçon | |
2012-06-12 | Create amalgamation of COPYING file. | Remko Tronçon | |
2012-06-01 | Fix tab order in invite window. | Kevin Smith | |
Resolves: #1128 | |||
2012-06-01 | Avoid whoosh down, whooosh up on Mac when opening chat windows. | Kevin Smith | |
This changes so that the chat window will appear without focus if being shown without the user requesting it, but it will no longer appear minimised. Resolves: #1022 | |||
2012-05-31 | Better MUC inviting | Kevin Smith | |
2012-05-31 | Very poor prototype of a MUC invite dialog | Kevin Smith | |
2012-05-31 | Render & in group names correctly in edit dialog. | Kevin Smith | |
Resolves: #1117 | |||
2012-05-17 | Fixing compilation on windows. | Remko Tronçon | |
Resolves: #1123 | |||
2012-05-12 | Show Certificate dialog from certificate error window. | Remko Tronçon | |
2012-05-11 | Showing stream encryption status in the roster header. Provide native ↵ | Tobias Markmann | |
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-05-11 | Fixed struct vs class warning. | Remko Tronçon | |
2012-05-11 | Don't allow form results to get interpreted as HTML | Kevin Smith | |
2012-04-29 | Do one update_translations lupdate call for every translation. | Remko Tronçon | |
This allows only updating one translation file. | |||
2012-04-29 | Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1 | Remko Tronçon | |
Resolves: #1114 | |||
2012-04-29 | Added ellipsis to menu items which needs further input to complete action | Pavol 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-29 | Conditionally include DBUS on Linux. | Remko Tronçon | |
2012-04-29 | Render notes in AdHoc commands. | Kevin Smith | |
Resolves: #1074 | |||
2012-04-28 | Add a show/hide menu to the system tray on Ubuntu. | Remko Tronçon | |
Resolves: #1112 | |||
2012-04-27 | Clean up AdHoc to a usable state | Kevin Smith | |
2012-04-27 | Don't allow editing of AdHoc result forms. | Kevin Smith | |
Resolves: #1090 | |||
2012-04-27 | Reset 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-27 | Mark 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-27 | Avoid crash on exit | Kevin Smith | |
2012-04-26 | Improve 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-26 | Size AdHoc dialogs by the first form received. | Kevin Smith | |
Resolves: #954 | |||
2012-04-26 | Slightly clearer "Add contact" text for MUC context menu. | Kevin Smith | |
Resolves: #1113 | |||
2012-04-26 | Change include order to work around slot redefinition conflicts | Kevin Smith | |
2012-04-25 | Don't bring roster to front by clicking tray icon on OS X. | Remko Tronçon | |
Resolves: #712 | |||
2012-04-25 | Clicking the OS X dock brings the app to the front. | Remko Tronçon | |
Resolves: #501 | |||
2012-04-25 | Inserting elements do generalMenu_ before quitAction | Mateusz Piekos | |
Resolves: #1081 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Embed version in WiX file. | Remko Tronçon | |
2012-04-24 | Add version variable to WiX vars. | Remko Tronçon | |
2012-04-24 | Fixed compilation problems on windows. | Remko Tronçon | |
2012-04-24 | File transfer strings made translatable | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | Debug messages print only if logging is enabled | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-24 | WiX updates. | Remko Tronçon | |
Show icon in Add/Remove programs dialog. Support upgrading. Render COPYING file correctly. Resolves: #1096, #1094, #1093 | |||
2012-04-24 | In 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-24 | Setting 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-24 | Use the right HTML for linebreaks | Kevin Smith | |
Resolves: #1102 | |||
2012-04-24 | Don't attempt room config when dismissing the action menu as a non-owner in ↵ | Kevin Smith | |
a MUC. Resolves: #1080 |