Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | Added Component. | Remko Tronçon | |
2010-10-15 | Added CoreComponent. | Remko Tronçon | |
2010-10-15 | Added ComponentSession. | Remko Tronçon | |
2010-10-15 | Added Component parser, serializer, element, and connector. | Remko Tronçon | |
2010-10-15 | Fixed a segfault with pending events. | Remko Tronçon | |
Release-Notes: Fixed a potential crash on signout when events are pending. | |||
2010-10-14 | Added User Nickname element, serializer, and parser. | Remko Tronçon | |
2010-10-12 | Don't assert on incorrect priorities. | Remko Tronçon | |
Release-Notes: We don't crash anymore when a contact has set an incorrect priority | |||
2010-10-10 | Moved presenceOracle inside Client. | Remko Tronçon | |
2010-10-10 | Fix a crash when signing out. | Remko Tronçon | |
Release-Notes: Don't crash when signing out. | |||
2010-10-10 | Moved XMPP roster & controller from Swift to Client. | Remko Tronçon | |
2010-10-10 | Move SoftwareVersion responder from Swift to Client. | Remko Tronçon | |
2010-10-10 | Separate CoreClient out of Client. | Remko Tronçon | |
2010-10-10 | Added missing QtDBus module to SConscript. | Remko Tronçon | |
2010-10-10 | Client refactoring. | Remko Tronçon | |
Removing inheritance from StanzaChannel to trim down the public API. | |||
2010-10-10 | Remove some graphs from Doxygen documentation. | Remko Tronçon | |
2010-10-10 | Move SoftwareVersionResponder constructor arguments to setter. | Remko Tronçon | |
2010-10-10 | Refactor responders to only start on start(). | Remko Tronçon | |
2010-10-10 | Conditionally build documentation. | Remko Tronçon | |
2010-10-10 | Added Eclipse build targets for different goals. | Remko Tronçon | |
2010-10-10 | Added ClientTest to test suite.swift-1.0beta7 | Remko Tronçon | |
2010-10-10 | Fixed compilation of StorageTest. | Remko Tronçon | |
2010-10-09 | Tweak doxygen docs. | Remko Tronçon | |
2010-10-09 | Fixed EchoBot compilation warnings. | 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-09 | Fixed DoxyGen warning. | Remko Tronçon | |
2010-10-09 | Some documentation tweaks. | Remko Tronçon | |
2010-10-09 | Tweaking doxyfile. | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | 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 | Regrouping nick-less contacts now correctly renders them as a JID in the roster. | Kevin Smith | |
Resolves: #606 | |||
2010-10-08 | Raise windows when activating them. | Kevin Smith | |
Hopefully Resolves: #573 | |||
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith | |
Resolves: #329 | |||
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 | Fix for very unlikely timing-related crash when quitting during event handling | Kevin Smith | |
2010-10-08 | Update roster header even when going offline. | Kevin Smith | |
Resolves: #596 Release-Notes: The roster header will no longer show you with (No message) if you specify a message when you go offline. | |||
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-08 | Cancel chat state display when offline. | Kevin Smith | |
Release-Notes: Contacts will no longer show as 'typing' if you go offline before they've sent the message. Resolves: #561 | |||
2010-10-07 | Fix crashes on disconnect during connect. | Remko Tronçon | |
Resolves: #588 | |||
2010-10-07 | Code cleanup from recent commits | Kevin Smith | |
2010-10-07 | Avoid recursive calling of event callbacks. | Remko Tronçon | |
When EventLoop::handleEvent() was called recursively (i.e. by calling processEvents() from a slot), weird things happened, especially in the XMPP parser (assertion triggers, parse error from server, ...). Now, callbacks are put in a queue handled by the topmost handleEvent. Resolves: #592, #568 | |||
2010-10-07 | Fix windows compilation. | Remko Tronçon | |
2010-10-06 | Make sure parser tester returns an error. | Remko Tronçon | |
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 | |