Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Added more missing platform link libraries. | Remko Tronçon | |
2010-10-24 | Added missing platform link flags. | Remko Tronçon | |
2010-10-24 | Link against libstdc++. | Remko Tronçon | |
2010-10-24 | Added 'link' flag to SConstruct. | Remko Tronçon | |
2010-10-24 | Only include public-facing files in doxygen documentation. | Remko Tronçon | |
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |
2010-10-24 | Added some doxygen docs. | Remko Tronçon | |
2010-10-24 | Linkify links with @ in them properly. | Remko Tronçon | |
2010-10-24 | Added excludes to Doxygen. | 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 | Clear VCardUpdate avatar hash on stream reset. | Remko Tronçon | |
Resolves: #554 Release-Notes: Fixed a bug where avatars would no longer appear after reconnecting. | |||
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 | Fixed compilation warnings. | 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-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. | |||
2010-10-22 | Fix failing tests | Kevin Smith | |
2010-10-22 | Don't send composing events to offline users. | Kevin Smith | |
Resolves: #637 | |||
2010-10-22 | Ignore message errors for CSN. | Kevin Smith | |
Resolves: #636 Release-Notes: You will no longer see your contacts typing if there is an error sending typing notifications to them. | |||
2010-10-21 | Make sure Component always sets 'from' on outgoing IQ stanzas. | Remko Tronçon | |
2010-10-21 | Don't show popups for message bounches. | Remko Tronçon | |
Resolves: #647 Release-Notes: We no longer trigger popup notifications when a message bounches. | |||
2010-10-21 | Fixed case sensitivity compilation problem. | Remko Tronçon | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-21 | Fixed memory leak in StreamInitiationParser. | Remko Tronçon | |
2010-10-21 | Added beginnings of outgoing file transfer to Swiften. | Remko Tronçon | |
2010-10-21 | Fixed authentication problems on reconnect. | Remko Tronçon | |
Release-Notes: Fixed a bug where reconnecting to a different account after signout would fail authenticating. | |||
2010-10-21 | Added ccache option to SCons. | Remko Tronçon | |
Resolves: #650 | |||
2010-10-20 | Tell MUCController to handle disconnect/reconnect rejoins. | Kevin Smith | |
This causes the MUCController to deal with reconnects by requesting a rejoin. It also prepares for doing time-based context requests. Although I've traced the code down, and confirmed that presenceSender->sendPresence(joinPresence); is being called, the stanza is never sent. This needs further investigation, as currently it prevents the rejoins working. Resolves: #625 | |||
2010-10-15 | Added EchoComponent. | Remko Tronçon | |
2010-10-15 | Added Component. | Remko Tronçon | |
2010-10-15 | Added CoreComponent. | Remko Tronçon | |