Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-09 | Fixed compilation after applying previous patch. | Remko Tronçon | |
2012-09-09 | Find <input> elements correctly after accepting MUC invites. | Tobias Markmann | |
Resolves: #1129 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-07-01 | Don't allow labels to be lost or changed during correction. | Kevin Smith | |
Resolves: #871 | |||
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-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-24 | File transfer strings made translatable | Pavol Babincak | |
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-04-23 | Stop over-enlarging nested span elements in chat windows. | Kevin Smith | |
Resolves: #891 | |||
2012-04-12 | Refactoring incoming MUC invites UI. | Tobias Markmann | |
Making MUC invites non-modal by moving them into the chat view. Adding event classes for invites so they turn up in 'Notices'-tab and generate notifications. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-11-28 | Message 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-10-11 | Fix DOM element finding for message correction | Kevin Smith | |
2011-10-09 | Filter chat view actions again. | Remko Tronçon | |
2011-09-30 | Fixed some Windows issues with FT. | Remko Tronçon | |
2011-09-25 | File 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-25 | Google 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-08-28 | Disable the 'Decrease font size' menu item in chats when it's already minimal. | Kevin Smith | |
Resolves: #968 | |||
2011-05-14 | Removed debug info. | Remko Tronçon | |
2011-05-12 | Allow Chat Window Font resizing | Kevin Smith | |
Resolves: #812 Release-Notes: It is now possible to resize the font in the chat window conversations. | |||
2011-05-12 | Purge old code. | Kevin Smith | |
Resolves: #522 | |||
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-19 | Use a bar to show where the last read messages in a chat are | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-12 | Temporarily reverting the change to process GUI events on incoming message. | Remko Tronçon | |
2011-02-09 | Spin 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. | |||
2010-12-13 | Tweaked 'Clear log' messagebox a bit. | Remko Tronçon | |
2010-12-05 | Ask for confirmation before clearing chat windows. | Kevin Smith | |
Resolves: #702 Release-Notes: You'll now be asked for confirmation before clearing the chat window history. | |||
2010-11-21 | Clearing the chat window won't break continuation elements. | Kevin Smith | |
Resolves: #642 Resolves: #643 Release-Notes: Clearing the chat windows should now work correctly. | |||
2010-10-04 | Work around redraw bug in some versions of Qt | Kevin Smith | |
2010-10-04 | Fix chat logs scrolling to bottom. | Kevin Smith | |
(bug introduced since beta6) Resolves: #591 | |||
2010-10-03 | Make the webkit view loads synchronous. | Kevin Smith | |
Hopefully Resolves: #589 | |||
2010-10-03 | Asserts trying to find problem with crashing message replacement | Kevin Smith | |
2010-10-03 | Add an extra assert for replacing messages in ChatView. | Kevin Smith | |
2010-09-17 | Scroll to bottom after amending messages as well. | Kevin Smith | |
Resolves: #570 | |||
2010-09-12 | Removed debug message | Remko Tronçon | |
2010-09-05 | Added "Clear" context menu for chat log. | Remko Tronçon | |
Resolves: #225 | |||
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
2010-08-30 | Comment about scrolling being untrustworthy | Kevin Smith | |
2010-08-30 | Remove debug output | Kevin Smith | |
2010-08-30 | Start scrolling on new messages. | Kevin Smith | |
Resolves: #551 | |||
2010-08-30 | Assertion checks for adding messages etc. | Kevin Smith | |
2010-08-30 | Render the Chat view directly with DOM commands, not javascript. | Kevin Smith | |
Tested locally, but it's conceivable there will be regressions. | |||
2010-08-20 | Focus the chat input again when the chat log is clicked. | Kevin Smith | |
Resolves: #532 | |||
2010-08-19 | Rolling back accidental commit | Kevin Smith | |
2010-08-19 | Compilation fix for Unices | Kevin Smith | |
2010-04-11 | Proper handling of keypresses in the chat input that're meant for the chat log. | Kevin Smith | |
Resolves: #284 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2009-11-18 | Wait until WebKit is ready loading the initial template before appending ↵ | Remko Tronçon | |
messages. Fixes bug where first messages were missing from the view. | |||
2009-11-15 | Linkify URLs. | Remko Tronçon | |