Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-18 | Issue activate() on MUCs joined through Join dialog. | Kevin Smith | |
Resolves: #936 | |||
2011-07-12 | Fixed Swift compilation. | Remko Tronçon | |
2011-07-11 | Make IdleDetector a parameter of MainController. | Remko Tronçon | |
2011-07-10 | Include per-chat unread count in Chats | Kevin Smith | |
2011-07-10 | Update the Chats tab for unread messages | Kevin Smith | |
2011-07-10 | Make SConscript files more robust against variant dirs. | Remko Tronçon | |
2011-07-09 | Fix roster avatars | Kevin Smith | |
2011-07-09 | Update QtChatList for recent backend changes | Kevin Smith | |
2011-07-09 | Disable debug console in Eagle mode. | Kevin Smith | |
Resolves: #889 | |||
2011-07-09 | Make terms consistent between Enter Room and Edit Bookmark dialogs. | Kevin Smith | |
Resolves: #893 | |||
2011-07-08 | Removing setJID again. | Remko Tronçon | |
2011-07-08 | Avoid warnings in QtChatWindow. | Remko Tronçon | |
2011-07-08 | Added setJID on ChatWindow. | Remko Tronçon | |
Not wired in yet. | |||
2011-07-08 | Morph the login window into the roster before re-enabling login. | Kevin Smith | |
Resolves: #920 | |||
2011-07-07 | Add setUnreadCount to ChatListView | Kevin Smith | |
Resolves: #904 | |||
2011-07-04 | Moving some ChatList logic to Controllers. | Remko Tronçon | |
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed Debian manpages installation. Use LibXML as a Debian source dependency (instead of Expat) Tweak help documentation and add manpages. Conflicts: Swift/QtUI/QtSwift.cpp | |||
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-06-13 | Some more Cppcheck tweaks. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-03 | Ensure safety on onDataRead and onDataWritten signals. | Remko Tronçon | |
2011-05-22 | Allow errors in chats to not claim to be about sent messages. | Kevin Smith | |
Resolves: #797 Release-Notes: When failing to enter a room, the error message will no longer wrongly report that you were trying to send a message. | |||
2011-05-22 | Only forget login details in eagle mode | Kevin Smith | |
2011-05-22 | Don't pass cursor keys through to chat log. | Kevin Smith | |
Resolves: #872 | |||
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-05-14 | Removed debug info. | Remko Tronçon | |
2011-05-13 | Don't crash when chat windows are deleted. | Kevin Smith | |
Resolves: #879 | |||
2011-05-13 | Always include -lX11 on Linux. | Remko Tronçon | |
2011-05-12 | Allow Chat Window Font resizing | Kevin Smith | |
Resolves: #812 Release-Notes: It is now possible to resize the font in the chat window conversations. | |||
2011-05-12 | Purge old code. | Kevin Smith | |
Resolves: #522 | |||
2011-05-10 | Fix build | Kevin Smith | |
2011-05-07 | Remember splitter position in a MUC dialog. | Thilo Cestonaro | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Remko Tronçon <git@el-tramo.be> | |||
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Fixed chat dialog spacing issues. | Remko Tronçon | |
2011-04-30 | A better fix for the strange rendering performance issue in tabbed mode. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-30 | Tidy up some correction quibbles | Kevin Smith | |
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-28 | Temporarily reverting widget hiding patch. | Remko Tronçon | |
It is causing some strange side effects. | |||
2011-04-28 | Hiding widgets which aren't visible anyway to prevent them from redrawing. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-28 | Updated some text strings. | Remko Tronçon | |
2011-04-28 | Update the correct roster tab for notices | Kevin Smith | |
2011-04-28 | Recent chats are now persisted. | Kevin Smith | |
Release-Notes: A list of recent chats is now kept in the 'Chats' tab of the main window. Resolves: #181 | |||
2011-04-27 | Start on recent chats list | Kevin Smith | |
2011-04-25 | Move available actions logic into Swiften class. | Kevin Smith | |
Ready for unit testing, and fixing. | |||
2011-04-25 | Fixed compilation. | Remko Tronçon | |
2011-04-24 | Set untyped fields to Text-Single. | Kevin Smith | |
XEP-0004 gives a default field type of Text-Single where none is specified. | |||
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-22 | Merge unread tab titles legibly. | Kevin Smith | |
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485 |