summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2012-08-02use local db when joining a muc.Catalin Badea
2012-08-01log utc offset.Catalin Badea
2012-08-01Fix javascript autoscrolling.Catalin Badea
2012-07-30Fix displayed nicks.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-23Fix adding messages at the bottomCatalin Badea
2012-07-22jump to the next matching day using the next/previous buttonsCatalin 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-01update history window on new messageCatalin Badea
2012-07-01Dump message logs using new db structure. Avatars not workingCatalin Badea
2012-07-01Add nick/avatar resolversCatalin Badea
2012-07-01Don't log outgoing MUC messagesCatalin 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-26Added SqliteManager to build. not workingCatalin Badea
2012-06-26Use seperate controllers for viewing/handling historyCatalin 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-14Remove Olly from Debian uploaders listKevin Smith
2012-06-12Debian fixes.Remko Tronçon
2012-06-12Use dpkg-buildflags for Debian build flags.Remko Tronçon
2012-06-12And get the date right in the changelog tooKevin Smith
2012-06-12Updating debian changelogKevin Smith
2012-06-12Update Deb stuffKevin Smith
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-31Allow subsequent invitesKevin Smith