Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-04-19 | Allow smaller roster heights. | Kevin Smith | |
Resolves: #5222 Release-Notes: The minimum vertical roster size has been reduced. | |||
2011-04-19 | Use a bar to show where the last read messages in a chat are | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Syntax fix | Kevin Smith | |
2011-04-18 | Added explicit dependency for Windows resource file. | Remko Tronçon | |
2011-04-18 | Conditionally compile DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Implemented DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-09 | Fixed NSIS translation installation script. | Remko Tronçon | |
2011-04-06 | Only set permissions on Linux. | Remko Tronçon | |
2011-04-06 | Force settings permissions to be group and world unreadable. | Remko Tronçon | |
2011-03-30 | Added another missing string. | Remko Tronçon | |
2011-03-29 | Added a bunch of missing built-in Qt strings. | Remko Tronçon | |
2011-03-29 | Added missing Mac OS X application menu strings. | Remko Tronçon | |
2011-03-27 | Make translation license string a bit more verbose. | Remko Tronçon | |
2011-03-21 | Added missing string. | Remko Tronçon | |
2011-03-19 | Added more untranslated strings. | Remko Tronçon | |
2011-03-17 | Fixed some more strings. | Remko Tronçon | |
2011-03-15 | Made example roomname more consistent. | Remko Tronçon | |
2011-03-15 | Make the Rename Group dialog text a bit friendlier. | Remko Tronçon | |
2011-03-15 | Added 22x22 and 24x24 icon on Linux. | Remko Tronçon | |
2011-03-15 | Install more icons on Linux. | Remko Tronçon | |
2011-03-15 | Made placeholders translatable. | 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 | Mention translator in about dialog and record license in translation file. | Remko Tronçon | |
Resolves: #786. | |||
2011-03-13 | "Show Notifications" -> "Display Pop-up Notifications" | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | 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-11 | Updated Dutch translation + Added translation docs. | Remko Tronçon | |
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-04 | Create an edit contact menu item. | Kevin Smith | |
Resolves: #769 Release-notes: It is now possible to edit contacts from the standard menus (without needing to right-click on the item). |