Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Don't send caps info and vcard info twice. | Remko Tronçon | |
2010-01-03 | Catch problem when multiprocessing module isn't supported in Python. | Remko Tronçon | |
2010-01-01 | Package phonon in windows install. | Remko Tronçon | |
The binary Qt package depends on phonon. | |||
2009-12-31 | Put a timeout of 60s on connecting & resolving. | Remko Tronçon | |
Resolves: #87. | |||
2009-12-31 | Removed empty MUCPayload. | Remko Tronçon | |
2009-12-31 | Added tests for timing out initial connect. | Remko Tronçon | |
2009-12-31 | Fix building on OS X using default Qt installation. | Remko Tronçon | |
2009-12-26 | Additional plumbing for chat rebinding. | Kevin Smith | |
2009-12-26 | Fix segfault at launch due to argument reversal. | Kevin Smith | |
2009-12-26 | More thoroughly test the chat routing. | Kevin Smith | |
This adds in the behaviour for unbinding chats when the resource goes offline (only if there isn't already an unbound chatwindow). Resolves: #155 | |||
2009-12-24 | Some more tests for the chat routing. | Kevin Smith | |
Resolves: #140 | |||
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith | |
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139 | |||
2009-12-24 | Close chat tabset on signout. | Kevin Smith | |
Resolves: #227 | |||
2009-12-23 | Commented debug output. | Remko Tronçon | |
2009-12-23 | Added a 'max_jobs' build option. | Remko Tronçon | |
2009-12-22 | Add a PreviousStatusStore. | Kevin Smith | |
2009-12-21 | Fix mac window strangnesses. | Kevin Smith | |
Resolves: #268 | |||
2009-12-19 | Colour tabs with waiting messages. | Kevin Smith | |
Resolves: #278 | |||
2009-12-17 | Added eclipse project file. | Remko Tronçon | |
2009-12-07 | Fixed segfault on disconnect. | Remko Tronçon | |
2009-12-05 | Fixed C-Ares compilation on Windows. | Remko Tronçon | |
2009-12-04 | Implemented CAresDomainNameResolver. | Remko Tronçon | |
2009-12-03 | Reinitialize the resolver on every query. | Remko Tronçon | |
This hopefully fixes the DNS server caching behavior on network change. | |||
2009-12-03 | Tweak CAres flags. | Remko Tronçon | |
2009-12-03 | Enable c-ares compilation. | Remko Tronçon | |
2009-12-03 | Fixed ares compilation on os x. | Remko Tronçon | |
2009-12-03 | Fixed windows compilation of PlatformDomainNameServiceQuery. | Remko Tronçon | |
2009-12-03 | Fixed windows compilation of CAres. | Remko Tronçon | |
2009-12-03 | Added C-Ares. | Remko Tronçon | |
2009-12-03 | Added debugging output for DNS. | Remko Tronçon | |
2009-12-03 | Fixed unit tests. | Remko Tronçon | |
2009-12-03 | Do domain resolving in a separate thread. | Remko Tronçon | |
2009-12-03 | DNS querying is now asynchronous. | Remko Tronçon | |
This means we can now move them to a separate thread. | |||
2009-12-01 | Override SConscript() with our own, test-aware implementation. | Remko Tronçon | |
2009-11-28 | Add checkbox for tracing input/output in debug console. | Remko Tronçon | |
2009-11-28 | Implemented XML console. | Remko Tronçon | |
Resolves: #135 | |||
2009-11-28 | Some code cleanup. | Remko Tronçon | |
2009-11-28 | On second thought, maybe we shouldn't quit. | Remko Tronçon | |
2009-11-28 | Quit when the last window is closed. | Remko Tronçon | |
2009-11-28 | Opening the XMLConsole should bring it to front. | Kevin Smith | |
Just plugged in the activate call for the qttabbables. Resolves: #263 | |||
2009-11-28 | Create a dist target for mac DMG bundling. | Remko Tronçon | |
2009-11-28 | Prettify install commands. | Remko Tronçon | |
2009-11-28 | Fix AppCast URL. | Remko Tronçon | |
2009-11-28 | Removed dummy autoupdater. | Remko Tronçon | |
2009-11-28 | Change appcast URL. | Remko Tronçon | |
2009-11-28 | Fix compilation on Windows. | Remko Tronçon | |
2009-11-27 | Avoid compiler warning. | Remko Tronçon | |
2009-11-27 | Removed references to phonon. | Remko Tronçon | |
2009-11-27 | Integrated Sparkle auto-updater. | Remko Tronçon | |
2009-11-27 | Use new versioning scheme. | Remko Tronçon | |
Development builds are now X.Y.Z.date (Assuming we'll never have more than patch releases). The Swift version number has to be changed in Swift/SConscript (and only there), or can be passed via the command line as swift_version=myversion |