Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-26 | Create a 'connecting' icon. | Remko Tronçon | |
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |
2010-10-24 | Animated systray that works | Kevin Smith | |
2010-10-24 | Created Storages interface. | Remko Tronçon | |
2010-10-24 | Missing line from last commit | Kevin Smith | |
2010-10-24 | Blind attempt at animated system tray | Kevin Smith | |
2010-10-24 | Provide feedback in the status header when attempting to connect. | Kevin Smith | |
Resolves: #657 Release-Notes: The status setter now shows when you're connecting. | |||
2010-10-24 | Don't show 'copy link' in chat context menu if there is no link. | Remko Tronçon | |
Resolves: #554 Release-Notes: We no longer show 'copy link' in the context menu in the chat dialog if no link is selected. | |||
2010-10-24 | Use smooth image interpolation in the chat dialog. | Remko Tronçon | |
Resolves: #617 Release-Notes: The quality of the avatars has improved. | |||
2010-10-24 | Scale avatars in freedesktop notifications. | Remko Tronçon | |
Resolves: #616 Release-Notes: Pictures in the message popups on Linux are now scaled down. | |||
2010-10-24 | Avoid QtDBus compilation warning. | Remko Tronçon | |
2010-10-23 | Improved Mac packaging. | Remko Tronçon | |
2010-10-23 | Fixed compilation errors due to previous commit. | Remko Tronçon | |
2010-10-22 | Fixed memory leaks and segfault on signout. | Remko Tronçon | |
2010-10-22 | Minor fixes to MUCs. | Kevin Smith | |
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it. | |||
2010-10-10 | Fix a crash when signing out. | Remko Tronçon | |
Release-Notes: Don't crash when signing out. | |||
2010-10-10 | Added missing QtDBus module to SConscript. | Remko Tronçon | |
2010-10-09 | Move Settings to Swift/Controllers. | Remko Tronçon | |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |
2010-10-08 | Tweak the look of the example JID. | Remko Tronçon | |
2010-10-08 | Add example JID to login dialog. | Kevin Smith | |
Resolves: #604 | |||
2010-10-08 | Slightly re-arrange the menus. | Kevin Smith | |
Resolves: #602 Resolves: #603 | |||
2010-10-08 | Raise windows when activating them. | Kevin Smith | |
Hopefully Resolves: #573 | |||
2010-10-08 | Don't show multiple Notices selected when new ones are added. | Kevin Smith | |
Resolves: #361 | |||
2010-10-08 | Rename groups. | Kevin Smith | |
Resolves: #577 Release-Notes: Roster groups can now be renamed. | |||
2010-10-08 | Also disable certificate selection during login. | Kevin Smith | |
2010-10-08 | Set the group window size appropriately. | Kevin Smith | |
Resolves: #593 | |||
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon | |
Resolves: #588 | |||
2010-10-05 | Linkify updated messages as well as the originals. | Kevin Smith | |
Resolves: #584 | |||
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith | |
I've not actually tested this on Linux... Resolves: #594 | |||
2010-10-05 | Added FreeDesktopNotifier. | Remko Tronçon | |
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 |