summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-21Added missing string.Remko Tronçon
2011-03-19Added more untranslated strings.Remko Tronçon
2011-03-17Sluift: Added example script for removing unreachable contacts.Remko Tronçon
2011-03-17Sluift: Add timeout to get and set.Remko Tronçon
2011-03-17Sluift: Put a timeout on connecting to a server.Remko Tronçon
2011-03-17Sluift: Spin the event loop on send events.Remko Tronçon
2011-03-17Fixed some more strings.Remko Tronçon
2011-03-16Some more Swiften packaging improvements & fixes.Remko Tronçon
2011-03-16Include Avahi in Swiften link line.Remko Tronçon
2011-03-16Install Swiften in the right dir.Remko Tronçon
2011-03-16Install Swiften if requested.Remko Tronçon
2011-03-16Sluift: Don't hang until timeout in get_contacts and set_version.Remko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
Resolves: #798
2011-03-15Made example roomname more consistent.Remko Tronçon
2011-03-15Make the Rename Group dialog text a bit friendlier.Remko Tronçon
2011-03-15Added 22x22 and 24x24 icon on Linux.Remko Tronçon
2011-03-15Install more icons on Linux.Remko Tronçon
2011-03-15Made placeholders translatable.Remko Tronçon
2011-03-15Don't fail if LUA_FLAGS aren't set.Remko Tronçon
2011-03-14Fixed capitalization in Dutch translation.Remko Tronçon
2011-03-14Added some extra documentation on translating Swift.Remko Tronçon
2011-03-14Fixed conflicting shortcut strings.Remko Tronçon
2011-03-14Fixed some translation strings.Remko Tronçon
2011-03-14Use "OK" instead of "Ok" for consistency.Remko Tronçon
Resolves: #791
2011-03-14Make 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-14Mention 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-14Updated 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-14Force 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-13Added .gitignore file to Translations.Remko Tronçon
2011-03-13Removed obsolete strings in Dutch translation.Remko Tronçon
2011-03-13"Show Notifications" -> "Display Pop-up Notifications"Remko Tronçon
2011-03-13Added a note about the desktop entry.Remko Tronçon
2011-03-12Avoid warning on end of file in cache files.swift-1.0beta9Remko Tronçon
2011-03-12Allow empty hashes in cache.Remko Tronçon
2011-03-12Unix compilation fixes.Remko Tronçon
2011-03-12Remove dependency on boost::property_tree again.Remko Tronçon
2011-03-12Fixed OpenSSL compilation.Remko Tronçon
2011-03-12Add ByteArray -> vector conversion functions.Remko Tronçon
2011-03-12Small cleanup.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-03-12Added optimized version of HMACSHA1 as comment.Remko Tronçon
2011-03-12Added missing include.Remko Tronçon
2011-03-12Simplified HMAC-SHA1 a bit.Remko Tronçon
2011-03-12Updated Dutch translation.Remko Tronçon
2011-03-12make two new menu items nicely keyboardableArnt Gulbrandsen
2011-03-12fix that Sz againArnt Gulbrandsen
2011-03-12make the enter key work as it shouldArnt Gulbrandsen
2011-03-12Cache vcard photo hashes.Remko Tronçon
2011-03-12Moved 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.