summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-13Don't crash when chat windows are deleted.Kevin Smith
Resolves: #879
2011-05-13Always include -lX11 on Linux.Remko Tronçon
2011-05-12Allow Chat Window Font resizingKevin Smith
Resolves: #812 Release-Notes: It is now possible to resize the font in the chat window conversations.
2011-05-12Purge old code.Kevin Smith
Resolves: #522
2011-05-10Fix buildKevin Smith
2011-05-07Remember 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-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Fixed chat dialog spacing issues.Remko Tronçon
2011-04-30A 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-30Tidy up some correction quibblesKevin Smith
2011-04-30Correct message feature using XEP-CorrectVlad 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-28Temporarily reverting widget hiding patch.Remko Tronçon
It is causing some strange side effects.
2011-04-28Hiding 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-28Updated some text strings.Remko Tronçon
2011-04-28Update the correct roster tab for noticesKevin Smith
2011-04-28Recent 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-27Start on recent chats listKevin Smith
2011-04-25Move available actions logic into Swiften class.Kevin Smith
Ready for unit testing, and fixing.
2011-04-25Fixed compilation.Remko Tronçon
2011-04-24Set untyped fields to Text-Single.Kevin Smith
XEP-0004 gives a default field type of Text-Single where none is specified.
2011-04-24Initial Ad-Hoc commands support.Kevin Smith
This is not finished, use at your own peril.
2011-04-22Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build.
2011-04-22Fixed SCons not picking up the build version correctly in tarball build.Remko Tronçon
2011-04-22Merge 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-19Allow smaller roster heights.Kevin Smith
Resolves: #5222 Release-Notes: The minimum vertical roster size has been reduced.
2011-04-19Use a bar to show where the last read messages in a chat areVlad Voicu
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Syntax fixKevin Smith
2011-04-18Added explicit dependency for Windows resource file.Remko Tronçon
2011-04-18Conditionally compile DBUS URI handler.Remko Tronçon
2011-04-18Implemented DBUS URI handler.Remko Tronçon
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-04-09Fixed NSIS translation installation script.Remko Tronçon
2011-04-06Only set permissions on Linux.Remko Tronçon
2011-04-06Force settings permissions to be group and world unreadable.Remko Tronçon
2011-03-30Added another missing string.Remko Tronçon
2011-03-29Added a bunch of missing built-in Qt strings.Remko Tronçon
2011-03-29Added missing Mac OS X application menu strings.Remko Tronçon
2011-03-27Make translation license string a bit more verbose.Remko Tronçon
2011-03-21Added missing string.Remko Tronçon
2011-03-19Added more untranslated strings.Remko Tronçon
2011-03-17Fixed some more strings.Remko Tronçon
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-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-14Mention translator in about dialog and record license in translation file.Remko Tronçon
Resolves: #786.