Age | Commit message (Expand) | Author |
2009-06-21 | First pass at netbook mode | Kevin Smith |
2009-06-21 | Colorized build now uses tput instead of ANSI color codes. | Remko Tronçon |
2009-06-20 | Fixed a bug where SHA1 would alter the input. | Remko Tronçon |
2009-06-20 | Added vCard-based avatars support. | Remko Tronçon |
2009-06-20 | Added SHA1::getHexHash(). | Remko Tronçon |
2009-06-20 | Added beginnings of a vCard parser. | Remko Tronçon |
2009-06-20 | Added vcard-temp update parser. | Remko Tronçon |
2009-06-18 | System Tray | Kevin Smith |
2009-06-18 | Use Swiften INCLUDEPATH and DEPENDPATH on all platforms. | Remko Tronçon |
2009-06-18 | Avoid MSVC compiler warning in SessionTest.cpp. | Remko Tronçon |
2009-06-18 | Adapt OpenSSL detection to MSVC. | Remko Tronçon |
2009-06-18 | It should be impossible to lose tabs now. | Kevin Smith |
2009-06-18 | Support closing and reopening chats in tabs. | Kevin Smith |
2009-06-17 | Delay IQHandler removal in IQRouter during IQ handling. | Remko Tronçon |
2009-06-16 | Merge branch 'tabs' | Kevin Smith |
2009-06-16 | Make Swift compilation optional. | Remko Tronçon |
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 lost... | Kevin Smith |
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 |
2009-06-12 | Added IQRouterTest. | Remko Tronçon |
2009-06-12 | Allow IQHandlers to be passed as shared_ptr<> to IQRouter. | Remko Tronçon |
2009-06-12 | Do not handle IQs directly in XMPPRosterController. | Remko Tronçon |
2009-06-12 | Split up responder into GetResponder and SetResponder. | Remko Tronçon |
2009-06-12 | Do not register IQHandler in the constructor. | Remko Tronçon |
2009-06-11 | Some code layout improvement in Client/Session. | Remko Tronçon |
2009-06-11 | Do not allow a request response before it is sent. | Remko Tronçon |
2009-06-10 | Moved Swiften/QA/UnitTest to QA/UnitTest. | Remko Tronçon |
2009-06-10 | Moved Swiften/Controllers to Swift/Controllers. | Remko Tronçon |
2009-06-10 | Moved UI/Qt -> Swift/QtUI. | Remko Tronçon |
2009-06-09 | Added Boost.regex. | Remko Tronçon |
2009-06-09 | Added Application::getProfileDir(). | Remko Tronçon |
2009-06-09 | Implemented basics of an SQLiteHistoryManager. | Remko Tronçon |
2009-06-09 | Added SQLite to 3rdParty. | Remko Tronçon |
2009-06-08 | Detect qmake in configure. | Remko Tronçon |
2009-06-07 | Remove cccl workaround for clashing 'link' commands. | Remko Tronçon |
2009-06-07 | Make 'qt' target depend on Swiften & 3rdParty libraries. | Remko Tronçon |
2009-06-07 | Link against MSVCRTD if configured with debug. | Remko Tronçon |
2009-06-07 | Call 'nmake' for UI/Qt from toplevel makefile on Windows. | Remko Tronçon |
2009-06-07 | Use bundled Expat with qmakeish. | Remko Tronçon |
2009-06-06 | Update Windows build documentation. | Remko Tronçon |
2009-06-06 | Use separate "MM" variable for make dependency generation tool. | Remko Tronçon |
2009-06-06 | Work around clashing 'link' command in cccl. | Remko Tronçon |
2009-06-06 | Make sure bundled expat is built statically on Windows. | Remko Tronçon |
2009-06-03 | Added bundled Expat. | Remko Tronçon |
2009-06-03 | Pull requesting the roster out of the XMPPRosterController constructor. | Remko Tronçon |
2009-06-03 | Fix memory leak when receiving an error response on a request. | Remko Tronçon |
2009-06-02 | Fixed missing UI/Qt/DefaultTheme.qrc dependency. | Remko Tronçon |