aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
Commit message (Expand)AuthorAgeFilesLines
* Initial CMake build systemNiels Ole Salscheider2017-09-041-42/+0
* don't use gcc-specific profilingJeremy Lainé2015-09-021-7/+0
* add support for profiling / test coverageJeremy Lainé2014-07-211-0/+7
* fix linking speex / theora / vpx for static buildsJeremy Lainé2014-07-191-15/+0
* cleanup pkg-config artifacts on unixJeremy Lainé2012-05-101-0/+1
* add appropriate QXMPP_SHARED / QXMPP_STATIC to pkgconfigJeremy Lainé2012-04-251-0/+5
* document qmake optionsJeremy Lainé2012-04-241-3/+0
* make it possible to enable speex/theora/vpx using qmake QXMPP_USE_x=1Jeremy Lainé2012-04-241-9/+15
* prune duplicate VERSION definitionsJeremy Lainé2012-04-201-1/+0
* remove un-needed QT_STATICPLUGINJeremy Lainé2012-04-201-1/+0
* define QXMPP_BUILD when building qxmppJeremy Lainé2012-04-201-0/+1
* make it possible to compile shared libraryJeremy Lainé2012-03-231-1/+1
* pass versionJeremy Lainé2012-03-231-0/+1
* fix pkgconfig destinationJeremy Lainé2012-03-231-0/+1
* enable speex on meego/harmattanJeremy Lainé2012-03-231-2/+2
* stop messing with output pathJeremy Lainé2012-03-231-2/+3
* move files common to client/server into "base"Jeremy Lainé2012-02-081-86/+1
* split .pro fileJeremy Lainé2012-02-081-75/+8
* reorganiseJeremy Lainé2012-02-081-38/+40
* start moving client-specific codeJeremy Lainé2012-02-081-36/+36
* move QXmppPasswordChecker, it's server-onlyJeremy Lainé2012-02-081-2/+2
* move server code to "server" directoryJeremy Lainé2012-02-081-15/+15
* make library installation directory configurableJeremy Lainé2012-02-081-1/+1
* add support for XEP-0048: BookmarksJeremy Lainé2012-02-081-0/+4
* don't make install prefix depend on qt's installation prefixJeremy Lainé2012-02-081-2/+2
* rename QXMPP_INCLUDE_DIR to QXMPP_INCLUDEPATHJeremy Lainé2012-02-081-1/+1
* add QXmppMessageReceiptManager classJeremy Lainé2012-02-061-0/+2
* remove QXmppSrvInfoJeremy Lainé2012-01-311-3/+0
* add a backport of Qt5's QDnsLookup classJeremy Lainé2012-01-311-0/+8
* remove deprecated QXmppVCard.h headerJeremy Lainé2011-09-261-1/+0
* * hide some QXmppServer internalsJeremy Lainé2011-09-131-0/+2
* Fix pkgconfig paths (fixes issue #113)Jeremy Lainé2011-09-071-4/+6
* add support for vp8 video codecJeremy Lainé2011-07-261-0/+4
* do not install QXmppRoster.hJeremy Lainé2011-05-181-1/+0
* document how to enable theora supportJeremy Lainé2011-04-151-1/+5
* make password checking full asynchronousJeremy Lainé2011-04-071-0/+2
* fix dns_qry.h related symbian build issueJeremy Lainé2011-04-071-1/+1
* lib installation on 64 bit machineManjeet Dahiya2011-02-081-1/+1
* start adding a stub for QXmppRpcManagerJeremy Lainé2010-12-101-0/+2
* remove dependency on QtGui (Closes: #66)Jeremy Lainé2010-12-071-4/+2
* fix build error using msvc++ (see #80)Jeremy Lainé2010-11-241-0/+1
* order headers / sources alphabeticallyJeremy Lainé2010-11-201-8/+8
* add QXmppRtpChannel class to move RTP handling out of QXmppCallJeremy Lainé2010-11-141-0/+2
* add server-side support for XEP-0202: Entity TimeJeremy Lainé2010-11-081-0/+2
* use asynchronous DNS SRV lookups to avoid freezing clients during lookupJeremy Lainé2010-10-201-0/+1
* not need to re-declare Qt dependenciesJeremy Lainé2010-10-111-1/+0
* restore alphabetical order for source filesJeremy Lainé2010-09-171-13/+10
* rework link flagsJeremy Lainé2010-09-171-9/+1
* add discoveryManager to buildManjeet Dahiya2010-09-131-2/+5
* add entityTimeManager to buildManjeet Dahiya2010-09-121-2/+4