summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-09Fix highlighting and disable scrollToBottom in the history dialog.Cătălin Badea
2012-08-09Highlight search term.Catalin Badea
2012-08-02Enable calendar widget.Catalin Badea
2012-08-01Fix javascript autoscrolling.Catalin Badea
2012-07-29Properly handle new messages.Catalin Badea
2012-07-29Fix adding messages at the top.Catalin Badea
2012-07-27fix localtime utc conversion issuesCatalin Badea
2012-07-24Append messages to bottom.Catalin Badea
2012-07-24Enable resizing the history message log.Catalin Badea
2012-07-20Refactor HistoryViewController.Catalin Badea
2012-07-20add previous/next button callbacksCatalin Badea
2012-07-20Set the date when selecting a contactCatalin Badea
2012-07-20continous scroll between dates.Catalin Badea
2012-07-19Retrieve messages from last matching dayCatalin Badea
2012-07-17Added signal handlers in history window.Catalin Badea
2012-07-16Allow adding top messages in the chatview.Catalin Badea
2012-07-09Calendar widget follows the currently viewed messageCatalin Badea
2012-07-03Added message type logging. Fixed handling new messages.Catalin Badea
2012-07-01Dump message logs using new db structure. Avatars not workingCatalin Badea
2012-06-30Changed HistoryMessage structure backCatalin Badea
2012-06-28Use escaped strings in SQL statements. Remove edit options from the history ↵Catalin Badea
roster
2012-06-27Display conversations by using roster selectionCatalin Badea
2012-06-27Log messages to the sqlite db and dump all messages in the history viewerCatalin Badea
2012-06-19Added contact rosterCatalin Badea
2012-06-19Fixed compile errorCatalin Badea
2012-06-19Added .ui fileCatalin Badea
2012-06-19Added mock-up uiCatalin Badea
2012-06-19Disconnect history controller from the event stream. Fixed coding styleCatalin Badea
2012-06-19Added History window based code: controller, events, interface and menu entry.Catalin Badea
2012-06-17Style security button.Remko Tronçon
2012-06-17Added lock icon.Remko Tronçon
2012-06-15Preliminary emoticon work.Kevin Smith
Parsing and toggling support for emoticons. No emoticons are included so this won't do anything yet.
2012-06-12Rename 'swift' binary to 'swift-im' on Linux.Remko Tronçon
2012-06-12Create amalgamation of COPYING file.Remko Tronçon
2012-06-01Fix tab order in invite window.Kevin Smith
Resolves: #1128
2012-06-01Avoid whoosh down, whooosh up on Mac when opening chat windows.Kevin Smith
This changes so that the chat window will appear without focus if being shown without the user requesting it, but it will no longer appear minimised. Resolves: #1022
2012-05-31Better MUC invitingKevin Smith
2012-05-31Very poor prototype of a MUC invite dialogKevin Smith
2012-05-31Render & in group names correctly in edit dialog.Kevin Smith
Resolves: #1117
2012-05-17Fixing compilation on windows.Remko Tronçon
Resolves: #1123
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-05-11Fixed struct vs class warning.Remko Tronçon
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-04-29Do one update_translations lupdate call for every translation.Remko Tronçon
This allows only updating one translation file.
2012-04-29Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1Remko Tronçon
Resolves: #1114
2012-04-29Added ellipsis to menu items which needs further input to complete actionPavol Babincak
This is recommended in HIGs for Gnome, OS X, Windows: - http://developer.gnome.org/hig-book/3.0/menus-design.html.en - https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/TextStyle/TextStyle.html#//apple_ref/doc/uid/TP30000365-TPXREF126 - http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Resolves: #1114 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-29Conditionally include DBUS on Linux.Remko Tronçon
2012-04-29Render notes in AdHoc commands.Kevin Smith
Resolves: #1074
2012-04-28Add a show/hide menu to the system tray on Ubuntu.Remko Tronçon
Resolves: #1112