summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-027-8/+7
* complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-024-33/+24
* silence msvc warning 4996 while bootstrapping qmake as wellOswald Buddenhagen2015-02-021-2/+2
* Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-022-19/+3
* Centralize use of __attribute__((noinline))Marc Mutz2015-01-293-11/+11
* QString: optimize multiArg()Marc Mutz2015-01-291-18/+48
* QString: reduce template bloatMarc Mutz2015-01-291-11/+12
* [QSSL] Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-01-288-4/+20
* qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* corelib: Fix a faulty 5.4->dev merge.Raphael Kubo da Costa2015-01-281-0/+1
* OS X: Fix QWindowSystemInterface::handleExtendedKeyEventFrederik Gladhorn2015-01-281-1/+1
* Remove unused class QPaintBufferLars Knoll2015-01-2813-2904/+0
* systray example: revert the heart icon to its previous versionShawn Rutledge2015-01-281-0/+0
* Use qt.io rather than qt-project.org for network testsShawn Rutledge2015-01-283-3/+3
* Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-283-80/+0
* Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-282-2/+3
* Introduce QMatrix4x4::isAffine()Konstantin Ritt2015-01-282-0/+19
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-283-0/+53
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-287-8/+261
* Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* Bail out in composeAndFlush when makeCurrent failsLaszlo Agocs2015-01-281-1/+5
* turn off nmake inference rule generation on detected conflictsJoerg Bornemann2015-01-282-6/+48
* Android: Don't open assets files in read/write modeEskil Abrahamsen Blomfeldt2015-01-285-3/+85
* Simplify fontsampler example by using the automatic tristate feature.David Faure2015-01-251-40/+1
* QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-252-1/+7
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-256-5/+74
* [HarfBuzz-NG] Fix build on WinRTKonstantin Ritt2015-01-252-12/+16
* Update bundled HarfBuzz-NG to 0.9.38Konstantin Ritt2015-01-2545-1796/+2344
* Micro optimizations to HB-NG pathKonstantin Ritt2015-01-241-37/+34
* iOS: Limit auto-rotation to device screen (excludes external screens)Tor Arne Vestbø2015-01-242-21/+23
* Track QPlatformScreen -> QScreen using QPointerTor Arne Vestbø2015-01-243-2/+4
* QPlainTextEditControl: reimplement anchorAt()J-P Nurmi2015-01-243-1/+6
* QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-243-2/+41
* Add conversion functions for C++11 u16string and u32stringAllan Sandfeld Jensen2015-01-244-4/+94
* src/corelib/tools/tools.pri: add missing qtools_p.hMarc Mutz2015-01-241-0/+1
* tst_QSet: make qhash() test deterministicMarc Mutz2015-01-231-1/+18
* Fix build on [older] MinGWKonstantin Ritt2015-01-231-0/+30
* iOS: Associate UIScreen and show UIWindow on initial QWindow mappingTor Arne Vestbø2015-01-232-13/+43
* iOS: Base [QIOSViewController shouldAutorotate] on the locked orientationTor Arne Vestbø2015-01-233-16/+14
* iOS: Ignore statusbar changes for windows on external screensTor Arne Vestbø2015-01-231-0/+5
* Fix tst_process on QNX when using spawnRafael Roquetto2015-01-231-5/+5
* QNX: QProcess workaround for the stdin pipeRafael Roquetto2015-01-231-3/+37
* Handle posix_spawn using exit code 127 to indicate fail-to-startThiago Macieira2015-01-232-5/+21
* Use forkfd in QProcessThiago Macieira2015-01-237-399/+161
* Add spawnfd for use where fork / forkfd can't be usedThiago Macieira2015-01-232-0/+76
* Fix forkfd on OS X 10.7 and earlierThiago Macieira2015-01-231-1/+12
* Fix compilation of non-waittid forkfd() outside of LinuxThiago Macieira2015-01-231-2/+2
* Use waitid with WNOWAIT in forkfdThiago Macieira2015-01-232-17/+106