summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-04-23Stop over-enlarging nested span elements in chat windows.Kevin Smith
Resolves: #891
2012-04-23Don't lose indentation in chat rendering.Kevin Smith
Resolves: #1092
2011-06-13Added CppCheck script.Remko Tronçon
Tweaked the sources to satisfy cppcheck.
2011-04-30Correct message feature using XEP-CorrectVlad 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-02-12Move ChatSnippet::escape() to header.Remko Tronçon
2010-11-21Clearing 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-11-20Include date for MUC context older than today.Kevin Smith
Resolves: #641 Release-Notes: MUC context for days other than today is now annotated.
2010-08-30Assertion checks for adding messages etc.Kevin Smith
2010-08-30Render the Chat view directly with DOM commands, not javascript.Kevin Smith
Tested locally, but it's conceivable there will be regressions.
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon