summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-23Turn the 'Find other users' into seperate add/chat menu items with a wizard.Kevin Smith
2010-12-22Basic 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-22Fixed compilation on non-Windows platforms.Remko Tronçon
2010-12-22Use a default balloons notifier on Windows.Remko Tronçon
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-12-12Refactored own nickname handling.Remko Tronçon
2010-10-24Scale avatars in freedesktop notifications.Remko Tronçon
Resolves: #616 Release-Notes: Pictures in the message popups on Linux are now scaled down.
2010-10-23Improved Mac packaging.Remko Tronçon
2010-10-10Added missing QtDBus module to SConscript.Remko Tronçon
2010-10-05Added FreeDesktopNotifier.Remko Tronçon
2010-10-04Assign contacts to groups.Kevin Smith
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups.
2010-09-15Attempt to show icon in Snarl config dialog.Remko Tronçon
Doesn't work though. Need to find out why.
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-12Move Notifier to SwifToolsRemko Tronçon
2010-08-30Render the Chat view directly with DOM commands, not javascript.Kevin Smith
Tested locally, but it's conceivable there will be regressions.
2010-08-29Put platform flags in PLATFORM_FLAGS variable.Remko Tronçon
This should avoid problems with --as-needed. Resolves: #547
2010-08-20Don't bundle sounds.Remko Tronçon
2010-08-20Focus the chat input again when the chat log is clicked.Kevin Smith
Resolves: #532
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-03Remove SQLite and SQLiteHistoryManager.Remko Tronçon
2010-06-03Always generate DefaultThemeQRC if the default thheme changed.Remko Tronçon
2010-06-01Replace 16x16 menu icon with 32x32 icon.Remko Tronçon
2010-06-01Fixed Debian packaging.Remko Tronçon
2010-05-30Use the same version number in iq:version and about window.Kevin Smith
Resolves: #428
2010-05-29Fix Swift version in .dmg generation.Remko Tronçon
2010-05-25Remove debug output from SConscript.Remko Tronçon
2010-05-25Pick up build version from git tag (if present).Remko Tronçon
2010-05-24Escape to close status edit.Kevin Smith
Resolves: #363
2010-05-24Elide text in the roster header when it's wider than the roster.Kevin Smith
Resolves: #369
2010-05-13Remove the old Join MUC dialogKevin Smith
2010-05-13List MUCs available on services.Kevin Smith
Resolves: #276
2010-05-06Rewrite 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-30Support adding/removing bookmarks from the UIKevin Smith
Doesn't support editing meaningfully, nor do changes get saved.
2010-04-22Don't compile CppUnit if we're not testing.Remko Tronçon
2010-04-16Slighly better rendering for the Event view.Kevin Smith
2010-04-16Prettify the ChatList a bit.Kevin Smith
Resolves: #322
2010-04-15Set 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-06Fix compilation.Remko Tronçon
2010-04-04Include QtXMLPatterns4 in Windows installs. Bumps requirement for packaging ↵Kevin Smith
on Windows to Qt-4.6
2010-04-04Add 'remove' context menu item for rosters (not implemented).Kevin Smith
2010-03-30Fix 'scons dist=1'.Remko Tronçon
2010-03-29Populate the chats list with muc bookmarksKevin Smith
2010-03-28Chat list in the gui (mostly non-functional).Kevin Smith
2010-03-22Sucky UI for subscription requestsKevin Smith
2010-03-19Start 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-01-01Package phonon in windows install.Remko Tronçon
The binary Qt package depends on phonon.
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-11-28Create a dist target for mac DMG bundling.Remko Tronçon
2009-11-27Removed references to phonon.Remko Tronçon