Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2010-12-23 | Turn the 'Find other users' into seperate add/chat menu items with a wizard. | Kevin Smith | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-11-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
2010-10-30 | When MUC notifications are clicked, open the MUC. | Remko Tronçon | |
Release-Notes: When clicking notifications coming from rooms, bring up the room dialog. Resolves: #674 | |||
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith | |
I've not actually tested this on Linux... Resolves: #594 | |||
2010-09-24 | Add logic and tests for modifying roster items. No UI Yet. | Kevin Smith | |
(Partially) Resolves: #575 (Partially) Resolves: #272 | |||
2010-06-02 | Rename boost_signalslib.h to boost_bsignals. | Remko Tronçon | |
2010-06-02 | Using Boost workaround for Qt signals keyword clash. | Remko Tronçon | |
This should allow us to link against system boost versions. | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-05-07 | Cleaned up MUC code. | Remko Tronçon | |
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-04-30 | Support adding/removing bookmarks from the UI | Kevin Smith | |
Doesn't support editing meaningfully, nor do changes get saved. | |||
2010-04-15 | Normalise muc joining, allow it from bookmark list. | Kevin Smith | |
Resolves: #320 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-05 | Allow opening chats to MUC occupants. | Kevin Smith | |
Resolves: #275 | |||
2010-04-04 | Allow sounds to be toggled. | Kevin Smith | |
Doesn't persist option yet. Resolves: #192 | |||
2010-04-04 | Add 'remove' context menu item for rosters (not implemented). | Kevin Smith | |
2010-03-22 | Fixing up the unit tests again. Oops. | Kevin Smith | |
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith | |
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139 | |||
2009-11-28 | Some code cleanup. | Remko Tronçon | |
2009-11-26 | Plumbing to show a dummy XMLConsoleWidget in the chat tabs. | Kevin Smith | |
This should all work now, and the XMLConsoleController needs to talk to the QtXMLConsoleWidget through the XMLConsoleWidget interface. Resolves: #256 |