Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | Use Swiften INCLUDEPATH and DEPENDPATH on all platforms. | Remko Tronçon | |
2009-06-18 | It should be impossible to lose tabs now. | Kevin Smith | |
You can still have an empty tabset, though. | |||
2009-06-18 | Support closing and reopening chats in tabs. | Kevin Smith | |
2009-06-15 | Slightly cleaner close behaviour for tabs - still broken. | Kevin Smith | |
2009-06-15 | Moving towards allowing tabs to be closed. At the moment they'll then be ↵ | Kevin Smith | |
lost to tabbing forever, though. | |||
2009-06-15 | Update tab titles for unread count. | Kevin Smith | |
2009-06-15 | setDocumentMode for prettier Mac tabs. | Kevin Smith | |
2009-06-15 | Early pass at tabs. Doesn't do closing or title updating | Kevin Smith | |
2009-06-12 | Removing auto delete stuff from Request. | Remko Tronçon | |
This should now be handled properly by using shared_ptrs. | |||
2009-06-12 | Do not handle IQs directly in XMPPRosterController. | Remko Tronçon | |
XMPPRosterController now uses a RosterPushResponder to handle roster pushes. | |||
2009-06-12 | Do not register IQHandler in the constructor. | Remko Tronçon | |
This can get us in all kinds of trouble, including that it makes it impossible to use shared_ptr<> for Requests. | |||
2009-06-10 | Moved Swiften/Controllers to Swift/Controllers. | Remko Tronçon | |
2009-06-10 | Moved UI/Qt -> Swift/QtUI. | Remko Tronçon | |