summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-12Temporarily reverting the change to process GUI events on incoming message.Remko Tronçon
2011-02-09Spin 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-13Tweaked 'Clear log' messagebox a bit.Remko Tronçon
2010-12-05Ask 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-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-10-04Work around redraw bug in some versions of QtKevin Smith
2010-10-04Fix chat logs scrolling to bottom.Kevin Smith
(bug introduced since beta6) Resolves: #591
2010-10-03Make the webkit view loads synchronous.Kevin Smith
Hopefully Resolves: #589
2010-10-03Asserts trying to find problem with crashing message replacementKevin Smith
2010-10-03Add an extra assert for replacing messages in ChatView.Kevin Smith
2010-09-17Scroll to bottom after amending messages as well.Kevin Smith
Resolves: #570
2010-09-12Removed debug messageRemko Tronçon
2010-09-05Added "Clear" context menu for chat log.Remko Tronçon
Resolves: #225
2010-09-03XEP-0198 Ack support in the UIKevin Smith
Resolves: #7
2010-09-03Squash 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-30Comment about scrolling being untrustworthyKevin Smith
2010-08-30Remove debug outputKevin Smith
2010-08-30Start scrolling on new messages.Kevin Smith
Resolves: #551
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-08-20Focus the chat input again when the chat log is clicked.Kevin Smith
Resolves: #532
2010-08-19Rolling back accidental commitKevin Smith
2010-08-19Compilation fix for UnicesKevin Smith
2010-04-11Proper handling of keypresses in the chat input that're meant for the chat log.Kevin Smith
Resolves: #284
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-11-18Wait 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-15Linkify URLs.Remko Tronçon
2009-09-19Sink the chatview on X11, so it seems better integrated.Kevin Smith
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon