Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | Introduce system settings policies. | Kevin Smith | |
Release-Notes: It is now possible for sysadmins to deploy files with policies for configuration options, such as making it impossible for users to save passwords or to force sound notifications off, or to set defaults. Also allow changing an option so that Swift disconnects on idle timeout, instead of going away. | |||
2011-11-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-07-11 | Make IdleDetector a parameter of MainController. | 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-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
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-12-22 | Use a default balloons notifier on Windows. | Remko Tronçon | |
2010-12-21 | Revert to SnarlNotifier on Windows. | Remko Tronçon | |
Use balloons as a fallback. | |||
2010-12-17 | Fixed IPv6 network test. | Remko Tronçon | |
2010-12-14 | Added initial Growl for Windows notifier (GNTP). | Remko Tronçon | |
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications. | |||
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-24 | Created Storages interface. | Remko Tronçon | |
2010-10-09 | Moved Application from Swiften into SwifTools. | Remko Tronçon | |
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |
2010-09-12 | Moved application message display around. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-08-24 | Added VCardStorage. | Remko Tronçon | |
2010-08-21 | Revert "Store avatars per profile." | Remko Tronçon | |
2010-08-21 | Store avatars per profile. | Remko Tronçon | |
2010-08-19 | Extract dir providing functionality from application class. | Remko Tronçon | |
2010-07-25 | Initial multi-account support | Kevin Smith | |
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
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-23 | Make latency stats optional. | Kevin Smith | |
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug. | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-03-28 | Chat list in the gui (mostly non-functional). | Kevin Smith | |
2010-03-19 | Start of event viewer. | Kevin Smith | |
Creates a basic event viewer framework, and plugs it into the Swift controllers, so that messages are displayed (in a very ugly way). Still a long way to go. | |||
2009-11-27 | Integrated Sparkle auto-updater. | 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 | |||
2009-11-24 | Integrated new IdleDetector. | Remko Tronçon | |
2009-10-25 | Some groundwork ready for autoaway | Kevin Smith | |
2009-08-22 | Moved QtEventLoop to Swiften. | Remko Tronçon | |
2009-06-28 | Moving resources into Swift/ and starting on Sound. | Kevin Smith | |
2009-06-21 | Enable netbook mode with any commandline parameters | Kevin Smith | |
2009-06-18 | System Tray | Kevin Smith | |
We need to have a look at the icons somewhat, but these will do for the second. | |||
2009-06-10 | Moved UI/Qt -> Swift/QtUI. | Remko Tronçon | |