Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-03 | Remove SQLite and SQLiteHistoryManager. | Remko Tronçon | |
2010-06-03 | Always generate DefaultThemeQRC if the default thheme changed. | Remko Tronçon | |
2010-06-01 | Replace 16x16 menu icon with 32x32 icon. | Remko Tronçon | |
2010-06-01 | Fixed Debian packaging. | Remko Tronçon | |
2010-05-30 | Use the same version number in iq:version and about window. | Kevin Smith | |
Resolves: #428 | |||
2010-05-29 | Fix Swift version in .dmg generation. | Remko Tronçon | |
2010-05-25 | Remove debug output from SConscript. | Remko Tronçon | |
2010-05-25 | Pick up build version from git tag (if present). | Remko Tronçon | |
2010-05-24 | Escape to close status edit. | Kevin Smith | |
Resolves: #363 | |||
2010-05-24 | Elide text in the roster header when it's wider than the roster. | Kevin Smith | |
Resolves: #369 | |||
2010-05-13 | Remove the old Join MUC 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-30 | Support adding/removing bookmarks from the UI | Kevin Smith | |
Doesn't support editing meaningfully, nor do changes get saved. | |||
2010-04-22 | Don't compile CppUnit if we're not testing. | Remko Tronçon | |
2010-04-16 | Slighly better rendering for the Event view. | Kevin Smith | |
2010-04-16 | Prettify the ChatList a bit. | Kevin Smith | |
Resolves: #322 | |||
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-06 | Fix compilation. | Remko Tronçon | |
2010-04-04 | Include QtXMLPatterns4 in Windows installs. Bumps requirement for packaging ↵ | Kevin Smith | |
on Windows to Qt-4.6 | |||
2010-04-04 | Add 'remove' context menu item for rosters (not implemented). | Kevin Smith | |
2010-03-30 | Fix 'scons dist=1'. | Remko Tronçon | |
2010-03-29 | Populate the chats list with muc bookmarks | Kevin Smith | |
2010-03-28 | Chat list in the gui (mostly non-functional). | Kevin Smith | |
2010-03-22 | Sucky UI for subscription requests | 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-01-01 | Package phonon in windows install. | Remko Tronçon | |
The binary Qt package depends on phonon. | |||
2009-12-19 | Colour tabs with waiting messages. | Kevin Smith | |
Resolves: #278 | |||
2009-11-28 | Create a dist target for mac DMG bundling. | Remko Tronçon | |
2009-11-27 | Removed references to phonon. | Remko Tronçon | |
2009-11-27 | Integrated Sparkle auto-updater. | Remko Tronçon | |
2009-11-27 | Use new versioning scheme. | Remko Tronçon | |
Development builds are now X.Y.Z.date (Assuming we'll never have more than patch releases). The Swift version number has to be changed in Swift/SConscript (and only there), or can be passed via the command line as swift_version=myversion | |||
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-25 | Enabled stream compression again. | Remko Tronçon | |
2009-11-24 | Integrated new IdleDetector. | Remko Tronçon | |
2009-11-24 | Don't build swift in console mode. | Remko Tronçon | |
2009-11-21 | Tweaking compilation flags on Windows. | Remko Tronçon | |
Use /nologo and /subsystem:windows. | |||
2009-11-15 | Linkify URLs. | Remko Tronçon | |
2009-11-01 | Fix incorrectly bundled Qt image plugins. | Remko Tronçon | |
2009-10-25 | Some groundwork ready for autoaway | Kevin Smith | |
2009-09-26 | Added debian packaging script. | Remko Tronçon | |
2009-08-29 | Allow multi-line inputs, and grow accordingly. | Kevin Smith | |
2009-08-29 | Basic About dialog | Kevin Smith | |
2009-08-28 | Add SCons tool to dump build version in a file. | Remko Tronçon | |
2009-08-16 | Add LibXML support to build system. | Remko Tronçon | |
2009-08-16 | Adding roster tabs, ready to take Events. | Kevin Smith | |
2009-08-16 | Adding in a button to the roster for 'Add Contact' | Kevin Smith | |
2009-08-16 | Adding the start of a 'me view' to the head of the roster. | Kevin Smith | |
2009-08-13 | Remove common controls dependency until it is needed. | Remko Tronçon | |