Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-18 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed Debian manpages installation. Use LibXML as a Debian source dependency (instead of Expat) Tweak help documentation and add manpages. Conflicts: Swift/QtUI/QtSwift.cpp | |||
2011-06-18 | Tweak help documentation and add manpages. | Remko Tronçon | |
2011-05-22 | Eagle mode. | Kevin Smith | |
Disables password persistence. | |||
2011-04-25 | Fixed compilation. | Remko Tronçon | |
2011-04-18 | Implemented DBUS URI handler. | 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-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Set default codec for strings. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
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/ |