Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-05 | Added SWIFT_LOG functionality. | Remko Tronçon | |
2010-11-29 | Don't stop packaging when dpkg-builbpackage returns non-zero return value. | Remko Tronçon | |
2010-11-28 | Change Chat Window titles when contacts are renamed. | Kevin Smith | |
Resolves: #630 Release-Notes: Chat window titles will be updated when contacts are renamed. | |||
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-28 | Rebind chat dialogs on just about anything. | Kevin Smith | |
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided. | |||
2010-11-25 | Split up source and binary debian generation. | Remko Tronçon | |
2010-11-25 | Fixed debian sections, priorities & distributions. | Remko Tronçon | |
2010-11-21 | Clearing the chat window won't break continuation elements. | Kevin Smith | |
Resolves: #642 Resolves: #643 Release-Notes: Clearing the chat windows should now work correctly. | |||
2010-11-21 | Changed Debian packager to "Swift Package Maintainer" | Remko Tronçon | |
2010-11-20 | Logo should stay in the centre when login window is resized. | Kevin Smith | |
Resolves: #675 Release-Notes: The Swift logo will now remain in the centre when the login window is resized. | |||
2010-11-20 | Include date for MUC context older than today. | Kevin Smith | |
Resolves: #641 Release-Notes: MUC context for days other than today is now annotated. | |||
2010-11-16 | Remember previous MUC service searches. | Kevin Smith | |
Resolves: #615 Release-Notes: The MUC Search will now remember previously searched services. | |||
2010-11-16 | Pass NetworkFactories as an explicit dependency into client. | Remko Tronçon | |
2010-11-15 | Don't show unread events after signout. | Kevin Smith | |
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages. | |||
2010-11-15 | Sanitise the Roster widget on signout. | Kevin Smith | |
This will hopefully avoid crashes in the RosterDelegate due to Qt believing that the RosterItems still exist and that it can read them. Unverified as I can't reproduce the crash on this machine, but hopefully Resolves: #678 | |||
2010-11-15 | Clean MUC joins slightly. | Kevin Smith | |
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms. | |||
2010-11-15 | Ask for confirmation before removing contacts. | Kevin Smith | |
Resolves: #628 Release-Notes: You'll now be asked for confirmation before removing contacts. | |||
2010-11-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
2010-11-11 | Avoid scons error when OpenSSL is not found. | Remko Tronçon | |
2010-11-11 | Avoided compilation warnings. | Remko Tronçon | |
2010-11-09 | Only request new MUC context when rejoining. | Kevin Smith | |
Resolves: #542 Release-Notes: On reconnects, existing MUC history now won't be replayed. | |||
2010-11-08 | Brute force application of presence to roster items on add/modify. | Kevin Smith | |
Resolves: #655 Resolves: #672 Release-Notes: The roster should no longer sometimes show online users as offline. | |||
2010-11-07 | Refactoring certificates & certificate checking. | Remko Tronçon | |
2010-11-06 | Use EntityCapsProvider in Swiften. | Remko Tronçon | |
2010-11-03 | Centralizing predefined features in DiscoInfo. | Remko Tronçon | |
2010-11-03 | Added ClientDiscoManager. | Remko Tronçon | |
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-11-02 | Copy uuid/ dir in packaging script.swift-1.0beta8 | Remko Tronçon | |
2010-11-01 | Disable bookmarks when offline. | Kevin Smith | |
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline. | |||
2010-11-01 | Small tweaks to DummySystemTray & MemoryStoragesFactory. | Remko Tronçon | |
2010-11-01 | Added dummy sound player & system tray. | Remko Tronçon | |
2010-10-31 | Include colons in labels. | Kevin Smith | |
Resolves: #605 | |||
2010-10-31 | Tweak the group triangles a bit. | Remko Tronçon | |
2010-10-31 | Fix triangle drawing. | Remko Tronçon | |
Resolves: #634 | |||
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-30 | Rename swift Debian package to swift-im. | Remko Tronçon | |
2010-10-30 | When MUC notifications are clicked, open the MUC. | Remko Tronçon | |
Release-Notes: When clicking notifications coming from rooms, bring up the room dialog. Resolves: #674 | |||
2010-10-30 | Disconnect client cleanly before quitting. | Remko Tronçon | |
Resolves: #671, #420 | |||
2010-10-30 | Changed CoreClient::onError to CoreClient::onDisconnected. | Remko Tronçon | |
The error parameter is optional. | |||
2010-10-29 | Make ChatStateNotifier use StanzaChannel directly. | Remko Tronçon | |
2010-10-29 | Make Qt non-mandatory for global build. | Remko Tronçon | |
2010-10-29 | Use canonical-append hint for FreeDesktop notifications. | Remko Tronçon | |
This merges notifications on Ubuntu. | |||
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
2010-10-27 | Remove MainEventLoop singleton. | Remko Tronçon | |
The event loop now needs to be explicitly passed to clients using it. | |||
2010-10-26 | Create a 'connecting' icon. | Remko Tronçon | |
2010-10-25 | Remove the use of Shared<>. | Remko Tronçon | |
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |
2010-10-24 | Animated systray that works | Kevin Smith | |
2010-10-24 | Remove some unused code in MainController. | Remko Tronçon | |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon | |