Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2010-12-30 | Fixed tray on multi-account. | Remko Tronçon | |
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-19 | Calling with --start-minimized will not show login/roster at launch. | Kevin Smith | |
Release-Notes: Launching Swift with the --start-minimized command-line parameter will cause the initial login/roster window to not be displayed (it starts minimized to tray). | |||
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-12 | Added menu to switch between 'show nickname' and 'show JID' in roster header. | Remko Tronçon | |
Resolves: #627 Release-Notes: The roster header can now be configured to show the JID instead of the nick. | |||
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-12-05 | Added SWIFT_LOG functionality. | 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-10-05 | Added FreeDesktopNotifier. | Remko Tronçon | |
2010-09-15 | Attempt to show icon in Snarl config dialog. | Remko Tronçon | |
Doesn't work though. Need to find out why. | |||
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |
2010-09-12 | Remove non-existing include. | 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-30 | Render the Chat view directly with DOM commands, not javascript. | Kevin Smith | |
Tested locally, but it's conceivable there will be regressions. | |||
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-20 | Don't bundle sounds. | Remko Tronçon | |
2010-08-20 | Don't crash when .app is 'open'ed on a Mac. | Kevin Smith | |
Resolves: #534 | |||
2010-08-19 | Fixed compilation on OS X. | 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-06-25 | Command-line option to not use tabs. | Kevin Smith | |
Resolves: #476 | |||
2010-05-30 | Don't crash on exit for netbook mode. | Kevin Smith | |
Resolves: #422 | |||
2010-05-30 | Use the same version number in iq:version and about window. | Kevin Smith | |
Resolves: #428 | |||
2010-05-28 | Add copyright to about dialog | 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-15 | Set a special X11 window resource name on the main dialog. | Remko Tronçon | |
This allows users to tweak windowmanagers like FVWM based on the type of dialog of Swift. | |||
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. | |||
2010-02-10 | Move the Chat stuff in Controllers into Chat folder. | Kevin Smith | |
It was starting to get a bit unwieldly in Controllers/ | |||
2009-11-28 | Fix AppCast URL. | Remko Tronçon | |
2009-11-28 | Removed dummy autoupdater. | Remko Tronçon | |
2009-11-28 | Change appcast URL. | Remko Tronçon | |
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-10-15 | Save the geometry of the chat and roster windows. | Kevin Smith | |
2009-08-29 | Basic About dialog | Kevin Smith | |