summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-06-21Unconditional netbookremix modeKevin Smith
2009-06-21First pass at netbook modeKevin Smith
2009-06-21Colorized build now uses tput instead of ANSI color codes.Remko Tronçon
Avoids strange '-e' occurrences on platforms such as Ubuntu.
2009-06-20Fixed a bug where SHA1 would alter the input.Remko Tronçon
2009-06-20Added vCard-based avatars support.Remko Tronçon
2009-06-20Added SHA1::getHexHash().Remko Tronçon
2009-06-20Added beginnings of a vCard parser.Remko Tronçon
Only implemented PHOTO subtag, because it's the only thing we need right now.
2009-06-20Added vcard-temp update parser.Remko Tronçon
2009-06-18System TrayKevin Smith
We need to have a look at the icons somewhat, but these will do for the second.
2009-06-18Use Swiften INCLUDEPATH and DEPENDPATH on all platforms.Remko Tronçon
2009-06-18Avoid MSVC compiler warning in SessionTest.cpp.Remko Tronçon
2009-06-18Adapt OpenSSL detection to MSVC.Remko Tronçon
2009-06-18It should be impossible to lose tabs now.Kevin Smith
You can still have an empty tabset, though.
2009-06-18Support closing and reopening chats in tabs.Kevin Smith
2009-06-17Delay IQHandler removal in IQRouter during IQ handling.Remko Tronçon
2009-06-16Merge branch 'tabs'Kevin Smith
2009-06-16Make Swift compilation optional.Remko Tronçon
2009-06-15Slightly cleaner close behaviour for tabs - still broken.Kevin Smith
2009-06-15Moving towards allowing tabs to be closed. At the moment they'll then be ↵Kevin Smith
lost to tabbing forever, though.
2009-06-15Update tab titles for unread count.Kevin Smith
2009-06-15setDocumentMode for prettier Mac tabs.Kevin Smith
2009-06-15Early pass at tabs. Doesn't do closing or title updatingKevin Smith
2009-06-12Removing auto delete stuff from Request.Remko Tronçon
This should now be handled properly by using shared_ptrs.
2009-06-12Added IQRouterTest.Remko Tronçon
2009-06-12Allow IQHandlers to be passed as shared_ptr<> to IQRouter.Remko Tronçon
2009-06-12Do not handle IQs directly in XMPPRosterController.Remko Tronçon
XMPPRosterController now uses a RosterPushResponder to handle roster pushes.
2009-06-12Split up responder into GetResponder and SetResponder.Remko Tronçon
2009-06-12Do 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-11Some code layout improvement in Client/Session.Remko Tronçon
2009-06-11Do not allow a request response before it is sent.Remko Tronçon
2009-06-10Moved Swiften/QA/UnitTest to QA/UnitTest.Remko Tronçon
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon
2009-06-09Added Boost.regex.Remko Tronçon
2009-06-09Added Application::getProfileDir().Remko Tronçon
2009-06-09Implemented basics of an SQLiteHistoryManager.Remko Tronçon
2009-06-09Added SQLite to 3rdParty.Remko Tronçon
2009-06-08Detect qmake in configure.Remko Tronçon
2009-06-07Remove cccl workaround for clashing 'link' commands.Remko Tronçon
QMake makefiles have the same problem, so we need a better solution.
2009-06-07Make 'qt' target depend on Swiften & 3rdParty libraries.Remko Tronçon
2009-06-07Link against MSVCRTD if configured with debug.Remko Tronçon
2009-06-07Call 'nmake' for UI/Qt from toplevel makefile on Windows.Remko Tronçon
2009-06-07Use bundled Expat with qmakeish.Remko Tronçon
2009-06-06Update Windows build documentation.Remko Tronçon
2009-06-06Use separate "MM" variable for make dependency generation tool.Remko Tronçon
On Windows, the compiler cannot be used as a make dependency generation. Make it possible to specify a different tool (e.g. GCC) for dependency generation through the MM variable.
2009-06-06Work around clashing 'link' command in cccl.Remko Tronçon
2009-06-06Make sure bundled expat is built statically on Windows.Remko Tronçon
2009-06-03Added bundled Expat.Remko Tronçon
2009-06-03Pull requesting the roster out of the XMPPRosterController constructor.Remko Tronçon
2009-06-03Fix memory leak when receiving an error response on a request.Remko Tronçon