Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | Cleaning up the SConstruct a bit more. | Remko Tronçon | |
2010-08-16 | Fix LibXML check. | Remko Tronçon | |
2010-08-16 | And some more tweaks. | Remko Tronçon | |
2010-08-16 | More build system tweaks. | Remko Tronçon | |
2010-08-16 | Some build system fixes. | Remko Tronçon | |
2010-08-15 | Fix SCons fallback from amd64->x86 on Windows. | Remko Tronçon | |
2010-08-11 | Disable fading in chats. | Remko Tronçon | |
2010-08-08 | Added XEP-0004 data forms parsing & serializing. | Remko Tronçon | |
2010-08-07 | Don't crash when kicked from a MUC. | Kevin Smith | |
Resolves: #521 | |||
2010-08-07 | Don't crash if idle at the login screen. | Kevin Smith | |
Resolves: #519 | |||
2010-08-01 | Fixed incorrect state check. | Remko Tronçon | |
2010-08-01 | Fixed typo. | Remko Tronçon | |
2010-07-28 | Fix for previous commit losing style for some MUC messages. | Kevin Smith | |
Resolves: #516 | |||
2010-07-25 | Preparation for merging presences in the chat log. | Kevin Smith | |
2010-07-25 | Fix MUC nick conflict resolution. | Kevin Smith | |
Resolves: #514 | |||
2010-07-25 | Initial multi-account support | Kevin Smith | |
2010-07-25 | ChatTabs improvements. | Kevin Smith | |
Resolves: #504 Resolves: #507 | |||
2010-07-24 | Don't tab-complete empty words. | Kevin Smith | |
Resolves: #468 | |||
2010-07-24 | Improvements and further testing to tab completion. | Kevin Smith | |
Resolves: #506 Resolves: #498 | |||
2010-07-23 | Tone down the chat state colours in tab titles. | Kevin Smith | |
2010-07-23 | Don't create Notices for MUC history on join. | Kevin Smith | |
2010-07-23 | Recognise when leaving a MUC (disconnect or kick). | Kevin Smith | |
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114 | |||
2010-07-23 | Don't crash on exit before first login. | Kevin Smith | |
Resolves: | |||
2010-07-23 | Generate a Notice if your nick is mentioned in a MUC. | Kevin Smith | |
Resolves: #471 | |||
2010-07-23 | Elide and use scroll buttons on all platforms when chat tab list is too long. | Kevin Smith | |
Resolves: #302 | |||
2010-07-23 | Don't allow a status change to override the new message systray icon. | Kevin Smith | |
Resolves: #481 | |||
2010-07-23 | Pre-render the MUC chat roster splitter.swift-1.0beta5 | Kevin Smith | |
Hopefully: Resolves: #497 | |||
2010-07-21 | Pre-render the chat window splitter. | Kevin Smith | |
Should avoid the background tabs showing through. Hopefully Resolves: #185 | |||
2010-07-21 | Patching memory leaks in ChatController. | Kevin Smith | |
Resolves: #328 | |||
2010-07-10 | Boost patch to allow compilation in Objective-C | Kevin Smith | |
2010-07-07 | Specify iOS version to target | Kevin Smith | |
2010-07-02 | Don't crash when signing out if the debug console's open. | Kevin Smith | |
Resolves: #484 | |||
2010-06-28 | Improve reconnect logic. | Kevin Smith | |
Expire old connection error notices, and correctly back-off repeated connection failures. Resolves: #479 Resolves: #480 | |||
2010-06-26 | Fix segfault on second sign-in | Kevin Smith | |
2010-06-26 | Show status in system tray. | Kevin Smith | |
Resolves: #304 | |||
2010-06-26 | Elide text in the various roster views. | Kevin Smith | |
Resolves: #426 | |||
2010-06-25 | Simplify presence handling for auto-away and reconnections. | Kevin Smith | |
Resolves: #405 | |||
2010-06-25 | Allow for margins in the status popup. | Kevin Smith | |
Thanks to Ephraim for the getContentsMargins hint. | |||
2010-06-25 | Command-line option to not use tabs. | Kevin Smith | |
Resolves: #476 | |||
2010-06-20 | Show total unread count in tab title.swift-1.0beta4 | Kevin Smith | |
Resolves: #448 | |||
2010-06-20 | Show subjects on MUC join. | Kevin Smith | |
Resolves: #472 | |||
2010-06-20 | Fire fewer reconnect timers after they become obsolete | Kevin Smith | |
2010-06-20 | Allow the Find Room window to resize. | Kevin Smith | |
Resolves: #424 | |||
2010-06-19 | Give password field focus if pre-filling the jid field at login | Kevin Smith | |
Resolves: #464 | |||
2010-06-19 | Shorter tab names for MUCs. | Kevin Smith | |
Resolves: #439 | |||
2010-06-19 | Removed DNSSDTest from SConscript. | Remko Tronçon | |
2010-06-19 | Added DNSSDTest. | Remko Tronçon | |
2010-06-19 | Also link against avahi-common. | Remko Tronçon | |
2010-06-18 | Windows installer should put the Start Menu shortcuts in the right place. | Kevin Smith | |
Resolves: #311 | |||
2010-06-18 | Fix crash on reconnect. | Remko Tronçon | |
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making constructor private to avoid this error in the future. |