Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Re-apply the contact's presence after roster changes. | Kevin Smith | |
Resolves: #578 | |||
2010-10-04 | Assign contacts to groups. | Kevin Smith | |
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups. | |||
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 | Don't get confused when people change roles in a MUC. | Kevin Smith | |
Resolves: #529 Release-Notes: Being in a MUC with someone who has their role changed will no longer cause them to appear several times in the occupant list. | |||
2010-10-03 | Only jump the Mac dock when a Notice is generated. | Kevin Smith | |
Release-Notes: The Mac Dock icon has stopped jumping when it shouldn't. Resolves: #444 Resolves: #453 | |||
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-10-03 | Allow cancelling logins. | Kevin Smith | |
Note that until 588 is fixed, this can cause crashes. Release-Notes: It's now possible to cancel a login in progress. Resolves: #100 | |||
2010-10-02 | Linkify status messages in chat dialog. | Kevin Smith | |
Release-Notes: System and Presence messages in chat windows are now linkified (as well as chat messages, which were previously). Resolves: #584 | |||
2010-10-01 | Avoid 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-01 | Expand search results when adding a new service to find MUC dialog. | Kevin Smith | |
Resolves: #574 | |||
2010-10-01 | Change 'edit bookmark' dialog title to something sensible. | Kevin Smith | |
Resolves: #579 | |||
2010-09-24 | Rename contacts in the QtUI. | Kevin Smith | |
Resolves: #575 | |||
2010-09-17 | Scroll to bottom after amending messages as well. | Kevin Smith | |
Resolves: #570 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Attempt to show icon in Snarl config dialog. | Remko Tronçon | |
Doesn't work though. Need to find out why. | |||
2010-09-15 | Display useful errors in chats when server doesn't include <text>. | Kevin Smith | |
Resolves: #264 | |||
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-15 | Mark a subscription request as read if you defer it. | Kevin Smith | |
Resolves: #505 | |||
2010-09-14 | Don't tick 'Remember Password' when editing a JID. | Kevin Smith | |
Resolves: #499 | |||
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |
2010-09-12 | Block 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-12 | Removed debug message | Remko Tronçon | |
2010-09-12 | Remove non-existing include. | Remko Tronçon | |
2010-09-12 | Moved application message display around. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-05 | Added "Clear" context menu for chat log. | Remko Tronçon | |
Resolves: #225 | |||
2010-09-03 | Try the throbber after the message | Kevin Smith | |
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-29 | Put platform flags in PLATFORM_FLAGS variable. | Remko Tronçon | |
This should avoid problems with --as-needed. Resolves: #547 | |||
2010-08-29 | Added stanza acking support to client. | Remko Tronçon | |
2010-08-27 | Don't elide roster headings when the widget becomes large enough. | Kevin Smith | |
Resolves: #544 | |||
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-08-22 | Don't skip tabs for Ctrl-PgUp/Dn on reopened chats.swift-1.0beta6 | Kevin Smith | |
Resolves: #535 | |||
2010-08-22 | Don't incorrectly mark all messages read in most recently opened chat when a ↵ | Kevin Smith | |
different chat is selected | |||
2010-08-21 | Revert "Store avatars per profile." | Remko Tronçon | |
2010-08-21 | Store avatars per profile. | Remko Tronçon | |
2010-08-21 | Revert "Added SoundPlayer::isAvailable." | Remko Tronçon | |
2010-08-21 | Added SoundPlayer::isAvailable. | Remko Tronçon | |
2010-08-20 | Don't bundle sounds. | Remko Tronçon | |
2010-08-20 | Disable dropping of images & URL context menus in the chat view. | Remko Tronçon | |