summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Haiku: Enable iconv supportTobias Koenig2015-02-201-1/+1
* Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-2017-494/+18
* Don't deploy networkmanager/connman/generic bearer on AndroidAlex Blasche2015-02-201-1/+1
* Fix warning-as-error about member not used with Clang 3.6Thiago Macieira2015-02-201-1/+1
* Do not attempt to unregister an unregistered dbus serviceAllan Sandfeld Jensen2015-02-202-2/+6
* Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
* xcb: remove stray QDBusMenuConnection in QXcbNativeInterfaceShawn Rutledge2015-02-202-3/+1
* D-Bus system tray: properly check whether StatusNotifierHost availableShawn Rutledge2015-02-204-13/+10
* Android: availableTimeZoneIds returns QList not QSetShawn Rutledge2015-02-200-0/+0
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-2022-941/+1022
* qdoc: Mark Genus of each Node objectMartin Smith2015-02-204-29/+50
* Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
* qdoc: Let qdoc ignore Q_ENUM and Q_FLAGMartin Smith2015-02-201-0/+2
* Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
* qdoc: Omit output subdirectory from paths written to .qhpTopi Reinio2015-02-201-15/+14
* qdoc: Reduce size of Node classMartin Smith2015-02-202-41/+41
* Use qrc for test data in QFileInfo test on all platformsEskil Abrahamsen Blomfeldt2015-02-183-36/+14
* Doc: Fix QTextStream::readLine() snippetAlexander Volkov2015-02-181-3/+3
* Testlib: Add function to extract files from resources to diskRainer Keller2015-02-182-0/+58
* QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27
* Haiku: Initial version of QPA plugin for HaikuTobias Koenig2015-02-1729-0/+2714
* xcb: Check for the presence of XInput 2.2 before selecting touch eventsAlexander Volkov2015-02-172-18/+24
* Fixed license headersJani Heikkinen2015-02-17204-204/+204
* support spaces in build and install dirsOswald Buddenhagen2015-02-179-31/+39
* use relative paths for build dir referencesOswald Buddenhagen2015-02-172-5/+5
* remove nonsensical path strippingOswald Buddenhagen2015-02-171-1/+1
* untangle handling extra compiler .clean memberOswald Buddenhagen2015-02-171-13/+17
* fix fixPathToTargetOS() nestingOswald Buddenhagen2015-02-171-2/+2
* remove pointless fixPathToTargetOS() callsOswald Buddenhagen2015-02-175-19/+13
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-1710-67/+68
* more autotests for spaces, destdirs and library linkingOswald Buddenhagen2015-02-1712-37/+56
* remove pointless path trimmingOswald Buddenhagen2015-02-171-1/+1
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-1715-476/+514
* fix filename handling in replaceExtraCompilerVariables()Oswald Buddenhagen2015-02-177-68/+89
* Use relative path for QMAKE_BUNDLE_DATAFawzi Mohamed2015-02-171-1/+1
* compose: Rename main.cpp to qcomposeplatforminputcontextmain.cpphjk2015-02-172-2/+2
* Android: Fix tst_QFileInfo::isExecutable()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* QPair: add noexcept to ctors and assignment operatorsMarc Mutz2015-02-171-3/+12
* QList: share implementation of operator== with QVector where possibleMarc Mutz2015-02-171-0/+17
* QList: share the implementations of contains()/count() with QVector where pos...Marc Mutz2015-02-171-0/+34
* QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-172-0/+51
* tst_QList: test all memory layoutsMarc Mutz2015-02-171-93/+226
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTimePrivate: make bit manipulation code more readableMarc Mutz2015-02-171-5/+5
* QDateTimePrivate: remove pointless comparisonsMarc Mutz2015-02-171-6/+6
* QDateTimePrivate: remove pointless copy ctorMarc Mutz2015-02-171-10/+0
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48