Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-22 | Close connection properly before quitting. | Remko Tronçon | |
2011-01-22 | Renaming SessionStream::onError to SessionStream::onClosed. | Remko Tronçon | |
2011-01-22 | Remove compilation warning. | Remko Tronçon | |
2011-01-22 | Temporarily enabling kqueue again. | Remko Tronçon | |
2011-01-22 | Revert "Another attempt at fixing the OS X hang on shutdown." | Remko Tronçon | |
This reverts commit 5cac0d0b588b1a024ba3e6934f655d315909b656. | |||
2011-01-22 | Some small event loop tweaks. | Remko Tronçon | |
2011-01-22 | Work around Qt crash bug when destroying the selection list in MUC search. | Remko Tronçon | |
2011-01-22 | Link against debug version of Qt on windows. | Remko Tronçon | |
2011-01-22 | Another attempt at fixing the OS X hang on shutdown. | Remko Tronçon | |
2011-01-22 | Only disable kqueue on OS X. | Remko Tronçon | |
2011-01-21 | Avoid Hippomocks warnings with some versions of GCC. | Remko Tronçon | |
2011-01-21 | Add a search button in MUC search dialog. | Remko Tronçon | |
Resolves: #750 | |||
2011-01-21 | Removed debug output from BoostConnection. | Remko Tronçon | |
2011-01-21 | Disable 'ok' button when no MUC is selected in MUC search. | Remko Tronçon | |
Resolves: #749 | |||
2011-01-21 | Another workaround for the asio hang-on-shutdown problem. | Remko Tronçon | |
2011-01-21 | Revert "Use another workaround for the Asio socket interrupter." | Remko Tronçon | |
This reverts commit 03d69bfd11549e1c8dcbf3b5300029ba9892cf8a. | |||
2011-01-21 | Fix compilation on Qt < 4.7. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-20 | Added MUC search title. | Remko Tronçon | |
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2011-01-20 | Use another workaround for the Asio socket interrupter. | Remko Tronçon | |
2011-01-20 | Revert "Temporary workaround to make boost::asio use ↵ | Remko Tronçon | |
socket_select_interrupter on OS X." This reverts commit 9a87658c432409366f51bdc6b33625b9890fc100. | |||
2011-01-20 | Temporary workaround to make boost::asio use socket_select_interrupter on OS X. | Remko Tronçon | |
2011-01-19 | Only highlight in MUCs on complete-word nicknames. | Kevin Smith | |
Resolves: #738 | |||
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2011-01-15 | Wait to close the connection until pending writes are done. | Remko Tronçon | |
This hopefully fixes the uninterruptable hang on exit. | |||
2011-01-15 | Comply with asio's documentation that we cannot call async_write multiple ↵ | Remko Tronçon | |
times simultaniously. | |||
2011-01-15 | Removed accidentally committed debug info. | Remko Tronçon | |
2011-01-14 | Use correct text in User Search. | Kevin Smith | |
Resolves: #736 | |||
2011-01-14 | Don't crash when reconnecting with open Chats. | Kevin Smith | |
Resolves: #740 | |||
2011-01-13 | Cleanup after previous patches. | Kevin Smith | |
2011-01-13 | Add keyboard accelerators for tabs (alt-s to switch to the swift room, etc). | Arnt Gulbrandsen | |
Handle window titles that happen to contain the '&' character correctly. Abbreviate the tab bars generated from some long JID localparts (e.g. #foo%irc.ma.us.example.org@irc.spectrum.example.net). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php My future patches are also BSD-licensed, unless I explicitly note a different license in that patch. | |||
2011-01-13 | Start adding keyboard accelerators for swift commands. | Arnt Gulbrandsen | |
This is not complete, just a start with some of the low-hanging fruit. Eventually it should be possible to use swift without a mouse. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-01-12 | Refactored MUC code a bit. | Remko Tronçon | |
2011-01-01 | Use the PresenceOracle for getting chat window presence lines. | Kevin Smith | |
Now instead of having its own logic for listening to presence updates, it checks if it's the same full JID, if the controller is bound, else it looks for changes in the highest priority resource. Combined with the previous commit, hopefully: Resolves: #718 | |||
2010-12-31 | Stupid | Kevin Smith | |
2010-12-31 | Fix presence folding when receiving non-readable messages. | Kevin Smith | |
Resolves: #640 | |||
2010-12-31 | Fix the MUC PM routing again. | Kevin Smith | |
Resolves: #725 | |||
2010-12-31 | Slightly sensible renderer for user search results. | Kevin Smith | |
Resolves: #719 | |||
2010-12-31 | Disable user search wizard pages unless they're ready. | Kevin Smith | |
Resolves: #731 | |||
2010-12-30 | Fixed tray on multi-account. | Remko Tronçon | |
2010-12-30 | Show certificate fingerprint in 'Trust certificate' dialog. | Remko Tronçon | |
2010-12-27 | Removing 'force quit' timer. | Remko Tronçon | |
2010-12-27 | Fixed crash on disconnect. | Remko Tronçon | |
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-27 | Don't delete client in a callback. | Remko Tronçon | |
2010-12-27 | Disconnect signals in IQRouter. | Remko Tronçon | |
2010-12-27 | Avoid leaking connection on exit. | Remko Tronçon | |
2010-12-27 | Avoid more valgrind warnings. | Remko Tronçon | |
2010-12-27 | Stop eventloop in ClientTest disconnect signal. | Remko Tronçon | |