summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-04Upgrade XEP-0258 support to match 0.6.Kevin Smith
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification.
2011-02-14Removed Swift::String.Remko Tronçon
2010-10-03Don'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-03Only 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-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-30Render the Chat view directly with DOM commands, not javascript.Kevin Smith
Tested locally, but it's conceivable there will be regressions.
2010-07-25Preparation for merging presences in the chat log.Kevin Smith
2010-06-25Command-line option to not use tabs.Kevin Smith
Resolves: #476
2010-06-20Show total unread count in tab title.swift-1.0beta4Kevin Smith
Resolves: #448
2010-06-06Use delay when printing MUC history.Remko Tronçon
Resolves: #415
2010-06-05Tab completion in MUCs.Kevin Smith
Resolves: #440
2010-05-25Allow Ctrl-W to close chat windowsKevin Smith
2010-05-07Allow chat messages to be composed while offline.Kevin Smith
Resolves: #331
2010-05-06Rewrite of large amounts of roster code.Kevin Smith
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-02-17Add /me support it QtUIKevin Smith
2010-02-17Preliminary Chat State Notifications support.Kevin Smith
Only covers Active and Composing (Which is very possibly all we care about).
2010-01-17Preparation. for /me.Kevin Smith
QtUI's implementation isn't done yet.
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-10-11Fix for segfault on exit with open MUCs, and reinstate roster sorting.Kevin Smith
2009-09-15Completely untested. Rewiring the MainController for Client to be ↵Kevin Smith
reconnectable (won't compile).
2009-08-29Experimental fix for stuff in background, chats coming to front when opened etc.Kevin Smith
2009-08-29Allow multi-line inputs, and grow accordingly.Kevin Smith
2009-06-26Use nicks in tab titles.Kevin Smith
2009-06-20Added vCard-based avatars support.Remko Tronçon
2009-06-18Support closing and reopening chats in tabs.Kevin Smith
2009-06-15Update tab titles for unread count.Kevin Smith
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon