Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-15 | Don't fail if LUA_FLAGS aren't set. | Remko Tronçon | |
2011-03-14 | Fixed capitalization in Dutch translation. | Remko Tronçon | |
2011-03-14 | Added some extra documentation on translating Swift. | Remko Tronçon | |
2011-03-14 | Fixed conflicting shortcut strings. | Remko Tronçon | |
2011-03-14 | Fixed some translation strings. | Remko Tronçon | |
2011-03-14 | Use "OK" instead of "Ok" for consistency. | Remko Tronçon | |
Resolves: #791 | |||
2011-03-14 | Make sure the avatar gets updated in the chat window. | Remko Tronçon | |
Combined avatar provider shouldn't look up avatars in the cache, because the specific providers can return different results if they use the bare JID. Resolves: #781 Release-Notes: Fixed a bug where the avatar was not updating in the chat window. | |||
2011-03-14 | Mention translator in about dialog and record license in translation file. | Remko Tronçon | |
Resolves: #786. | |||
2011-03-14 | "You have entered the room as a <nick>" -> "You have entered the room as ↵ | Remko Tronçon | |
<nick>". Resolves: #792 Release-Notes: Fixed typo in room join message. | |||
2011-03-14 | Updated Boost to 1.46.1. | Remko Tronçon | |
This should hopefuily fix a hang on shutdown on Mac OS X. Resolves: #782 Release-Notes: Fixed a potential hang on shutdown on Mac OS X. | |||
2011-03-14 | Force the use of Boost Filesystem V2. | Remko Tronçon | |
Resolves: #783 Release-Notes: Fixed compilation on systems with a recent version of Boost installed. | |||
2011-03-13 | Added .gitignore file to Translations. | Remko Tronçon | |
2011-03-13 | Removed obsolete strings in Dutch translation. | Remko Tronçon | |
2011-03-13 | "Show Notifications" -> "Display Pop-up Notifications" | Remko Tronçon | |
2011-03-13 | Added a note about the desktop entry. | Remko Tronçon | |
2011-03-12 | Avoid warning on end of file in cache files.swift-1.0beta9 | Remko Tronçon | |
2011-03-12 | Allow empty hashes in cache. | Remko Tronçon | |
2011-03-12 | Unix compilation fixes. | Remko Tronçon | |
2011-03-12 | Remove dependency on boost::property_tree again. | Remko Tronçon | |
2011-03-12 | Fixed OpenSSL compilation. | Remko Tronçon | |
2011-03-12 | Add ByteArray -> vector conversion functions. | Remko Tronçon | |
2011-03-12 | Small cleanup. | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-03-12 | Added optimized version of HMACSHA1 as comment. | Remko Tronçon | |
2011-03-12 | Added missing include. | Remko Tronçon | |
2011-03-12 | Simplified HMAC-SHA1 a bit. | Remko Tronçon | |
2011-03-12 | Updated Dutch translation. | Remko Tronçon | |
2011-03-12 | make two new menu items nicely keyboardable | Arnt Gulbrandsen | |
2011-03-12 | fix that Sz again | Arnt Gulbrandsen | |
2011-03-12 | make the enter key work as it should | Arnt Gulbrandsen | |
2011-03-12 | Cache vcard photo hashes. | Remko Tronçon | |
2011-03-12 | Moved vcard photo hash management into vcard storage. | Remko Tronçon | |
This makes it easy to adapt the code to cache photo hashes if we want to. | |||
2011-03-11 | Updated Dutch translation + Added translation docs. | Remko Tronçon | |
2011-03-11 | Added swiftob to gitignore. | Remko Tronçon | |
2011-03-11 | Fixed unnecessary updating and sending out VCard photo hash. | Remko Tronçon | |
2011-03-11 | Fixed bug where own avatar was incorrectly displayed when switching profiles. | Remko Tronçon | |
2011-03-11 | Store JID->Avatar mappings. | Remko Tronçon | |
Resolves: #653 | |||
2011-03-10 | (Really this time) fix unread messages. | Kevin Smith | |
I hope, anyway. Resolves: #775 | |||
2011-03-09 | Fix marking notices as read. | Kevin Smith | |
Resolves: #775 | |||
2011-03-08 | Fixed crash on Qt 4.7.0 + Windows XP. | Remko Tronçon | |
2011-03-08 | Cache rounded avatars. | Remko Tronçon | |
Resolves: #770 | |||
2011-03-06 | A start on Swiftob, a Swiften-based chatbot. | Kevin Smith | |
2011-03-05 | Added windows packaging. | Remko Tronçon | |
2011-03-05 | Fixed some Sluift bugs. | Remko Tronçon | |
2011-03-05 | Sluift: Added CollectVersions example. | Remko Tronçon | |
2011-03-05 | Sluift: roster->contacts | Remko Tronçon | |
2011-03-05 | Detect libmath. | Remko Tronçon | |
2011-03-05 | Detect pthread for platform flags. | Remko Tronçon | |
2011-03-04 | Sluift: Spin the event loop on some commands | Remko Tronçon | |
2011-03-04 | Don't show popups if the chat's on top. | Kevin Smith | |
Resolves: #774 Release-Notes: Popup notifications for new messages should no longer be generated if the relevant chat is currently selected. |