summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Fix tst_QDir::cdBelowRoot()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* Fix QTextDocument test when default font is pixel-sizedEskil Abrahamsen Blomfeldt2015-02-171-12/+41
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-177-95/+125
* xcb: Fix build with -no-xcb-xlib -qt-xcbAndrew Knight2015-02-174-12/+16
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-1728-14/+116
* Fix license headersSergio Ahumada2015-02-165-111/+71
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-1641-296/+171
* Android: Fix compile on arm64-v8aBogDan Vatra2015-02-161-1/+1
* Add configure option and tests for GStreamer.Yoann Lopes2015-02-163-1/+132
* LocalSocket: Do not return early in waitForReadyReadKai Koehne2015-02-161-3/+0
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-164-5/+64
* Use d2i_DHparams instead of poking around inside the DH struct.Richard J. Moore2015-02-163-41/+14
* qdoc: Clear the list of output files during generator initTopi Reinio2015-02-161-0/+1
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-152-11/+7
* Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-153-1/+61
* QWidgetTextControl: add object names for standard context menu actionsJ-P Nurmi2015-02-151-0/+8
* QSsl: teach the SecureTransport backend about TlsV1_0OrLater, TlsV1_1OrLater ...Mikkel Krautz2015-02-151-0/+21
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-154-47/+0
* QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* qstandardpaths_ios: add system path for PicturesLocationRichard Moe Gustavsen2015-02-151-2/+10
* iOS: add native file dialog for selecing photos/assetsRichard Moe Gustavsen2015-02-155-2/+252
* iOS: add a file engine to support loading assets/photosRichard Moe Gustavsen2015-02-155-1/+399