Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-24 | Update the build system. | Remko Tronçon | |
Coverage now works better. Some files are cleaned by default (without the need of CLEANFILES). | |||
2009-07-21 | Fix QtMainEventLoop compilation. | Remko Tronçon | |
2009-07-14 | Consolidating IncomingConnection & Connection. | Remko Tronçon | |
BoostConnections no longer have their own thread, but are managed from a central Boost IO thread instead. | |||
2009-07-04 | Notify chat tabs even if the parent tabset has focus. issue#150. | Kevin Smith | |
2009-07-04 | Ding on new messages. | Kevin Smith | |
2009-07-04 | Remove fixwindows.pri again. | Remko Tronçon | |
2009-07-04 | Fix for avatar display in chatlog where the cache has spaces in the name. | Kevin Smith | |
This particularly hit c:\Documents and Settings on Windows. | |||
2009-07-04 | Support qmakeish compilation on Windows again. | Kevin Smith | |
I've added a fixwindows.pri that's got temporary qmakeish fixes that we need to address. | |||
2009-06-28 | Moving resources into Swift/ and starting on Sound. | Kevin Smith | |
2009-06-26 | Use nicks in tab titles. | Kevin Smith | |
2009-06-26 | Added a 'make install-swift' target. | Remko Tronçon | |
2009-06-25 | Determine arch for debs automatically. | Kevin Smith | |
2009-06-25 | Debian Packaging seems to vaguely work now. | Kevin Smith | |
2009-06-25 | Adding support for deb packaging. | Kevin Smith | |
2009-06-24 | Do not show status changes in MUCs. | Remko Tronçon | |
2009-06-22 | Show own avatar in chat dialog. | Remko Tronçon | |
2009-06-22 | Include Swift/Controllers dependencies in Makefile. | Remko Tronçon | |
2009-06-22 | Send avatar vCard-updates in presence. | Remko Tronçon | |
2009-06-22 | Pick up libresolv in configure. | Remko Tronçon | |
2009-06-22 | Support vCard-based avatars in MUCs. | Remko Tronçon | |
2009-06-22 | Pick up configured libraries in Swift QMake build. | Remko Tronçon | |
2009-06-21 | Enable netbook mode with any commandline parameters | Kevin Smith | |
2009-06-21 | Unconditional netbookremix mode | Kevin Smith | |
2009-06-21 | First pass at netbook mode | Kevin Smith | |
2009-06-20 | Added vCard-based avatars support. | Remko Tronçon | |
2009-06-18 | System Tray | Kevin Smith | |
We need to have a look at the icons somewhat, but these will do for the second. | |||
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 | |