summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-01Avoid redraw issues in the XML Console.Kevin Smith
I've not seen these, but they were reported as the same as the old chat rendering issues. Applied the same fix as for that. Resolves: #557
2010-10-01Expand search results when adding a new service to find MUC dialog.Kevin Smith
Resolves: #574
2010-10-01Change 'edit bookmark' dialog title to something sensible.Kevin Smith
Resolves: #579
2010-09-24Rename contacts in the QtUI.Kevin Smith
Resolves: #575
2010-09-17Scroll to bottom after amending messages as well.Kevin Smith
Resolves: #570
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Attempt to show icon in Snarl config dialog.Remko Tronçon
Doesn't work though. Need to find out why.
2010-09-15Display useful errors in chats when server doesn't include <text>.Kevin Smith
Resolves: #264
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-15Mark a subscription request as read if you defer it.Kevin Smith
Resolves: #505
2010-09-14Don't tick 'Remember Password' when editing a JID.Kevin Smith
Resolves: #499
2010-09-13Added presence notifier.Remko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-09-12Block MUC bookmarks until the server has responded.Kevin Smith
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340
2010-09-12Removed debug messageRemko Tronçon
2010-09-12Remove non-existing include.Remko Tronçon
2010-09-12Moved application message display around.Remko Tronçon
2010-09-11Added support for Entity Capabilities.Remko Tronçon
Resolves: #94
2010-09-05Added "Clear" context menu for chat log.Remko Tronçon
Resolves: #225
2010-09-03Try the throbber after the messageKevin Smith
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-29Put platform flags in PLATFORM_FLAGS variable.Remko Tronçon
This should avoid problems with --as-needed. Resolves: #547
2010-08-29Added stanza acking support to client.Remko Tronçon
2010-08-27Don't elide roster headings when the widget becomes large enough.Kevin Smith
Resolves: #544
2010-08-24Added VCardStorage.Remko Tronçon
2010-08-22Don't skip tabs for Ctrl-PgUp/Dn on reopened chats.swift-1.0beta6Kevin Smith
Resolves: #535
2010-08-22Don't incorrectly mark all messages read in most recently opened chat when a ↵Kevin Smith
different chat is selected
2010-08-21Revert "Store avatars per profile."Remko Tronçon
2010-08-21Store avatars per profile.Remko Tronçon
2010-08-21Revert "Added SoundPlayer::isAvailable."Remko Tronçon
2010-08-21Added SoundPlayer::isAvailable.Remko Tronçon
2010-08-20Don't bundle sounds.Remko Tronçon
2010-08-20Disable dropping of images & URL context menus in the chat view.Remko Tronçon
2010-08-20Sort bookmark list.Kevin Smith
Resolves: #454
2010-08-20Don't temporarily show a scrollbar in chat input after growing.Kevin Smith
Resolves; #527
2010-08-20Focus the chat input again when the chat log is clicked.Kevin Smith
Resolves: #532
2010-08-20Restart with previous (per-accoun) status.Kevin Smith
Resolves: #390
2010-08-20Cause fewer geometry updates while typing in chat windows.Kevin Smith
2010-08-20Don't crash when .app is 'open'ed on a Mac.Kevin Smith
Resolves: #534
2010-08-19Rolling back accidental commitKevin Smith
2010-08-19Compilation fix for UnicesKevin Smith
2010-08-19Fixed compilation on OS X.Remko Tronçon
2010-08-19Extract dir providing functionality from application class.Remko Tronçon
2010-07-28Fix for previous commit losing style for some MUC messages.Kevin Smith
Resolves: #516