Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Assert on empty event in event loop. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-03-28 | Catch all exceptions in event loop. | Remko Tronçon | |
2011-03-16 | Added possibility to dynamically link Swiften. | Remko Tronçon | |
Resolves: #798 | |||
2011-02-27 | Temporarily disabling SimpleEventLoopTest::testRun. | Remko Tronçon | |
2011-02-26 | Some more cleanups. | Remko Tronçon | |
2011-02-24 | Added debugging switch to Sluift. | Remko Tronçon | |
2011-02-15 | Moved QtEventLoop to the Swift namespace. | Remko Tronçon | |
2011-01-22 | Some small event loop tweaks. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2010-12-27 | Added event debugging methods. | Remko Tronçon | |
2010-12-27 | Fixed valgrind warnings & leaks. | Remko Tronçon | |
2010-11-11 | Removed obsolete class. | Remko Tronçon | |
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 | Fix compliation problems with CLang. | Remko Tronçon | |
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-08-20 | Fix Slimber build. | Remko Tronçon | |
2010-08-16 | Some build system fixes. | Remko Tronçon | |
2010-04-11 | Add missing header include. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-03-02 | Adding iPhone compilation | Kevin Smith | |
2009-11-10 | Even more Client refactoring. | Remko Tronçon | |
2009-09-14 | Start splitting up monolithic Swiften SConscript file. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-22 | Moved QtEventLoop to Swiften. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-08-05 | Swiften/LinkLocal: Avoid memory leak. | Remko Tronçon | |
2009-07-20 | Added Cocoa event loop. | Remko Tronçon | |
2009-07-20 | Separated Event out of EventLoop. | Remko Tronçon | |
2009-07-15 | Make stream stack layers reference counted. | Remko Tronçon | |
2009-07-15 | Use shared_ptr for EventLoop owners. | Remko Tronçon | |
2009-06-03 | Added bundled Expat. | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |