Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-08 | Brute force application of presence to roster items on add/modify. | Kevin Smith | |
Resolves: #655 Resolves: #672 Release-Notes: The roster should no longer sometimes show online users as offline. | |||
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon | |
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon | |
2010-11-03 | Centralizing predefined features in DiscoInfo. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-11-02 | Copy uuid/ dir in packaging script.swift-1.0beta8 | Remko Tronçon | |
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-11-01 | Small tweaks to DummySystemTray & MemoryStoragesFactory. | Remko Tronçon | |
2010-11-01 | Added dummy sound player & system tray. | Remko Tronçon | |
2010-10-31 | Include colons in labels. | Kevin Smith | |
Resolves: #605 | |||
2010-10-31 | Tweak the group triangles a bit. | Remko Tronçon | |
2010-10-31 | Fix triangle drawing. | Remko Tronçon | |
Resolves: #634 | |||
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-30 | Rename swift Debian package to swift-im. | Remko Tronçon | |
2010-10-30 | When MUC notifications are clicked, open the MUC. | Remko Tronçon | |
Release-Notes: When clicking notifications coming from rooms, bring up the room dialog. Resolves: #674 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon | |
The error parameter is optional. | |||
2010-10-29 | Make ChatStateNotifier use StanzaChannel directly. | Remko Tronçon | |
2010-10-29 | Make Qt non-mandatory for global build. | Remko Tronçon | |
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
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-25 | Remove the use of Shared<>. | 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 | Remove some unused code in MainController. | Remko Tronçon | |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon | |
2010-10-24 | Created Storages interface. | Remko Tronçon | |
2010-10-24 | Moved MUCRegistry into client. | Remko Tronçon | |
2010-10-24 | Moved PresenceSender to client. | 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 | Rejoin MUCs on reconnect. | Kevin Smith | |
Resolves: #625 Release-Notes: MUCs will once again be rejoined on reconnect. | |||
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 | Use the highest priority for a contact's roster item, not the newest. | Kevin Smith | |
Resolves: #654 Release-Notes: Contacts online from several clients at once should now show the highest priority presence, not the most recent. | |||
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon | |
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 | Make sure presence isn't type error before updating roster. | Kevin Smith | |
Resolves: #622 Release-Notes: Errors received from your contacts when setting your status will no longer cause the contacts to mirror your new status. | |||
2010-10-23 | Improved Mac packaging. | Remko Tronçon | |
2010-10-23 | Fixed compilation errors due to previous commit. | Remko Tronçon | |
2010-10-23 | Don't lose notification enabledness when the user changes status. | Remko Tronçon | |
Resolves: #651 Release-Notes: The notification toggle on Linux will now be respected. | |||
2010-10-22 | Fixed memory leaks and segfault on signout. | Remko Tronçon | |
2010-10-22 | Be smarter about combining JoinParts in MUCs. | Kevin Smith | |
Resolves: 620 Release-Notes: Joins and parts in MUCs will now be merged in a more natural way. | |||
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. |